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

In This Topic
    GetToolBar Method (ViewportLayout)
    In This Topic
    Gets the first toolbar in the active viewport.
    Syntax
    'Declaration
     
    Public Function GetToolBar() As ToolBar
    public ToolBar GetToolBar()

    Return Value

    The first toolbar in the active viewport.
    See Also