Interface ICheckBoxHandler
Contains methods and properties which allow to work with checkbox control.
public interface ICheckBoxHandler : IControlHandler, IDisposableObject, IDisposable
Properties
- AlignRight
Gets or sets whether to align check box on the right side of the text.
- AllowAllStatesForUser
Gets or sets whether user can set the checkbox to the third state by clicking.
- CheckState
Gets or sets the state of the CheckBox.
- ThreeState
Gets or sets a value indicating whether the CheckBox will allow three check states rather than two.