Share via


ButtonSection.Template_Buttons Property

Gets or sets the rendering template for the button control.

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

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateContainerAttribute(GetType(UserControl))> _
<TemplateInstanceAttribute(TemplateInstance.Single)> _
Public Property Template_Buttons As ITemplate
    Get
    Set
'Usage
Dim instance As ButtonSection
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
An ITemplate object that represents the rendering capabilities of the ButtonSection control.

See Also

Reference

ButtonSection Class

ButtonSection Members

Microsoft.SharePoint.WebControls Namespace