Sets mouse cursor to the passed cursor handle.
[Visual Basic .NET] |
---|
Public Sub SetMouseCursorFromHandle( _ ByVal CursorHandle As Integer _ ) |
[C#] |
---|
public void SetMouseCursorFromHandle( |
[Managed C++] |
---|
public: void SetMouseCursorFromHandle( |
[Java] |
---|
public setMouseCursorFromHandle( |
[Unmanaged C++] |
---|
public: HRESULT SetMouseCursorFromHandle( |
- CursorHandle
- A windows handle to a loaded cursor file.
The cursor is repalced to the newly selected cursor when the mouse pointer is moved over the control.
[Visual Basic .NET] | ![]() | |
---|---|---|
|