ArcFM Responder Mobile Developer Guide
Color Property (IMMObjectEditor)






Syntax
'Declaration
 
<System.Runtime.InteropServices.ComAliasNameAttribute("stdole.OLE_COLOR")>
<System.Runtime.InteropServices.DispIdAttribute(-501)>
Property Color As System.UInteger
'Usage
 
Dim instance As IMMObjectEditor
Dim value As System.UInteger
 
instance.Color = value
 
value = instance.Color
[System.Runtime.InteropServices.ComAliasName("stdole.OLE_COLOR")]
[System.Runtime.InteropServices.DispId(-501)]
System.uint Color {get; set;}
read-write property Color: System.LongWord; 
System.Runtime.InteropServices.ComAliasNameAttribute("stdole.OLE_COLOR")
System.Runtime.InteropServices.DispIdAttribute(-501)
function get,set Color : System.uint
[System.Runtime.InteropServices.ComAliasName("stdole.OLE_COLOR")]
[System.Runtime.InteropServices.DispId(-501)]
__property System.uint get_Color();
__property void set_Color( 
   System.uint value
);
[System.Runtime.InteropServices.ComAliasName("stdole.OLE_COLOR")]
[System.Runtime.InteropServices.DispId(-501)]
property System.uint Color {
   System.uint get();
   void set (    System.uint 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