|  | Document revision: 2025-02-04 Refers to JDLG version: 2.0.19
 
 Contents 
 StaticText classA StaticText may be used as a label, implicitly associated with the next
focusable object, or to display text that typically does not change while
a Dialog is visible. 
If used as a label, a StaticText may define an
accelerator key to move the keyboard focus to
the associated object.
 
 
align : string, get/setSpecifies how the text is horizontally aligned.
Possible values are:"left"
 "center"
 "right"
 
The default value is "left".
class : string, getReturns "StaticText".text : string, get/setThe text to be displayed.
If an & character occurs in the text, the next character
or digit is used to define a corresponding accelerator key.
When the ALT key along with this accelerator key is pressed, the
keyboard focus is moved to the next focusable object in the
Dialog hierarchy.
textpos : string, get/setAlias for the align attribute
(provided for backward compatibility).
 
 |  |