ArcFM Responder Mobile Developer Guide
Cursor Property (IMMObjectEditor)






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

IMMObjectEditor Interface
IMMObjectEditor Members

Send Feedback