Skip to main content
A newer version of this page is available. .

IBaseViewController.ShowContextMenu(Point) Method

Displays a View’s context menu at the specified position.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool ShowContextMenu(
    Point point
)

Parameters

Name Type Description
point Point

A point where a context menu will be displayed.

Returns

Type Description
Boolean

true if the operation was successful; otherwise, false.

See Also