Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether this ConsoleNode object is a separator of other items.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IsSeparatorImage As Boolean
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As Boolean
value = instance.IsSeparatorImage
instance.IsSeparatorImage = value
public bool IsSeparatorImage { get; set; }
Property Value
Type: System.Boolean
A Boolean value representing whether this ConsoleNode is a separator.
Remarks
Some user interface elements allow for a ConsoleNode to be inserted into a hierarchy, which results in a separator image between sections.
Setting this property to true creates the separator image.