Skip to content

CheckBox Control Members

See Also

CheckBox Overview

See Also

Suite Pro Controls ActiveX Control v24.0

CheckBox Control Members

Public Methods

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

Public Properties

Property Description
Public Property Alignment Alignment for the "Check" part (check box).
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 Caption Gets or sets the text associated with this control.
Public Property ControlToolTip Gets or sets the tool tip that is displayed when the mouse cursor is positioned over this item.
Public Property DrawFocusRect Gets or sets whether a focus rectangle is drawn around the check box control when the check box control has focus.
Public Property Enabled Gets or sets whether this control is enabled.
Public Property EnableMarkup Allows the use of a XAML snippet to be used for the control.
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 MarkupContext Connects events in XML Markup with actual methods, functions, and events in your code.
Public Property MultiLine Gets or sets whether to allow the text label to appear on multiple lines.
Public Property OLEDropMode Returns or sets how a target component handles drop operations.
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 Gets or sets the alignment of the text on the control.
Public Property TextAlignment Determines if the background of a control is drawn using visual styles/SkinFramework, if supported.
Public Property ToolTipContext Represents the tool tip window that is used to display tool tips.
Public Property Transparent Determines if the control is drawn using visual styles/SkinFramework, if supported.
Public Property UseVisualStyle Gets or sets the state of the check box.
Public Property Value Gets or sets the state of the check box.

Events

Event Description
Public Event 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.
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 OLEDragDrop Occurs when a source component is dropped onto a target component when the source component determines that a drop can occur.
Public Event OLEDragOver Occurs when one component is dragged over another.
Public Event ReCreated Occurs when the control is recreated.

See Also

CheckBox Overview


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