CursorIHandlerCreate Method (String) |
Creates the cursor instance with the specified fileName
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Create(
string fileName
)
Sub Create (
fileName As String
)
abstract Create :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
Name of the cursor to load from disk
See Also