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:

  1. MENUTEXT may be used in GETPROP or SETPROP statements of a TOOLBUTTON object.

  2. {value} is a Character String Variable or Literal defining the menu text.

  3. The BTNSTYLE property of the TOOLBUTTON must be set to $TBSTYLEDROPDOWN or $TBSTYLEDROPDOWNW.

  4. 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

 



PL/B Language Reference MENUORDER Property MERGETYPE Property