Name | Description | |
---|---|---|
NGroupBox Constructor | Overloaded. |
The following tables list the members exposed by NGroupBox.
Name | Description | |
---|---|---|
NGroupBox Constructor | Overloaded. |
Name | Description | |
---|---|---|
ExpandableProperty | ||
HeaderOffsetProperty | ||
IsMouseOverSymbolProperty | Reference to the IsMouseOverSymbol property | |
NGroupBoxSchema | Schema associated with NGroupBox. | |
SymbolProperty | Reference to the Symbol property |
Name | Description | |
---|---|---|
Expandable | Gets or sets whether the group box is expandable by the user or not. | |
HeaderOffset | Gets or sets the header offset | |
IsMouseOverSymbol | Gets whether the mouse is currently over the symbol or not. Automatically updated by Nevron. | |
Symbol | Gets or sets the tree view item symbol. |
Name | Description | |
---|---|---|
GetBorderThickness | Overridden. Overriden to include the header height measure in the border thickness measure | |
VisitChildDisplaySubtree | Overridden. Called to propagate the forward display traversal to the node child. |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Overriden to make the content occupy the content area. | |
CreateBorderWall | Overridden. Overriden to return a border wall for the group box. | |
CreateHitTestRegion | Overridden. Gets the hit test region for this widget. The returned region is used in both point and region widget hit tests. | |
MeasureContent | Overridden. Overriden to return the desired size of the content | |
OnMouseDown | Overridden. Default handler for the mouse down event | |
OnMouseMove | Overridden. | |
OnMouseOut | Overridden. | |
OnPaintBackground | Overridden. Paints the background of the box, which is performed before the custom painting in OnPrePaint |