Compartir a través de


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