Class ComboBoxEx.WINDOWPOS
Inheritance
System.Object
ComboBoxEx.WINDOWPOS
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class WINDOWPOS : ValueType
Fields
cx
Declaration
public int cx
Field Value
| Type |
|---|
| System.Int32 |
cy
Declaration
public int cy
Field Value
| Type |
|---|
| System.Int32 |
flags
Declaration
public int flags
Field Value
| Type |
|---|
| System.Int32 |
hwnd
Declaration
public IntPtr hwnd
Field Value
| Type |
|---|
| System.IntPtr |
hwndInsertAfter
Declaration
public IntPtr hwndInsertAfter
Field Value
| Type |
|---|
| System.IntPtr |
x
Declaration
public int x
Field Value
| Type |
|---|
| System.Int32 |
y
Declaration
public int y
Field Value
| Type |
|---|
| System.Int32 |