MDIBORDER Property


PLBCMP GUI Only

 

MDIBORDER property defines whether a MDI client window has a border. The property uses the following format:

 

MDIBORDER={value}

Note the following:

  1. MDIBORDER may be used in CREATE, SETPROP, or GETPROP statements of a WINDOW object.

  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

    The window border is ...

    0

    $OFF

    not displayed. (default)

    1

    $ON

    displayed.

     

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

  5. When using the PL/B Web Server, see the MPIBORDER property.

 

 

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

 



PL/B Language Reference MAXSIZE Property (DATATABLE) MDIHEIGHT Property