Namespace: DeltaEngine.CoreAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
void SetCursorIcon(
string iconFilePath = null
)
void SetCursorIcon(
string iconFilePath = null
)
Sub SetCursorIcon (
Optional iconFilePath As String = Nothing
)
Sub SetCursorIcon (
Optional iconFilePath As String = Nothing
)
void SetCursorIcon(
String^ iconFilePath = nullptr
)
void SetCursorIcon(
String^ iconFilePath = nullptr
)
abstract SetCursorIcon :
?iconFilePath : string
(* Defaults:
let _iconFilePath = defaultArg iconFilePath null
*)
-> unit
abstract SetCursorIcon :
?iconFilePath : string
(* Defaults:
let _iconFilePath = defaultArg iconFilePath null
*)
-> unit