ArcFM Responder Mobile Developer Guide
let_Font Method (IMMObjectEditor)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(-512)>
<System.Runtime.InteropServices.TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Sub let_Font( _
   ByVal Value As stdole.IFontDisp _
) 
'Usage
 
Dim instance As IMMObjectEditor
Dim Value As stdole.IFontDisp
 
instance.let_Font(Value)
[System.Runtime.InteropServices.DispId(-512)]
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
void let_Font( 
   stdole.IFontDisp Value
)
procedure let_Font( 
    Value: stdole.IFontDisp
); 
System.Runtime.InteropServices.DispIdAttribute(-512)
System.Runtime.InteropServices.TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)
function let_Font( 
   Value : stdole.IFontDisp
);
[System.Runtime.InteropServices.DispId(-512)]
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
void let_Font( 
   stdole.IFontDisp* Value
) 
[System.Runtime.InteropServices.DispId(-512)]
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
void let_Font( 
   stdole.IFontDisp^ Value
) 

Parameters

Value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMObjectEditor Interface
IMMObjectEditor Members

Send Feedback