Spread.Sheets
selectPreviousControl フィールド
前のコントロールを選択するためのコマンドを表します。
シンタックス
Javascript (Usage) 
var value; // Type: selectPreviousControl
value = GC.Spread.Sheets.Commands.selectPreviousControl;
Javascript (Specification) 
var selectPreviousControl : selectPreviousControl;
使用例
次のサンプルコードは、selectPreviousControlアクションを[Shift]+[Tab]キーの組み合わせにマップします。
spread.commandManager().setShortcutKey('selectNextControl', GC.Spread.Commands.Key.tab, false, false, false, false); // Tab key
spread.commandManager().setShortcutKey('selectPreviousControl', GC.Spread.Commands.Key.tab, false, true, false, false); // Shift key and Tab key

関連トピック

参照

Commands タイプ

 

 


© 2016-2018, GrapeCity inc. All rights reserved.