eDriven Framework API
SetCursor Method (type)
NamespaceseDriven.Gui.CursorCursorManagerSetCursor(String)
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
)
Public Function SetCursor ( _
	type As String _
) As Integer
public:
int SetCursor(
	String^ type
)
Parameters
type (String)
Cursor ID
Return Value

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