[]
        
(Showing Draft Content)

C1.Win.Ribbon.ContextMenuPopupEventArgs

ContextMenuPopupEventArgs Class

Provides data for the ContextMenuPopup event.

Inheritance
ContextMenuPopupEventArgs
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class ContextMenuPopupEventArgs : CancelEventArgs

Constructors

Name Description
ContextMenuPopupEventArgs(Component, Point, bool)

Creates a new instance of ContextMenuPopupEventArgs class.

Properties

Name Description
Component

Gets the component for which the menu is shown.

IsCustomMenu

Gets a value indicating whether this menu is custom.

Location

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

UseCustomMenu

Gets or sets a value indicating to use a custom context menu instead of the standard.