DVX_GUI/widgets/label/label.bhs

34 lines
675 B
Text

.topic ctrl.label
.title Label
.toc 1 Label
.index Label
.index Caption
.index Alignment
.h1 Label
VB Equivalent: Label -- DVX Widget: label
A static text label. Supports left, center, and right alignment.
.h2 Type-Specific Properties
.table
Property Type Description
--------- ---- -------------------------------------------
Caption String The text displayed by the label.
Alignment Enum Text alignment: Left (default), Center, or Right.
.endtable
Default Event: Click
.h2 Example
.code
Begin Label Label1
Caption = "Hello, World!"
Alignment = "Center"
End
.endcode
.link ctrl.common.props Common Properties, Events, and Methods