UserGuide

Desktop Popup Arrow

From Xojo Documentation

Popup Arrow Library Icon

The Popup Arrow control places an arrow in the window that can point in any of four directions. Two sizes of arrows are available.

Refer to DesktopPopupArrow in the Language Reference for details on all its events, properties and methods.

Properties

This property is used with Popup Arrow:

FacingDirection - You control both the direction and size of the popup arrow using this property. You get a choice of four orientations (North, South, East and West) in two sizes (regular and small). Typically, you use a Popup Arrow control as part of a custom control. The orientation of the arrow indicates whether the custom control should display additional information or options. The FacingDirections enumeration can be used to both set and test the FacingDirection as well.

See Also

DesktopPopupArrow class