GroupBox Control Members
See Also

| Suite Pro Controls ActiveX Control v24.0 |
|---|
GroupBox Control Members
Public Methods
AboutBox
Displays a dialog box that specifies the current version of the control.
Public Properties
Appearance
Gets or sets the paint style of the control.
BackColor
Gets or sets the background color of the control.
BorderStyle
Gets or sets the border style of the Group Box control.
Caption
Gets or sets the text associated with this control.
Enabled
Gets or sets whether this control is enabled.
Font
Gets/Sets the font that will be used to display the text for the control.
ForeColor
Gets or sets the foreground color used to display text in the control.
hWnd
Gets the window handle that the control is bound to.
ReCreateReparented
Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts.
RightToLeft
Determines if the background of a control is drawn using visual styles/SkinFramework, if supported.
Transparent
Gets or sets a value indicating whether the control is transparent.
UseVisualStyle
Determines if the control is drawn using visual styles/SkinFramework, if supported.
Events
KeyDown
Occurs when the user presses a key while a control has the focus. (To determine ANSI characters, use the KeyPress event.)
KeyPress
Occurs when the user presses and releases an ANSI key.
KeyUp
Occurs when the user releases a key while a control has the focus. (To determine ANSI characters, use the KeyPress event.)
MouseDown
Occurs when the user presses a mouse button.
MouseMove
Occurs when the user moves the mouse.
MouseUp
Occurs when the user releases a mouse button.
ReCreated
Occurs when the control is recreated.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.