ToolBarButtonList.ToArray Method

Copies the elements of the ToolBarButtonList to a new array.
Public Function ToArray() As ToolBarButton()
This language is not supported or no code example is available.
public ToolBarButton[] ToArray()
This language is not supported or no code example is available.

Return Value

ToolBarButton[]

An array containing copies of the elements of the ToolBarButtonList.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition