SPECIALMENU Property


9.0, PLBCMP GUI Only

 

The SPECIALMENU property assigns a special menu action to a menu item. The property uses the following format:

SPECIALMENU[={value}]

Note the following:

  1. SPECIALMENU may be used in SETPROP or GETPROP statements of a MENUITEM.

  2. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  3.  

    Value

    Keyword

    Action Assigned

    0

    $SPCMENUNONE

    none.

    1

    $SPCMENUCOPY

    Copy

    2

    $SPCMENUCUT

    Cut

    3

    $SPCMENUDELETE

    Delete

    4

    $SPCMENUPASTE

    Paste

    5

    $SPCMENUSELALL

    Select All

    6

    $SPCMENUUNDO

    Undo

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference SOURCEDOC Property STARTTIMER Property (TIMER)