GroupBox
Wisej.Web.GroupBox
Last updated
Was this helpful?
Wisej.Web.GroupBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a Wisej control that displays a frame around a group of controls with an optional caption.
Initializes a new instance of the class.
: Returns or sets a value indicating that the control can display html in the Text property.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets a value that indicates whether the resizes based on its contents.
: Returns or sets the mode by which the automatically resizes itself.
: Gets or sets whether the checkbox next to the group box title is checked or unchecked.
: Returns or sets a value that indicates whether the is collapsed or expanded.
: Returns a rectangle that represents the inner dimensions of the control.
: Enables or disables right-to-left layout when the value of is
: Gets or sets whether the group box shows a checkbox next to the text.
: Returns or sets a value that indicates the displays the open/close button next to the title.
: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.
Fired when the value of the property changes.
Fired when the groupbox is collapsed.
Fired when the groupbox is expanded.
Fired when the value of the property changes.
All wisej controls derived from the class must implement this interface.