|
|
|
| dcShellProperties component.
|
| type
|
| TPopupAlignment = (paLeft, paRight, paCenter);
|
|
|
| property MenuAlignment: TPopupAlignment;
|
| The MenuAlignment determines where the context pop-up menu appears when the user clicks the right mouse button.
|
|
|
| Set MenuAlignment to control the placement of the popup menu. These are the possible values:
|
| Value | Meaning
|
| paLeft | The pop-up menu appears with its top left corner under the mouse pointer.
|
| paCenter | The pop-up menu appears with the top center of the menu under the mouse pointer.
|
| paRight | The pop-up menu appears with its top right corner under the mouse pointer.
|
|
|
| MenuOptions property.
|