ToolBar.ButtonSeparator Property

Gets or sets the separator content between buttons on the toolbar.

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

Syntax

'Declaration
Public Property ButtonSeparator As String
    Get
    Set
'Usage
Dim instance As ToolBar
Dim value As String

value = instance.ButtonSeparator

instance.ButtonSeparator = value
public string ButtonSeparator { get; set; }

Property Value

Type: System.String
The separator character(s).

See Also

Reference

ToolBar Class

ToolBar Members

Microsoft.SharePoint.WebControls Namespace