ArcFM Responder Mobile Developer Guide
BackColor Property (IMMListTree)






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

IMMListTree Interface
IMMListTree Members

Send Feedback