ArcFM Engine Developer Guide
SetCursor Method


variant defining the cursor id, as specificed in ESRI's MouseCursor class
sets the current cursor id until the object falls out of scope
Syntax
'Declaration
 
Public Sub SetCursor( _
   ByVal cursorID As Object _
) 
'Usage
 
Dim instance As MouseCursor
Dim cursorID As Object
 
instance.SetCursor(cursorID)
public void SetCursor( 
   object cursorID
)

Parameters

cursorID
variant defining the cursor id, as specificed in ESRI's MouseCursor class
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MouseCursor Class
MouseCursor Members

 

 


Send Comment