Struct NativeMethods.WINDOWPOS
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct WINDOWPOS
Fields
cx
Declaration
public int cx
Field Value
System.Int32
|
cy
Declaration
public int cy
Field Value
System.Int32
|
flags
Declaration
public int flags
Field Value
System.Int32
|
hwnd
Declaration
public IntPtr hwnd
Field Value
System.IntPtr
|
hwndInsertAfter
Declaration
public IntPtr hwndInsertAfter
Field Value
System.IntPtr
|
x
Declaration
public int x
Field Value
System.Int32
|
y
Declaration
public int y
Field Value
System.Int32
|