Spread.Sheets Documentation
TouchToolStripSeparator Method
Defines when to display the separator with a function. If returns true, display the separator; otherwise, hide the separator.
Represents a separator in the toolbar.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Touch.TouchToolStripSeparator(canExecute);
function TouchToolStripSeparator( 
   canExecute : string
) : any;

Parameters

canExecute
Defines when to display the separator with a function. If returns true, display the separator; otherwise, hide the separator.
See Also

Reference

Touch type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.