GalleryDropDown.ShowPopup(BarManager, Point) Method
In This Article
Displays the GalleryDropDown control at the specified position.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public override void ShowPopup(
BarManager manager,
Point p
)
#Parameters
Name | Type | Description |
---|---|---|
manager | Bar |
A Bar |
p | Point | A Point value which specifies the screen point at which the Dropdown control is shown. |
See Also