Back to Devexpress

ITabbedViewController.ShowContextMenu(DocumentGroup, Point) Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-itabbedviewcontroller-dot-showcontextmenu-x28-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-documentgroup-system-dot-drawing-dot-point-x29.md

latest2.0 KB
Original Source

ITabbedViewController.ShowContextMenu(DocumentGroup, Point) Method

Displays a context menu for the specified document group at the specified position.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool ShowContextMenu(
    DocumentGroup group,
    Point point
)
vb
Function ShowContextMenu(
    group As DocumentGroup,
    point As Point
) As Boolean

Parameters

NameTypeDescription
groupDocumentGroup

A document group for which a menu will be displayed.

| | point | Point |

A point where a context menu will be displayed.

|

Returns

TypeDescription
Boolean

true if the operation was successful; otherwise, false.

|

See Also

PopupMenuShowing

ITabbedViewController Interface

ITabbedViewController Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace