New to Telerik UI for WinForms? Start a free 30-day trial
Properties
Updated over 6 months ago
| Property | Description |
|---|---|
| Text | Gets or sets the text associated with the button control |
| Image | Gets or sets the image that is displayed on the button control |
| TextAlignment | Gets or sets the alignment of the text on the button control |
| TextImageRelation | Gets or sets the position of text and image relative to each other |
| TextWrap | Gets or sets text wrapping mode |
| ForeColor | Gets or sets the foreground color of the control |
| BackColor | Gets or sets the background color of the button control |
| DisplayStyle | Specifies the options for display of image and text primitives in the element |
Methods
| Method | Description |
|---|---|
| PerformClick() | Generates a Click event for a button. |
Events
| Event | Description |
|---|---|
| Click | Occurs when the control is clicked |
| MouseClick | Occurs when the control is clicked by the mouse |