InfinniUI
latest
  • Getting Started
  • Architecture description
  • Core
  • Elements
    • Button
    • ButtonEdit
    • CheckBox
    • ComboBox
    • DataGrid
    • DataNavigation
    • DatePicker
    • DateTimePicker
    • Divider
    • EditorBase
    • ExtensionPanel
    • FileBox
    • Frame
    • GridPanel
    • Icon
    • ImageBox
    • IndeterminateCheckBox
    • Label
    • Link
    • ListBox
    • ListEditorBase
    • MenuBar
      • Extends
      • Syntax
      • Methods
      • MenuBar.metadata
        • Examples
    • NumericBox
    • Panel
    • PasswordBox
    • PopupButton
    • RadioGroup
    • ScrollPanel
    • StackPanel
    • TablePanel
    • TabPanel
    • TextBox
    • TextEditorBase
    • TimePicker
    • ToggleButton
    • ToolBar
    • TreeView
    • ViewPanel
InfinniUI
  • Docs »
  • Elements »
  • MenuBar »
  • MenuBar.metadata
  • Edit on GitHub

MenuBar.metadata¶

Метаданные типа MenuBar.

Examples¶

{
    "Items": [{
        "Button": {
            "Text": "Item 1"
        }
    }, {
        "StackPanel": {
            "Items": [
                "Button": {
                    "Text": "Item 2"
                },
                "Button": {
                    "Text": "Item 3"
                },
            ]
        }
    }, {
        "TextBox": {

        }
    }]
}
Next Previous

© Copyright 2016, Infinnity Solutions. Revision 0be6abe6.

Built with Sphinx using a theme provided by Read the Docs.