C# Class Fluent.NativeMethods.WINDOWPOS

Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Свойство Type Description
cx int
cy int
flags int
hwnd System.IntPtr
hwndInsertAfter System.IntPtr
x int
y int

Property Details

cx public_oe property

Specifies the window width, in pixels.
public int cx
Résultat int

cy public_oe property

Specifies the window height, in pixels.
public int cy
Résultat int

flags public_oe property

Specifies window-positioning options.
public int flags
Résultat int

hwnd public_oe property

Identifies the window.
public IntPtr,System hwnd
Résultat System.IntPtr

hwndInsertAfter public_oe property

Identifies the window behind which this window is placed.
public IntPtr,System hwndInsertAfter
Résultat System.IntPtr

x public_oe property

Specifies the position of the left edge of the window.
public int x
Résultat int

y public_oe property

Specifies the position of the right edge of the window.
public int y
Résultat int