Skip to content

Label Control Members

See Also

Label Overview

| See Also | | Suite Pro Controls ActiveX Control v24.0 | | | | | | | | |---|---|---|---|---|---|---|---|---|

Public Methods

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

Public Properties

Public Property Alignment Gets or sets the alignment of text inside the label control.
Public Property AutoEllipsis Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the label.
Public Property AutoSize Returns or sets a value that determines whether the label control is automatically resized to display its entire contents.
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 Enabled Gets or sets whether this control is enabled.
Public Property EnableMarkup Allows the use of a XAML snippet to be used for full page markup.
Public Property Font Gets or 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 Icon Gets or sets a graphic to be displayed in a Label Control. Can set to an icon in the global icon collection.
Public Property MarkupContext Connects events in XML Markup with actual methods, functions, and events in your code.
Public Property ReCreateReparented
Public Property RightToLeft Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts.
Public Property ToolTipContext Represents the tool tip window that is used to display tool tips.
Public Property Transparent Determines if the background of a control is visible in WinXP mode.
Public Property UseMnemonic Gets or sets a value that specifies whether an "&" in a Label's Caption property defines an access key.
Public Property WordWrap Gets or sets a value that determines whether a control expands to fit the text in its caption.

Events

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 DblClick Occurs when the user presses and releases a mouse button and then presses and releases it again over the label control.
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

See Also

Label Overview


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