SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the row header font for all row headers.
Get
VB.NET | refFontObj = object.Font As stdole.IFontDisp |
VB | Set refFontObj = object.Font As IFontDisp |
C#.NET | stdole.IFontDisp refFontObj = object.Font; |
VC++ | IFontDisp* refFontObj = object->GetFont(); |
C | HRESULT object->get_Font(IFontDisp** refFontObj); |
Put
VB.NET | object.let_Font(ByVal refFontObj As stdole.IFontDisp) |
VB | object.Font = refFontObj As IFontDisp |
C#.NET | void object.let_Font(stdole.IFontDisp refFontObj); |
VC++ | void object->PutFont(IFontDisp* refFontObj); |
C | HRESULT object->put_Font(IFontDisp* refFontObj); |
PutRef
VB.NET | object.Font = refFontObj As stdole.IFontDisp |
VB | Set object.Font = refFontObj As IFontDisp |
C#.NET | stdole.IFontDisp object.Font = refFontObj; |
VC++ | void object->PutRefFont(IFontDisp* refFontObj); |
C | HRESULT object->putref_Font(IFontDisp* refFontObj); |
object
refFontObj
Defines the row header font for all row headers. For information about font properties, please visit the applicable section "Using SftBox/OCX with ...".
The Font property defines the row header font for all row headers.
Individual row headers cannot override this font.
See Also SftBoxRowHeaders Object | Object Hierarchy