PrompterPosition sets the position of the prompt
Member of Spin Edit (PRIM_EVSE)
Data Type - Enumeration
The PrompterPosition specifies where the prompt image is shown within the edit. The ShowPrompter property must be set to True.
Enum Value | Description |
---|---|
Bottom | Attached to the lower edge of the edit |
Left | Attached to the left edge of the edit |
None | Prompter will be hidden |
Right | Attached to the right edge of the edit |
Top | Attached to the upper edge of the edit |
Febuary 18 V14SP2