Struct WINDOWPLACEMENT
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.Win32API
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[CLSCompliant(false)]
public struct WINDOWPLACEMENT
Fields
flags
Declaration
public uint flags
Field Value
Type |
---|
System.UInt32 |
length
Declaration
public uint length
Field Value
Type |
---|
System.UInt32 |
ptMaxPosition
Declaration
public POINT ptMaxPosition
Field Value
Type |
---|
POINT |
ptMinPosition
Declaration
public POINT ptMinPosition
Field Value
Type |
---|
POINT |
rcNormalPosition
Declaration
public RECT rcNormalPosition
Field Value
Type |
---|
RECT |
showCmd
Declaration
public uint showCmd
Field Value
Type |
---|
System.UInt32 |