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