バージョン

Item(String) プロパティ

指定したキーを持つ GanttViewContextMenuItem を返します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal key As String _
) As GanttViewContextMenuItem
public GanttViewContextMenuItem Item( 
   string key
) {get;}

パラメータ

key
返す項目のキー。
例外
例外解説
System.Collections.Generic.KeyNotFoundException指定された keyGanttViewContextMenuAction定数に解析できなかった時にスローされます。
解説

GanttViewContextMenuItem のキーはその Action プロパティの文字列形式です。

参照