Version

CursorExtension Constructor(String,Type)

Initializes a new CursorExtension with the specified path in the specified assembly.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As String, _
   ByVal typeInAssembly As Type _
)
public CursorExtension( 
   string path,
   Type typeInAssembly
)

Parameters

path
The path in the assembly of the typeInAssembly where the cursor resource can be located.
typeInAssembly
A type in the assembly that contains the cursor resource
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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