menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct ComboBoxEx.WINDOWPOS - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct ComboBoxEx.WINDOWPOS

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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved