PopupArrow

From Xojo Documentation

Class (inherits from RectControl)

Used to add a popup arrow to a window.

Events
Close DragOver MouseExit
ConstructContextualMenu DropObject MouseMove
ContextualMenuAction KeyDown MouseWheel
DragEnter KeyUp Open
DragExit MouseEnter


Properties
Active fa-lock-32.png LockLeft TabIndex
AllowAutoDeactivate LockRight Tooltip
AllowTabStop LockTop Top
Enabled MouseCursor Transparent
FacingDirection MouseX fa-lock-32.png TrueWindow fa-lock-32.png
Handle fa-lock-32.png MouseY fa-lock-32.png Visible
Height Name fa-lock-32.png Width
Index fa-lock-32.png PanelIndex Window fa-lock-32.png
Left Parent
LockBottom Scope fa-lock-32.png


Methods
AcceptFileDrop AcceptTextDrop Invalidate
AcceptPictureDrop Close Refresh
AcceptRawDataDrop DrawInto SetFocus
Enumerations
FacingDirections

Example

The following line of code changes the size and direction of a PopupArrow:

PopupArrow1.FacingDirection = PopupArrow.FacingDirections.SmallEast

See Also

RectControl class.