ArcFM Responder Mobile Developer Guide
Font Property (IMMObjectEditor)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(-512)>
<System.Runtime.InteropServices.ComAliasNameAttribute("stdole.IFontDisp")>
Property Font As stdole.IFontDisp
'Usage
 
Dim instance As IMMObjectEditor
Dim value As stdole.IFontDisp
 
instance.Font = value
 
value = instance.Font
[System.Runtime.InteropServices.DispId(-512)]
[System.Runtime.InteropServices.ComAliasName("stdole.IFontDisp")]
stdole.IFontDisp Font {get; set;}
read-write property Font: stdole.IFontDisp; 
System.Runtime.InteropServices.DispIdAttribute(-512)
System.Runtime.InteropServices.ComAliasNameAttribute("stdole.IFontDisp")
function get,set Font : stdole.IFontDisp
[System.Runtime.InteropServices.DispId(-512)]
[System.Runtime.InteropServices.ComAliasName("stdole.IFontDisp")]
__property stdole.IFontDisp* get_Font();
__property void set_Font( 
   stdole.IFontDisp* value
);
[System.Runtime.InteropServices.DispId(-512)]
[System.Runtime.InteropServices.ComAliasName("stdole.IFontDisp")]
property stdole.IFontDisp^ Font {
   stdole.IFontDisp^ get();
   void set (    stdole.IFontDisp^ 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