バージョン

CancelableContextMenuInitializingEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal explorerBar As UltraExplorerBar, _
   ByVal contextMenu As ContextMenu, _
   ByVal clickArea As ClickArea, _
   ByVal cancel As Boolean, _
   ByVal group As UltraExplorerBarGroup, _
   ByVal item As UltraExplorerBarItem _
)
public CancelableContextMenuInitializingEventArgs( 
   UltraExplorerBar explorerBar,
   ContextMenu contextMenu,
   ClickArea clickArea,
   bool cancel,
   UltraExplorerBarGroup group,
   UltraExplorerBarItem item
)

パラメータ

explorerBar
UltraExplorerBar コントロール。
contextMenu
表示されるコンテキスト メニュー。
clickArea
右クリックされたコントロールの領域を表す列挙体。
cancel
イベントをキャンセルする場合はTrue、それ以外の場合はFalse。
group
コンテキストメニューが表示される UltraExplorerBarGroup
item
コンテキストメニューが表示される UltraExplorerBarItem
参照