ButtonSection.ShowSectionLine Property
Gets or sets a value that indicates whether the section line is displayed.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ShowSectionLine As Boolean
Get
Set
'Usage
Dim instance As ButtonSection
Dim value As Boolean
value = instance.ShowSectionLine
instance.ShowSectionLine = value
public bool ShowSectionLine { get; set; }
Property Value
Type: System.Boolean
true if the section line is displayed; otherwise, false.