PyCButton Object

A windows button. Encapsulates an MFC CButton class. Derived from PyCControl.

Methods

CreateWindow
Creates the window for a new button object. 

GetBitmap
Retrieves the bitmap associated with the button. 

SetBitmap
Sets the bitmap of a button. 

GetCheck
Retrieves the check state of a radio button or check box. 

SetCheck
Sets the check state of a radio button or check box. 

GetState
Retrieves the state of a radio button or check box. 

SetState
Sets the state of a radio button or check box. 

GetButtonStyle
Retrieves the style of a radio button or check box. 

SetButtonStyle
Sets the state of a radio button or check box.