MESCIUS SPREAD for Windows Forms 17.0J
Item プロパティ (ShortcutDictionary)

ショートカットキーを表す<b><see cref="T:System.Windows.Forms.Keys">Keys</see></b>列挙体。
キー文字列を指定してコレクションの項目を取得します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal key As Keys _
) As String
public string this[ 
   Keys key
]; {get; set;}

パラメータ

key
ショートカットキーを表す<b><see cref="T:System.Windows.Forms.Keys">Keys</see></b>列挙体。

プロパティ値

関連付けられたショートカット動作を表す<b><see cref="T:System.Windows.Forms.MethodInvoker">MethodInvoker</see></b>デリゲート。
例外
例外説明
System.ArgumentNullException指定された値が null 参照 (Visual Basicでは Nothing)です。
System.ArgumentException 指定された値は無効なアクション名です。
参照

ShortcutDictionary クラス
ShortcutDictionary メンバ

 

 


© MESCIUS inc. All rights reserved.