バージョン

CancelableNavigationContextMenuInitializingEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal explorerBar As UltraExplorerBar, _
   ByVal navigationContextMenu As ContextMenu, _
   ByVal cancel As Boolean, _
   ByVal group As UltraExplorerBarGroup _
)
public CancelableNavigationContextMenuInitializingEventArgs( 
   UltraExplorerBar explorerBar,
   ContextMenu navigationContextMenu,
   bool cancel,
   UltraExplorerBarGroup group
)

パラメータ

explorerBar
関連付けられた UltraExplorerBar
navigationContextMenu
表示されるコンテキスト メニュー。
cancel
イベントをキャンセルする場合はTrue、それ以外の場合はFalse。
group
コンテキストメニューが表示される UltraExplorerBarGroup
参照