Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / CommandBar Class / GetToolBar Method
the name of the toolbar to look for


In This Topic
    GetToolBar Method
    In This Topic
    Retrieves the toolbar with the specified name.
    Syntax
    'Declaration
     
    Public Function GetToolBar( _
       ByVal name As String _
    ) As ToolBar
    'Usage
     
    Dim instance As CommandBar
    Dim name As String
    Dim value As ToolBar
     
    value = instance.GetToolBar(name)
    public ToolBar GetToolBar( 
       string name
    )

    Parameters

    name
    the name of the toolbar to look for

    Return Value

    a reference to the toolbar with the specified name or null if such toolbar does not exist
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also