Specifies orientation.
Namespace: MindFusion.Common.UI
File: DropDown.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
Horizontal |
0 | Indicates a horizontal orientation. |
![]() |
Vertical |
1 | Indicates a vertical orientation. |
ExampleThe 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(); |
See Also