PowerTools PlusPak for Windows Forms 8.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
追加するショートカットキーに割り当てる機能
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

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

Send Feedback