PowerTools PlusPak for Windows Forms 8.0J
Add(Keys,KeyActions) メソッド

追加するショートカットキー
ショートカットキーに割り当てる機能
ShortcutCollectionコレクションの末尾にキーとそれに対応した動作の組み合わせを追加します。
構文
Public Overloads Function Add( _
   ByVal key As Keys, _
   ByVal action As KeyActions _
) As Integer
public int Add( 
   Keys key,
   KeyActions action
)

パラメータ

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