CheckBox
Wisej.Web.CheckBox
Last updated
Was this helpful?
Wisej.Web.CheckBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a check box control.
Initializes a new instance of the class.
Initializes a new instance of the class.
text
Initial text.
onCheckedChanged
text
Initial text.
location
Initial location.
size
Initial size.
onCheckedChanged
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.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
Allows an object to serialize itself.
Optional handler.
Initializes a new instance of the class.
Optional handler.
: Returns or sets the value that determines the appearance of a control. (Default: Normal
)
: 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 whether a tooltip is displayed when the text extends beyond the size of the control. (Default: False
)
The auto tooltip is set on the browser using the attribute managed by the browser, does not use the themed tooltip managed by Wisej.NET.
: 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. (Default: False
)
: Returns or sets the text color used when the is checked. (Default: Color [Empty]
)
: Returns or sets the state of the . (Default: Unchecked
)
: 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.
Defines an object that can invoke a .
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.