Label Control Members
See Also
|
| | Suite Pro Controls ActiveX Control v24.0 | | | | | | | |
|---|---|---|---|---|---|---|---|---|
Public Methods
|
AboutBox | Displays a dialog box that specifies the current version of the control | |
|---|---|
Public Properties
Alignment |
Gets or sets the alignment of text inside the label control. |
|---|---|
AutoEllipsis |
Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the label. |
AutoSize |
Returns or sets a value that determines whether the label control is automatically resized to display its entire contents. |
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. |
Enabled |
Gets or sets whether this control is enabled. |
EnableMarkup |
Allows the use of a XAML snippet to be used for full page markup. |
Font |
Gets or 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. |
Icon |
Gets or sets a graphic to be displayed in a Label Control. Can set to an icon in the global icon collection. |
MarkupContext |
Connects events in XML Markup with actual methods, functions, and events in your code. |
ReCreateReparented |
|
RightToLeft |
Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts. |
ToolTipContext |
Represents the tool tip window that is used to display tool tips. |
Transparent |
Determines if the background of a control is visible in WinXP mode. |
UseMnemonic |
Gets or sets a value that specifies whether an "&" in a Label's Caption property defines an access key. |
WordWrap |
Gets or sets a value that determines whether a control expands to fit the text in its caption. |
Events
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. |
|---|---|
DblClick |
Occurs when the user presses and releases a mouse button and then presses and releases it again over the label control. |
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 |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.