SftBox/OCX 4.5

SftBoxHeaders.Font Property

Softel vdm, Inc.

Defines the font used for all column headers.

Syntax       

Get

VB.NET

refFontObj = object.Font  As stdole.IFontDispLanguage-specific information

VB

Set refFontObj = object.Font  As IFontDisp

C#.NET

stdole.IFontDispLanguage-specific information refFontObj = object.Font;

VC++

IFontDisp* refFontObj = object->GetFont();

C

HRESULT object->get_Font(IFontDisp** refFontObj);

Delphi

refFontObj := object.Font  : IFontDispLanguage-specific information;

Put

VB.NET

object.let_Font(ByVal refFontObj As stdole.IFontDispLanguage-specific information)

VB

object.Font = refFontObj  As IFontDisp

C#.NET

void object.let_Font(stdole.IFontDispLanguage-specific information refFontObj);

VC++

void object->PutFont(IFontDisp* refFontObj);

C

HRESULT object->put_Font(IFontDisp* refFontObj);

Delphi

procedure object._Set_Font(refFontObj : IFontDispLanguage-specific information);

PutRef

VB.NET

object.Font = refFontObj  As stdole.IFontDispLanguage-specific information

VB

Set object.Font = refFontObj  As IFontDisp

C#.NET

stdole.IFontDispLanguage-specific information object.Font = refFontObj;

VC++

void object->PutRefFont(IFontDisp* refFontObj);

C

HRESULT object->putref_Font(IFontDisp* refFontObj);

Delphi

object.Font := refFontObj  : IFontDispLanguage-specific information;

object

A SftBoxHeaders object.

refFontObj

Defines the font used for all column headers. For information about font properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The Font property defines the font used for all column headers.

Individual column headers cannot override this font.

The font defined using the Headers.Font property is also used for the row/column header.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com