eDriven Framework API
SetCursor Method (type, priority)
NamespaceseDriven.Gui.CursorCursorManagerSetCursor(String, Int32)
eDriven Framework API
Inserts the cursor on th estack This doesn't mean that the supplied cursor will be shown It all depends of the stack content If there are cursors with the higher priority, the cursor with the highest priority will be shown The inserted cursor will be shown when all other cursors with higher or equal priority will be removed
Declaration Syntax
C#Visual BasicVisual C++
public int SetCursor(
	string type,
	int priority
)
Public Function SetCursor ( _
	type As String, _
	priority As Integer _
) As Integer
public:
int SetCursor(
	String^ type, 
	int priority
)
Parameters
type (String)
Cursor ID
priority (Int32)
Cursor proirity: higher numbers have smaller priority
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)