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)

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