CheckBox Control Members
See Also
CheckBox Overview

| Suite Pro Controls ActiveX Control v24.0 |
|
CheckBox Control Members
Public Methods
AboutBox |
Displays a dialog box that specifies the current version of the control |
|
|
Public Properties
| Property |
Description |
Alignment |
Alignment for the "Check" part (check box). |
Appearance |
Gets or sets the paint style of the control. |
BackColor |
Gets or sets the background color of the control. |
Caption |
Gets or sets the text associated with this control. |
ControlToolTip |
Gets or sets the tool tip that is displayed when the mouse cursor is positioned over this item. |
DrawFocusRect |
Gets or sets whether a focus rectangle is drawn around the check box control when the check box control has focus. |
Enabled |
Gets or sets whether this control is enabled. |
EnableMarkup |
Allows the use of a XAML snippet to be used for the control. |
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. |
MarkupContext |
Connects events in XML Markup with actual methods, functions, and events in your code. |
MultiLine |
Gets or sets whether to allow the text label to appear on multiple lines. |
OLEDropMode |
Returns or sets how a target component handles drop operations. |
ReCreateReparented |
Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts. |
RightToLeft |
Gets or sets the alignment of the text on the control. |
TextAlignment |
Determines if the background of a control is drawn using visual styles/SkinFramework, if supported. |
ToolTipContext |
Represents the tool tip window that is used to display tool tips. |
Transparent |
Determines if the control is drawn using visual styles/SkinFramework, if supported. |
UseVisualStyle |
Gets or sets the state of the check box. |
Value |
Gets or sets the state of the check box. |
Events
| Event |
Description |
Click |
Occurs when the user presses and then releases a mouse button over the control. It can also occur when the value of a control is changed, for example, when the space bar is pressed on a focused check box. |
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. |
OLEDragDrop |
Occurs when a source component is dropped onto a target component when the source component determines that a drop can occur. |
OLEDragOver |
Occurs when one component is dragged over another. |
ReCreated |
Occurs when the control is recreated. |
See Also
CheckBox Overview
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.