ToolBar.RightButtons Property

Gets or sets a RepeatedControls object that provides access to ASP.NET controls to render as buttons aligned to the right on the Toolbar control.

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

Syntax

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

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

Property Value

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

See Also

Reference

ToolBar Class

ToolBar Members

Microsoft.SharePoint.WebControls Namespace