Control
Button
IDisposable
![]() | |
![]() | Sets or gets the text to be displayed on the button. |
![]() | Enables or disables the button. |
![]() | If set to true then in some contexts like system alert dialogs thee button will be painted differently to indicate it is destructive. |
![]() | If set to true the button will act as default button on the window. |
![]() | If set to true then the Button will respond to cancelation with escape key. |
![]() | Sets or gets width of the control. |
![]() | Sets or gets height of the control. |
![]() | Visible state of the control. |
![]() | Gets control’s owner window. |
![]() | Sets or gets controls left location. |
![]() | Sets or gets controls top location. |
![]() | Disposes thee button. |
![]() | |
![]() | |
![]() | Virtual method for inheriting the class to override the OnPressed which is fired before the Pressed event. |
![]() | Sets focus. |