WINDOWPOS Struct

Definition

Represents the position of a window.

public value class WINDOWPOS
struct WINDOWPOS
public struct WINDOWPOS
type WINDOWPOS = struct
Public Structure WINDOWPOS
Inheritance
WINDOWPOS

Fields

cx

The x coordinate relative to x.

cy

The y coordinate relative to y.

flags

The flags.

hwnd

The window handler.

hwndInsertAfter

The other window handle.

x

The x coordinate.

y

The y coordinate.

Applies to