Resources.LoadCursor Method
Loads a cursor from a given assembly and cursor file name.
[Visual Basic]Public Shared Function LoadCursor( _
ByVal
assemblyType As
Type, _
ByVal
cursorName As
String _
) As
Cursor Parameters
- assemblyType
- The assembly.
- cursorName
- The cursor file name.
Return Value
The cursor.
See Also
Resources Class | NETXP.Library Namespace