MENUTEXT Property
PLBCMP GUI Only
The MENUTEXT property provides a menu string for the popup menu of a TOOLBUTTON. The property uses the following format:
MENUTEXT={value}
Note the following:
MENUTEXT may be used in GETPROP or SETPROP statements of a TOOLBUTTON object.
{value} is a Character String Variable or Literal defining the menu text.
The BTNSTYLE property of the TOOLBUTTON must be set to $TBSTYLEDROPDOWN or $TBSTYLEDROPDOWNW.
The {value} string is the same as provided to a FLOATMENU object but with no leading menu name.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |