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