var value; // Type: any value = GC.Spread.Sheets.Touch.TouchToolStripItem(name, text, image, command, canExecute);
function TouchToolStripItem( name : string, text : string, image : string, command : Object, canExecute : Object ) : any;
パラメータ
- name
- 項目の名前。
- text
- 項目のテキスト。
- image
- 項目の画像ソース。
- command
- ユーザーがこの項目をタップしたときに実行される関数を定義します。
- canExecute
- この項目を表示するかどうかを関数によって定義します。
true
を返す場合、項目は表示されます。それ以外の場合、項目は非表示になります。