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)

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