C# Class ManagedWin32.Api.CursorInfo

Show file Open project: MathewSachin/ManagedWin32 Class Usage Examples

Public Properties

Property Type Description
cbSize int
flags int
hCursor System.IntPtr
ptScreenPos Point

Property Details

cbSize public property

public int cbSize
return int

flags public property

public int flags
return int

hCursor public property

public IntPtr,System hCursor
return System.IntPtr

ptScreenPos public property

public Point ptScreenPos
return Point