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 |
---|
System.Drawing.Point |
ParentBarItem
Gets parent bar item of popup menu.
Declaration
public ParentBarItem ParentBarItem { get; }
Property Value
Type |
---|
ParentBarItem |
X
Gets X coordinates of popup menu location.
Declaration
public int X { get; }
Property Value
Type |
---|
System.Int32 |
Y
Gets Y coordinates of popup menu location.
Declaration
public int Y { get; }
Property Value
Type |
---|
System.Int32 |