Skip to content

GroupBox Control Members

See Also

GroupBox Overview

See Also

Suite Pro Controls ActiveX Control v24.0

GroupBox Control Members

Public Methods

Public Method AboutBox
Displays a dialog box that specifies the current version of the control.

Public Properties

Public Property Appearance
Gets or sets the paint style of the control.

Public Property BackColor
Gets or sets the background color of the control.

Public Property BorderStyle
Gets or sets the border style of the Group Box control.

Public Property Caption
Gets or sets the text associated with this control.

Public Property Enabled
Gets or sets whether this control is enabled.

Public Property Font
Gets/Sets the font that will be used to display the text for the control.

Public Property ForeColor
Gets or sets the foreground color used to display text in the control.

Public Property hWnd
Gets the window handle that the control is bound to.

Public Property ReCreateReparented
Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts.

Public Property RightToLeft
Determines if the background of a control is drawn using visual styles/SkinFramework, if supported.

Public Property Transparent
Gets or sets a value indicating whether the control is transparent.

Public Property UseVisualStyle
Determines if the control is drawn using visual styles/SkinFramework, if supported.

Events

Public Event KeyDown
Occurs when the user presses a key while a control has the focus. (To determine ANSI characters, use the KeyPress event.)

Public Event KeyPress
Occurs when the user presses and releases an ANSI key.

Public Event KeyUp
Occurs when the user releases a key while a control has the focus. (To determine ANSI characters, use the KeyPress event.)

Public Event MouseDown
Occurs when the user presses a mouse button.

Public Event MouseMove
Occurs when the user moves the mouse.

Public Event MouseUp
Occurs when the user releases a mouse button.

Public Event ReCreated
Occurs when the control is recreated.

See Also

GroupBox Overview


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.