UPDOWNALIGN Property


PLBCMP GUI Only

 

The UPDOWNALIGN property defines the alignment value of an UpDown control component of an EDITNUMBER object. The property uses the following format:

UPDOWNALIGN={value}

Note the following:

  1. UPDOWNALIGN may be used in CREATE, SETPROP, or GETPROP statements for EDITNUMBER objects.

  2. If the default or $UPDOWNALIGNNONE value is used, no UpDown control is created.

  3. If $UPDOWNALIGNLEFT or $UPDOWNALIGNRIGHT is used, an UpDown control is created inside the EDITNUMBER object by reducing the object's width.

  4. An UpDown control only affects the integer portion of an EDITNUMBER object.

  5. The UPDOWNCHANGE, UPDOWNMAX, and UPDOWNMIN properties must also be set.

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

  7.  

    Value

    Keyword

    The UpDown control is ...

    0

    $DEFAULT

    not created (default).

    1

    $UPDOWNALIGNLEFT

    created on the left side of the object.

    2

    $UPDOWNALIGNNONE

    not created (same as $DEFAULT).

    3

    $UPDOWNALIGNRIGHT

    created on the right side of the object.

 

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

 



PL/B Language Reference UPDATEOPT Property UPDOWNCHANGE Property