Share via


ConsoleNode.IsSeparatorImage property

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.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace