A pointer attached to one side of a custom themed popup.

Usage

Set_Property(OLECtrlEntID, "OLE.Pointer", OptionValue)

Values

OptionValue can be set to one of the following valid options:

ValueAbbrDescription
NoneNNo pointer.
LeftLPoint on the left side of the popup.
TopTPoint on the top side of the popup.
RightRPoint on the right side of the popup.
BottomBPoint on the bottom side of the popup.

Default: None

Remarks

The Pointer property defines a pointer on one side of a custom themed popup. This only works for popups whose Theme property is set to "Custom". Adding a pointer allows you to make the popup appear like a callout box that points to a particular control.

Example

// set a top pointer
Set_Property(@Window:".OLE_POPUP", "OLE.Pointer", "Top")

See Also

Theme

  • No labels