Gets a list of all buttons in the toolbar.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public ToolBar.ToolBarButtonCollection Buttons { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Buttons As ToolBar.ToolBarButtonCollection |
An instance of the .NET ToolBarButtonCollection class.
See Also