GrapeCity PlusPak for Windows Forms 10.0J
Insert(Int32,Keys,KeyActions) メソッド

ショートカットキーを追加する位置
追加するショートカットキー
追加するショートカットキーに割り当てる機能
ShortcutCollectionコレクションのインデックスで指定した位置にキーとそれに対応した動作の組み合わせを追加します。
シンタックス
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal key As Keys, _
   ByVal action As KeyActions _
) 
public void Insert( 
   int index,
   Keys key,
   KeyActions action
)

パラメータ

index
ショートカットキーを追加する位置
key
追加するショートカットキー
action
追加するショートカットキーに割り当てる機能
参照

参照

ShortcutCollection クラス
ShortcutCollection メンバ
オーバーロード一覧

 

 


© 2008 GrapeCity inc. All rights reserved.