バージョン

SetContextMenuUltra メソッド

指定したコントロールのContextMenuUltraエクステンダープロパティを設定します。
シンタックス
'宣言
 
Public Sub SetContextMenuUltra( _
   ByVal component As Component, _
   ByVal menuKey As String _
) 
public void SetContextMenuUltra( 
   Component component,
   string menuKey
)

パラメータ

component
ContextMenuUltraプロパティを設定する対象のコンポーネント。
menuKey
コントロールのコンテキストメニューとして使用されるPopupMenuToolのキー。
解説
コントロールのContextMenuUltraを削除するには、nullまたは空の文字列を渡します。
参照