WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownPopupEventArgs

    Show / Hide Table of Contents

    Class DropDownPopupEventArgs

    Inheritance
    System.Object
    DropDownPopupEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DropDownPopupEventArgs : CancelEventArgs

    Constructors

    DropDownPopupEventArgs(ParentBarItem, Point)

    Declaration
    public DropDownPopupEventArgs(ParentBarItem parentBarItem, Point location)
    Parameters
    Type Name Description
    ParentBarItem parentBarItem
    System.Drawing.Point location

    Properties

    Location

    Gets or sets popup menu location.

    Declaration
    public Point Location { get; set; }
    Property Value
    Type Description
    System.Drawing.Point

    ParentBarItem

    Gets parent bar item of popup menu.

    Declaration
    public ParentBarItem ParentBarItem { get; }
    Property Value
    Type Description
    ParentBarItem

    X

    Gets X coordinates of popup menu location.

    Declaration
    public int X { get; }
    Property Value
    Type Description
    System.Int32

    Y

    Gets Y coordinates of popup menu location.

    Declaration
    public int Y { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved