Struct CursorInfo
Namespace: Dapplo.Windows.User32.Structs
Assembly: Dapplo.Windows.User32.dll
Syntax
public struct CursorInfo
Properties
| Improve this Doc View SourceCursorHandle
Handle (IntPtr) to the Cursor
Declaration
public IntPtr CursorHandle { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Flags
The cursor state, as CursorInfoFlags
Declaration
public CursorInfoFlags Flags { get; }
Property Value
Type | Description |
---|---|
CursorInfoFlags |
Location
A structure that receives the screen coordinates of the cursor.
Declaration
public POINT Location { get; }
Property Value
Type | Description |
---|---|
POINT |
Methods
| Improve this Doc View SourceCreate()
Factory for the structure
Declaration
public static CursorInfo Create()
Returns
Type | Description |
---|---|
CursorInfo |