DesktopGroupBox

From Xojo Documentation

Class (inherits from DesktopUIControl)


New in 2021r3

Draws a group box control that is typically used as a parent of other controls.

Events
Closing FocusLost MouseExit
ConstructContextualMenu FocusReceived MouseMove
ContextualMenuItemSelected KeyDown MouseUp
DragEnter KeyUp MouseWheel
DragExit MouseDown Opening
DragOver MouseDrag
DropObject MouseEnter
Properties
Active fa-lock-32.png Index fa-lock-32.png Scope fa-lock-32.png
AllowAutoDeactivate Italic TabIndex
AllowTabStop Left Tooltip
Bold LockBottom Top
Caption LockLeft Transparent
Enabled LockRight Underline
FontName LockTop Visible
FontSize MouseCursor Width
FontUnit Name fa-lock-32.png Window fa-lock-32.png
Handle fa-lock-32.png PanelIndex
Height Parent
Methods
AcceptFileDrop AcceptTextDrop Refresh
AcceptPictureDrop Close SetFocus
AcceptRawDataDrop DrawInto

Notes

If the Caption property contains an ampersand character, it will display only if it is preceded by another ampersand character. This is done to make applications on all platforms behave consistently. The ampersand is used to denote the keyboard accelerator on the Windows platform.

Examples

See the DesktopRadioGroup control.

See Also

DesktopRadioGroup control; DesktopUIControl class.