UtilFormsLoadCursorFromFile(String) Method
Creates a
Cursor based on a cursor file.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Function LoadCursorFromFile (
filepath As String
) As Cursor
Dim filepath As String
Dim returnValue As Cursor
returnValue = UtilForms.LoadCursorFromFile(filepath)
public:
static Cursor^ LoadCursorFromFile(
String^ filepath
)
static member LoadCursorFromFile :
filepath : string -> Cursor
No code example is currently available or this language may not be supported.
- filepath String
-
The cursor filepath.
Cursor
The resulting
Cursor.