Overload | Description |
---|---|
WinButton Constructor() | Initializes a new instance of the WinButton class. |
WinButton Constructor(Type) | This constructor is reserved for internal use and is not intended to be used directly from your code. |
WinButton Constructor(ButtonType) | Initializes a new instance of the WinButton class specifying the type of button to create. |
WinButton Constructor(String) | Initializes a new instance of the WinButton class specifying its text. |
WinButton Constructor(WinButton) | Initializes a new instance of the WinButton class specifying the WinButton control that will be used as a template. |