ToolBar.Template_RightButtons Property
Gets or sets an ITemplate object that defines the ASP.NET controls to render as the 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
<TemplateInstanceAttribute(TemplateInstance.Single)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateContainerAttribute(GetType(UserControl))> _
Public Property Template_RightButtons As ITemplate
Get
Set
'Usage
Dim instance As ToolBar
Dim value As ITemplate
value = instance.Template_RightButtons
instance.Template_RightButtons = value
[TemplateInstanceAttribute(TemplateInstance.Single)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TemplateContainerAttribute(typeof(UserControl))]
public ITemplate Template_RightButtons { get; set; }
Property Value
Type: System.Web.UI.ITemplate
A template for the controls.