Ribbon for WinForms
ContextMenuPopupEventArgs コンストラクタ

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > ContextMenuPopupEventArgs クラス : ContextMenuPopupEventArgs コンストラクタ
The component for which the menu is shown.
The upper-left or upper-right corner of the context menu in screen coordinates.
The value indicating whether this menu is custom.
Creates a new instance of ContextMenuPopupEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal component As Component, _
   ByVal location As Point, _
   ByVal isCustomMenu As Boolean _
)
public ContextMenuPopupEventArgs( 
   Component component,
   Point location,
   bool isCustomMenu
)

パラメータ

component
The component for which the menu is shown.
location
The upper-left or upper-right corner of the context menu in screen coordinates.
isCustomMenu
The value indicating whether this menu is custom.
参照

ContextMenuPopupEventArgs クラス
ContextMenuPopupEventArgs メンバ