バージョン

Add(String,EventHandler) メソッド

現在のメニューの最後にキャプションを指定して新しい ContexMenuItem を追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal caption As String, _
   ByVal onClick As EventHandler _
) As ContextMenuItem
public ContextMenuItem Add( 
   string caption,
   EventHandler onClick
)

パラメータ

caption
メニュー項目のキャプション。
onClick
An System.EventHandler that represents the event handler that is called when the item is clicked by the user, or when a user presses an accelerator or shortcut key for the menu item.

戻り値の型

コレクションに追加されるメニュー項目を表す ContextMenuItem。
参照