MDISCROLL Property


PLBCMP GUI Only

 

MDISCROLL property specifies the type of scrollbars provided for the MDI client window. The property uses the following format:

MDISCROLL={value}

Note the following:

  1. MDISCROLL may be used in CREATE or GETPROP statements of a WINDOW object.

  2. Actual scrollbar handling is automatically performed by the runtime.

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

  4.  

    Value

    Keyword

    The type of scrollbars available are ...

    0

    $NONE

    none. (default)

    1

    $SCRBOTH

    both horizontal and vertical.

    2

    $SCRHORZ

    horizontal only.

    3

    $SCRNONE

    none.

    4

    $SCRVERT

    vertical only.

     

  5. This property is not available when using the PL/B Web Server.

  6. When using the PL/B Web Server, see the MPISCROLL property.

 

 

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

 



PL/B Language Reference MDILIST Property MDITOP Property