DROPDOWNALIGN Property
9.0, PLBCMP GUI Only
The DROPDOWNALIGN property defines the alignment of the drop-down month calendar shown with an EDITDATETIME object. The property uses the following format:
DROPDOWNALIGN={value}
Note the following:
DROPDOWNALIGN may be used in CREATE or GETPROP statements of an EDITDATETIME object.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The calendar is aligned ... |
|
0 |
$OFF |
left (default). |
|
1 |
$DROPDOWNALIGNLEFT |
left. |
|
2 |
$DROPDOWNALIGNRIGHT |
right |
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |