Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButtonList Class / ToArray Method

In This Topic
    ToArray Method (ToolBarButtonList)
    In This Topic
    Copies the elements of the ToolBarButtonList to a new array.
    Syntax
    'Declaration
     
    Public Function ToArray() As ToolBarButton()
    public ToolBarButton[] ToArray()

    Return Value

    An array containing copies of the elements of the ToolBarButtonList.
    See Also