Cursor Constructor (String) |
Initializes a new instance of the Cursor class by loading the specified .cur fileName
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Cursor(
string fileName
)
Public Sub New (
fileName As String
)
new :
fileName : string -> Cursor
Parameters
- fileName
- Type: SystemString
Name of the cursor file to load from disk
See Also