ArcFM Responder Mobile Developer Guide
LoadCursorHandle Method






Syntax
'Declaration
 
Function LoadCursorHandle( _
   ByVal cursorName As System.String _
) As System.Integer
'Usage
 
Dim instance As IMMVBResourceLoader
Dim cursorName As System.String
Dim value As System.Integer
 
value = instance.LoadCursorHandle(cursorName)
System.int LoadCursorHandle( 
   System.string cursorName
)
function LoadCursorHandle( 
    cursorName: System.String
): System.Integer; 
function LoadCursorHandle( 
   cursorName : System.String
) : System.int;
System.int LoadCursorHandle( 
   System.string* cursorName
) 
System.int LoadCursorHandle( 
   System.String^ cursorName
) 

Parameters

cursorName
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

IMMVBResourceLoader Interface
IMMVBResourceLoader Members

Send Feedback