GC.Spread.Sheets Namespace > Events type : TouchToolStripOpening Event |
true
, the touch toolbar is prevented from popping up; otherwise, the toolbar is displayed at the default position.
var instance; // Type: Events instance.TouchToolStripOpening = function(x, y, handled) { };
true
, the touch toolbar is prevented from popping up; otherwise, the toolbar is displayed at the default position.activeSheet.bind(GC.Spread.Sheets.Events.TouchToolStripOpening, function (e, info) {
alert(info.x);
});