var instance = new GC.Spread.Sheets.Touch.TouchToolStrip(workbook, host);
function TouchToolStrip;
var instance = new GC.Spread.Sheets.Touch.TouchToolStrip(workbook, host);
function TouchToolStrip;
Object
GC.Spread.Sheets.Touch.TouchToolStrip
Name | Description | |
---|---|---|
TouchToolStrip Constructor | Represents a toolbar. |
Name | Description | |
---|---|---|
add | Adds an item to the touch toolbar. | |
clear | Clears all items in the toolbar. | |
close | Closes the toolbar. | |
getItem | Gets the item with the specified name. | |
getItems | Gets all the items that belong to the toolbar. | |
imageAreaHeight | Gets or sets the image area height. | |
itemHeight | Gets or sets the toolbar item height. | |
itemWidth | Gets or sets the toolbar item width. | |
open | Opens a toolbar in a specific position relative to the touch point. | |
remove | Removes the toolbar item with the specified name. | |
separatorHeight | Gets or sets the toolbar separator height. |