TdxBarCustomPopupMenu.PopupAlignment Property
In This Article
Specifies how the popup menu is horizontally aligned relative to its pop-up position.
#Declaration
Delphi
property PopupAlignment: TPopupAlignment read; write; default paLeft;
#Property Value
Type | Default |
---|---|
TPopup |
pa |
#Remarks
Options include:
Value | Meaning |
---|---|
pa |
The menu’s upper-left corner appears at the pop-up position. |
pa |
The menu’s upper-right corner appears at the pop-up position. |
pa |
The center of the menu’s upper edge corresponds with the pop-up position. |
The default value of the PopupAlignment property is paLeft.
See Also