Label

Properties:

BackColor
Border
BorderColor
Caption
Enabled
Font
Format
HorizontalAlign
Hyperlink
LabelPictureLocation
MarkNegatives
Picture
PictureSize
ScrollingText
Shortcut
TextColor
ToolTip
Transparent
VerticalAlign

Events:

Click

Description:

Label is used to place captions for other controls, short explanatory texts and references in a form. Linking mechanism allows you to associate actions to the label which are executed when clicking it.

Availability:

Thick client.

Example:

Controls.Text1.Title = "Responsible:";
Controls.Text1.Visible = True;

See also:

Label, property Hyperlink
SpreadsheetDocumentRange, property Hyperlink
Label, event Click

    

1C:Enterprise Developer's Community