ArcFM Responder Mobile Developer Guide
GetCursor Method (Resourcer)






String value in the resource file that corresponds to the cursor to be retrieved
Given a resource ID, this method retrieves a cursor.
Syntax
'Declaration
 
Public Function GetCursor( _
   ByVal resourceId As System.String _
) As System.Windows.Forms.Cursor
'Usage
 
Dim instance As Resourcer
Dim resourceId As System.String
Dim value As System.Windows.Forms.Cursor
 
value = instance.GetCursor(resourceId)
public System.Windows.Forms.Cursor GetCursor( 
   System.string resourceId
)
public function GetCursor( 
    resourceId: System.String
): System.Windows.Forms.Cursor; 
public function GetCursor( 
   resourceId : System.String
) : System.Windows.Forms.Cursor;
public: System.Windows.Forms.Cursor* GetCursor( 
   System.string* resourceId
) 
public:
System.Windows.Forms.Cursor^ GetCursor( 
   System.String^ resourceId
) 

Parameters

resourceId
String value in the resource file that corresponds to the cursor to be retrieved
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

Resourcer Class
Resourcer Members

Send Feedback