Skip to main content
.NET 6.0+

TreeListEditor.CanShowPopupMenu(Point) Method

Returns a Boolean value that indicates whether it is possible to invoke a context menu at the specified position.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v23.2.dll

Declaration

public virtual bool CanShowPopupMenu(
    Point position
)

Parameters

Name Type Description
position Point

A Point object that specifies the position at which a context menu is invoked.

Returns

Type Description
Boolean

true if it is possible to invoke a context menu at the specified position; otherwise false.

Remarks

This method is not intended to be called from your code. It is used internally to support the TreeListEditor‘s context menu.

See Also