WINDOWPOS Structure

 

Represents the position of a window.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

public struct WINDOWPOS

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldcx

The x coordinate relative to x.

System_CAPS_pubfieldcy

The y coordinate relative to y.

System_CAPS_pubfieldflags

The flags.

System_CAPS_pubfieldhwnd

The window handler.

System_CAPS_pubfieldhwndInsertAfter

The other window handle.

System_CAPS_pubfieldx

The x coordinate.

System_CAPS_pubfieldy

The y coordinate.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: