Microsoft SDK for Java

DataGrid.getHeaderFont

Retrieves the font of the grid's column headers.

Syntax

public Font getHeaderFont()

Return Value

Returns a Font object that represents the current font of the column headers. The default value of the headerFont property is null, which means the column headers use the font of the text in the grid's cells.

See Also   setHeaderFont

© 1999 Microsoft Corporation. All rights reserved. Terms of use.