Ribbon for WinForms
ContextMenuPopup イベント (C1Ribbon)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス : ContextMenuPopup イベント
Occurs before the contextual menu is displayed.
シンタックス
'宣言
 
Public Event ContextMenuPopup As EventHandler(Of ContextMenuPopupEventArgs)
public event EventHandler<ContextMenuPopupEventArgs> ContextMenuPopup
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ContextMenuPopupEventArgs 型の引数を受け取りました。次の ContextMenuPopupEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
Gets the component for which the menu is shown.  
Gets a value indicating whether this menu is custom.  
Gets the upper-left or upper-right corner of the context menu in screen coordinates.  
Gets or sets a value indicating to use a custom context menu instead of the standard.  
参照