ArcFM Responder Mobile Developer Guide
DropHighlight Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678285)>
Property DropHighlight As System.Integer
'Usage
 
Dim instance As IMMListTree
Dim value As System.Integer
 
instance.DropHighlight = value
 
value = instance.DropHighlight
[System.Runtime.InteropServices.DispId(1610678285)]
System.int DropHighlight {get; set;}
read-write property DropHighlight: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610678285)
function get,set DropHighlight : System.int
[System.Runtime.InteropServices.DispId(1610678285)]
__property System.int get_DropHighlight();
__property void set_DropHighlight( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610678285)]
property System.int DropHighlight {
   System.int get();
   void set (    System.int 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