Orientation controls the orientation of items in the picklist
Member of Picklist (PRIM_EVPL)
Data Type - Enumeration
The Orientation property determines how the radio buttons are laid out when the Appearance of the picklist is ButtonSet. The Columns property must be greater than 1.
Enum Value | Description |
---|---|
LeftRghtTopBot | Left to right, top to bottom |
RghtLeftTopBot | Right to left, top to bottom |
TopBotLeftRght | Top to bottom, left to right |
TopBotRghtLeft | Top to bottom, right to left |
Febuary 18 V14SP2