New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago
PropertyDescription
TextGets or sets the text associated with the button control
ImageGets or sets the image that is displayed on the button control
TextAlignmentGets or sets the alignment of the text on the button control
TextImageRelationGets or sets the position of text and image relative to each other
TextWrapGets or sets text wrapping mode
ForeColorGets or sets the foreground color of the control
BackColorGets or sets the background color of the button control
ToggleStateGets or sets the toggle state. Toggle state enumeration defines the following values: Off, Indeterminate, and On
IsCheckedGets or sets a Boolean value indicating where the button is checked
CheckStateGets or sets the Check state. Check state enumeration defines the following values: Uncheck, Indeterminate, and Check
IsThreeStateGets or sets a Boolean value indicating where the button is checked

Methods

MethodDescription
PerformClickGenerates a Click event for a button.

Events

EventDescription
ToggleStateChangingOccurs before the item's toggle state changes.
ToggleStateChangedOccurs when the elements's state changes.
CheckStateChangingOccurs before the elements's check state changes.
CheckStateChangedOccurs when the elements's check state changes.

Due to the specifics of the simple data binding we have introduced the CheckStateChanging and CheckStateChanged events together with the CheckState property. These events and property provide the same functionality as the ToggleStateChanged, ToggleStateChanging and the ToggleState property, but give you the ability to simple data bind the control.

See Also

Not finding the help you need?
Contact Support