GC.Spread.Sheets.Touch Namespace > TouchToolStripSeparator class : TouchToolStripSeparator Constructor |
true
, display the separator; otherwise, hide the separator.
var instance = new GC.Spread.Sheets.Touch.TouchToolStripSeparator(canExecute);
function TouchToolStripSeparator( canExecute : string ) : TouchToolStripSeparator;
true
, display the separator; otherwise, hide the separator.spread.touchToolStrip.add(new GC.Spread.Sheets.Touch.TouchToolStripItem("Cut", "Delete", "cut.png", function(){ })) spread.touchToolStrip.getItem("Cut").font("15px Arial").foreColor("red"); spread.touchToolStrip.add(new GC.Spread.Sheets.Touch.TouchToolStripSeparator());