Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / GetToolBars Method

In This Topic
    GetToolBars Method
    In This Topic
    Gets the toolbars collection in the active viewport.
    Syntax
    'Declaration
     
    Public Function GetToolBars() As ObservableCollection(Of ToolBar)
    public ObservableCollection<ToolBar> GetToolBars()

    Return Value

    The toolbars collection in the active viewport.
    See Also