ToolBar.Buttons Property

Gets or sets buttons on the toolbar.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property Buttons As RepeatedControls
    Get
'Usage
Dim instance As ToolBar
Dim value As RepeatedControls

value = instance.Buttons
public RepeatedControls Buttons { get; }

Property Value

Type: Microsoft.SharePoint.WebControls.RepeatedControls
A group of controls.

See Also

Reference

ToolBar Class

ToolBar Members

Microsoft.SharePoint.WebControls Namespace