GroupBox
Wisej.Web.GroupBox
Last updated
Was this helpful?
Wisej.Web.GroupBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.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.
Initializes a new instance of the class with the specified text.
text
controls
Initializes a new instance of the class with the specified controls, text, and collapsed state.
text
location
Initial location.
size
Initial size.
controls
e
e
e
e
e
e
config
x
y
width
height
specified
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
The text to display on the .
An array of control objects to add to the .
The text to display on the .
An array of control objects to add to the .
: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
: Returns or sets a value that indicates whether the resizes based on its contents. (Default: False
)
: Returns or sets the mode by which the automatically resizes itself. (Default: GrowOnly
)
: Gets or sets whether the checkbox next to the group box title is checked or unchecked. (Default: True
)
: Returns or sets a value that indicates whether the is collapsed or expanded. (Default: False
)
: Returns the collapsed bounds.
: Returns the structure that contains the default padding settings for a control.
: Returns a rectangle that represents the inner dimensions of the control.
: Enables or disables right-to-left layout when the value of is (Default: False
)
: Gets or sets whether the group box shows a checkbox next to the text. (Default: False
)
: Returns or sets a value that indicates the displays the open/close button next to the title. (Default: False
)
: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Default: True
)
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Sets the specified bounds of the control.
The new property value of the control.
The new property value of the control.
The new property value of the control.
The new property value of the control.
A combination of the values.
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.