var instance = new GC.Spread.Sheets.Touch.TouchToolStripItem(name, text, image, command, canExecute); var returnValue; // Type: any returnValue = instance.image(value);
function image( value : string ) : any;
パラメータ
- value
- 項目の画像ソースのパスとファイル名。
戻り値の型
値が設定されていない場合は、項目の画像ソースを返します。値が設定されている場合は、ツールバー項目を返します。