ArcFM Responder Mobile Developer Guide
ForeColor Property (IMMListTree)






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