CheckBox
Wisej.Web.CheckBox
Last updated
Was this helpful?
Wisej.Web.CheckBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a check box control.
Initializes a new instance of the class.
: Returns or sets the value that determines the appearance of a control. (Default: Normal
)
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or set a value indicating whether the or values and the 's appearance are automatically changed when the is clicked. (Default: True
)
: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: True
)
: Returns or sets the horizontal and vertical alignment of the check mark on a control. (Default: MiddleLeft
)
: Returns or set a value indicating whether the is in the checked state.
: Returns or sets the text color used when the is checked. (Default: Color [Empty]
)
: Returns or sets the state of the .
: Returns or sets a value that indicates that the control is invalid.
: Returns or sets the invalid message that is shown in the invalid tooltip. (Default: ""
)
: Returns or sets whether the control is read-only. (Default: False
)
: Returns or sets the alignment of the text on the control. (Default: MiddleLeft
)
: Returns or sets whether the will allow three check states rather than two. (Default: False
)
Generates a event for a .
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property has changed.
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.