ArcFM Responder Mobile Developer Guide
BorderStyle Property (IMMListTree)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678281)>
Property BorderStyle As System.Short
'Usage
 
Dim instance As IMMListTree
Dim value As System.Short
 
instance.BorderStyle = value
 
value = instance.BorderStyle
[System.Runtime.InteropServices.DispId(1610678281)]
System.short BorderStyle {get; set;}
read-write property BorderStyle: System.Int16; 
System.Runtime.InteropServices.DispIdAttribute(1610678281)
function get,set BorderStyle : System.short
[System.Runtime.InteropServices.DispId(1610678281)]
__property System.short get_BorderStyle();
__property void set_BorderStyle( 
   System.short value
);
[System.Runtime.InteropServices.DispId(1610678281)]
property System.short BorderStyle {
   System.short get();
   void set (    System.short 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