GroupBox

Wisej.Web.GroupBox

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.

public class GroupBox : Control

Constructors

GroupBox()

Initializes a new instance of the GroupBox class.

Properties

AllowHtml

Boolean: Returns or sets a value indicating that the control can display html in the Text property.

AutoSize

Boolean: Returns or sets a value that indicates whether the GroupBox resizes based on its contents.

AutoSizeMode

AutoSizeMode: Returns or sets the mode by which the Button automatically resizes itself.

Checked

Boolean: Gets or sets whether the checkbox next to the group box title is checked or unchecked.

Collapsed

Boolean: Returns or sets a value that indicates whether the GroupBox is collapsed or expanded.

DisplayRectangle

Rectangle: Returns a rectangle that represents the inner dimensions of the GroupBox control.

RightToLeftLayout

Boolean: Enables or disables right-to-left layout when the value of RightToLeft is Yes

ShowCheckBox

Boolean: Gets or sets whether the group box shows a checkbox next to the text.

ShowCloseButton

Boolean: Returns or sets a value that indicates the GroupBox displays the open/close button next to the title.

UseMnemonic

Boolean: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control.

Events

CheckedChanged

EventHandler Fired when the value of the Checked property changes.

GroupBoxCollapsed

EventHandler Fired when the groupbox is collapsed.

GroupBoxExpanded

EventHandler Fired when the groupbox is expanded.

RightToLeftLayoutChanged

EventHandler Fired when the value of the RightToLeftLayout property changes.

Implements

NameDescription

Bindable components implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated