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;
Parameters
- value
- The color of the toolbar item text.
Return Value
If no value is set, returns the color of the item text; otherwise, returns the toolbar item.