Position of the clickable menu prompt
Member of Toolbar Button (PRIM_SPBN)
Data Type - Enumeration
The MenuPromptPosition property controls the position of the arrow used to indicate that the button has a Menu attached. The Caption and Prompt areas of the button are discrete, but this can look a little odd when the caption wraps. BottomJustified and RightJustified can be used to merge the caption and prompt areas so that the prompt image can appear in the same area as the caption and appear to be part of it.
Enum Value | Description |
---|---|
AfterText | To the right of the caption and will wrap as required |
Bottom | Attached to the bottom edge of the button |
BottomJustified | Attached to the bottom edge of the button. Prompt can overlay the caption |
None | Prompt image is hidden |
Right | Attached to the right edge of the button |
RightJustified | Attached to the right edge of the button. Prompt can overlay the caption |
Febuary 18 V14SP2