ToolBar.Template_Buttons property

Gets or sets an ITemplate object that defines the ASP.NET controls to render as the buttons on the Toolbar control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateContainerAttribute(GetType(UserControl))> _
<TemplateInstanceAttribute(TemplateInstance.Single)> _
Public Property Template_Buttons As ITemplate
    Get
    Set
'Usage
Dim instance As ToolBar
Dim value As ITemplate

value = instance.Template_Buttons

instance.Template_Buttons = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TemplateContainerAttribute(typeof(UserControl))]
[TemplateInstanceAttribute(TemplateInstance.Single)]
public ITemplate Template_Buttons { get; set; }

Property value

Type: System.Web.UI.ITemplate
A template for the controls.

See also

Reference

ToolBar class

ToolBar members

Microsoft.SharePoint.WebControls namespace