[]
        
(Showing Draft Content)

C1.Win.Ribbon.ContextMenuPopupEventArgs.-ctor

ContextMenuPopupEventArgs Constructor

ContextMenuPopupEventArgs(Component, Point, bool)

Creates a new instance of ContextMenuPopupEventArgs class.

Declaration
public ContextMenuPopupEventArgs(Component component, Point location, bool isCustomMenu)
Public Sub New(component As Component, location As Point, isCustomMenu As Boolean)
Parameters
Type Name Description
Component component

The component for which the menu is shown.

Point location

The upper-left or upper-right corner of the context menu in screen coordinates.

bool isCustomMenu

The value indicating whether this menu is custom.