Specifies orientation.
Namespace: MindFusion.Common.UI
File: DropDown.js
JavaScript Copy Code |
---|
// enum |
Member name | Value | Description | |
---|---|---|---|
Horizontal |
0 | Indicates a horizontal orientation. |
|
Vertical |
1 | Indicates a vertical orientation. |
The following code creates a ToolStrip with a vertical orientation:
JavaScript Copy Code |
---|
var ui = MindFusion.UI; var theme = "standard"; function loadWindow(sender) // create a new instance of the ListContainer control toolstrip.attach(); |