WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct ComboBoxEx.WINDOWPOS

    Show / Hide Table of Contents

    Struct ComboBoxEx.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: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public struct WINDOWPOS

    Fields

    cx

    Declaration
    public int cx
    Field Value
    Type Description
    System.Int32

    cy

    Declaration
    public int cy
    Field Value
    Type Description
    System.Int32

    flags

    Declaration
    public int flags
    Field Value
    Type Description
    System.Int32

    hwnd

    Declaration
    public IntPtr hwnd
    Field Value
    Type Description
    System.IntPtr

    hwndInsertAfter

    Declaration
    public IntPtr hwndInsertAfter
    Field Value
    Type Description
    System.IntPtr

    x

    Declaration
    public int x
    Field Value
    Type Description
    System.Int32

    y

    Declaration
    public int y
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved