HEADINGFONTNAME |
DEVELOPER |
|
|
Purpose |
.HeadingFontName enables you to specify the font used for the text in a column heading. This property can be applied to the column headers used in certain objects and can be specified on a per column basis. (Open Client only) |
Syntax |
Setting: ObjectReference.HeadingFontName = Value |
Operation |
ObjectReference is the Tag Name of the object |
Remarks |
The requested value (font name) is passed to the Windows Client for translation into a suitable font for display. The retrieving command causes the font name to be returned in the same format that it was entered. If either the Windows Client or the operating system mapped the designated font to another font for display purposes, that display font name is not retrieved. |
Example |
To set the .HeadingFontName property for a column header in a combo box with a Tag Name of CustomerName to Arial: CustomerName.HeadingFontName = "Arial" |
Note: This property applies only to PROIV Open Client and not to the PROIV MFC Client. |
Topic ID: 510149