|
|
|
|
|
SftBoxEdit.Font Property |
Defines the edit control portion's font.
Syntax
|
VB.NET |
|||
|
VB |
Set refFontObj = object.Font As IFontDisp |
||
|
C#.NET |
|||
|
VC++ |
IFontDisp* refFontObj = object->GetFont(); |
||
|
C |
HRESULT object->get_Font(IFontDisp** refFontObj); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
object.Font = refFontObj As IFontDisp |
||
|
C#.NET |
|||
|
VC++ |
void object->PutFont(IFontDisp* refFontObj); |
||
|
C |
HRESULT object->put_Font(IFontDisp* refFontObj); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
Set object.Font = refFontObj As IFontDisp |
||
|
C#.NET |
|||
|
VC++ |
void object->PutRefFont(IFontDisp* refFontObj); |
||
|
C |
HRESULT object->putref_Font(IFontDisp* refFontObj); |
||
|
Delphi |
|||
object
A SftBoxEdit object.
refFontObj
Defines the edit control portion's font. For information about font properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The Font property defines the edit control portion's font.