PowerTools SPREAD for Windows Forms 8.0J
GetDefaultShortcuts メソッド (GcTextBoxCellType)


既定のショートカット機能を取得します。
構文
'Declaration
 
Protected Overrides Function GetDefaultShortcuts() As Dictionary(Of Keys,String)
'使用法
 
Dim instance As GcTextBoxCellType
Dim value As Dictionary(Of Keys,String)
 
value = instance.GetDefaultShortcuts()
protected override Dictionary<Keys,string> GetDefaultShortcuts()

戻り値の型

すべてのデフォルトショートカットを含むディクショナリー。
解説
派生クラスで GetDefaultShortcuts メソッドを使用して、セルが作成されるときのデフォルトショートカットをカスタマイズできます。このメソッドが null 参照 (Visual Basicでは Nothing) を返す場合、セルにショートカットは追加されません。
参照

GcTextBoxCellType クラス
GcTextBoxCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.