Represents a container of toolbar buttons.
Namespace: MindFusion.Common.UI
File: ToolStrip.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksToolStrip is also available as a React component.
ExampleThe following sample creates a ToolStrip that is 100 pixels wide and takes all the height of the browser window. Different ToolStrip properties are used to customize the appearance of the control.
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; var theme = "standard"; // create a new instance of the WindowHost control |
Inheritance HierarchyMindFusion.Common.UI.Control![]()
MindFusion.Common.UI.ListContainer
MindFusion.Common.UI.ToolStrip
MindFusion.Common.UI.TabStrip
See Also