Skip to main content

TdxBarCustomPopupMenu.PopupAlignment Property

Specifies how the popup menu is horizontally aligned relative to its pop-up position.

Declaration

property PopupAlignment: TPopupAlignment read; write; default paLeft;

Property Value

Type Default
TPopupAlignment paLeft

Remarks

Options include:

Value Meaning
paLeft The menu’s upper-left corner appears at the pop-up position.
paRight The menu’s upper-right corner appears at the pop-up position.
paCenter 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