TITLEFGCOLOR Property


9.0, PLBCMP GUI Only

 

The TITLEFGCOLOR property defines the text color of the calendar's title. The property uses the following format:

TITLEFGCOLOR={value | color object}

Note the following:

  1. TITLEFGCOLOR may be used in CREATE, SETPROP, or GETPROP statements of an EDITDATETIME object.

  2. The {color object} must have been previously created.

  3. The {value} may specify the color as a BGR value or a Windows system color index. The {value} is a four (4) byte integer and may be a Numeric Variable, an Expression, or a literal. When the high order byte contains a value of 0x0, the next three bytes (twenty-four bits) are interpreted as a BGR value. When the high order byte has a value of 0x80, the lower order byte is an index value into the Windows system colors. The Windows system colors may be defined by the user under Windows.

  4. When using the PL/B Web Server, this property is not supported.

 

 

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

 



PL/B Language Reference TITLEBGCOLOR Property TOOLTIP Property