Push Button - MenuPromptPosition Property

Position of the clickable menu prompt

Member of Push Button (PRIM_PHBN)

Data Type - Enumeration

Details

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.

Allowed Values

Enum ValueDescription
AfterTextTo the right of the caption and will wrap as required
BottomAttached to the bottom edge of the button
BottomJustifiedAttached to the bottom edge of the button. Prompt can overlay the caption
NonePrompt image is hidden
RightAttached to the right edge of the button
RightJustifiedAttached to the right edge of the button. Prompt can overlay the caption


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2