C# Class WinQuickLook.Interop.GUITHREADINFO

Exibir arquivo Open project: shibayan/WinQuickLook Class Usage Examples

Public Properties

Property Type Description
cbSize int
flags int
hwndActive System.IntPtr
hwndCapture System.IntPtr
hwndCaret System.IntPtr
hwndFocus System.IntPtr
hwndMenuOwner System.IntPtr
hwndMoveSize System.IntPtr
rcCaret RECT

Property Details

cbSize public_oe property

public int cbSize
return int

flags public_oe property

public int flags
return int

hwndActive public_oe property

public IntPtr,System hwndActive
return System.IntPtr

hwndCapture public_oe property

public IntPtr,System hwndCapture
return System.IntPtr

hwndCaret public_oe property

public IntPtr,System hwndCaret
return System.IntPtr

hwndFocus public_oe property

public IntPtr,System hwndFocus
return System.IntPtr

hwndMenuOwner public_oe property

public IntPtr,System hwndMenuOwner
return System.IntPtr

hwndMoveSize public_oe property

public IntPtr,System hwndMoveSize
return System.IntPtr

rcCaret public_oe property

public RECT,WinQuickLook.Interop rcCaret
return RECT