New to Telerik UI for WinForms? Start a free 30-day trial
Properties
Updated over 6 months ago
| Property | Description |
|---|---|
| Interval | Gets or sets the amount of time, in milliseconds, between repeats once repeating starts. The value must be non-negative. |
| Delay | Gets or sets the amount of time, in milliseconds, the Repeat button element waits while it is pressed before it starts repeating. The value must be non-negative. |
| 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 |
| UseMnemonic | Determines whether the button can be clicked by using mnemonic characters |
Methods
| Method | Description |
|---|---|
| PerformClick | Generates a Click event for a button |
Events
| Event | Description |
|---|---|
| ButtonClick | Propagates internal element click |
| Click | Occurs when the control is clicked |