ContactList.ShowPivotBar property

Gets or sets whether the pivot bar is visible.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Property ShowPivotBar As Boolean
    Get
    Set
'Usage
Dim instance As ContactList
Dim value As Boolean

value = instance.ShowPivotBar

instance.ShowPivotBar = value
public bool ShowPivotBar { get; set; }

Property value

Type: System.Boolean

Remarks

The pivot bar is the part of the [ContactList] template which displays links for changing the GroupViewBySetting, as well as a menu button for changing other display properties and preferences.

See also

Reference

ContactList class

ContactList members

Microsoft.Lync.Controls namespace