C# Class ManagedWin32.Api.CursorInfo

Exibir arquivo 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_oe property

public int cbSize
return int

flags public_oe property

public int flags
return int

hCursor public_oe property

public IntPtr,System hCursor
return System.IntPtr

ptScreenPos public_oe property

public Point ptScreenPos
return Point