- Tracy Chapman
PushButton
PushButton Methods
PushButton() | Constructor for the PushButton class |
Derived Classes
None
See Also
Class Hierarchy, Frame, ChildFrame, Dialog, ToggleButton, ButtonClickEvent
public method PushButton(Window Parent, int XPos, int YPos, int Width, int Height, string Label, BitMap ButtonIcon = null)
Parameters
Parent
Parent window for the button control
XPos
One based X position of control relative to parent
YPos
One based Y position of control relative to parent
Width
Initial width of the control in pixels
Height
Initial height of the control in pixels
Label
String to be used for the Button control
ButtonIcon
Bitmap to embed in the button (or null)
Return Value
None
Description
Constructor for the PushButton class.
PushButton Class