WebMenuItem.Positions
From Xojo Documentation
Enumeration
Specifies the positions a contextual menu can appear relative to the control to which it is attached.
Values
Enum | Description |
---|---|
Default | Always on the side to which the user's OS writing direction is set. If left to right, the menu will appear on the left. If right to left, the menu will appear on the right. |
Left | Always to the left of the control. |
Right | Always to the right of the control. |