Share via


ContactList.IsHidden Property

Definition

Gets or sets a Boolean value that indicates whether the ContactList is hidden in the user interface.

public:
 property bool IsHidden { bool get(); void set(bool value); };
bool IsHidden();

void IsHidden(bool value);
public bool IsHidden { get; set; }
var boolean = contactList.isHidden;
contactList.isHidden = boolean;
Public Property IsHidden As Boolean

Property Value

Boolean

bool

true if the ContactList is hidden in the user interface; otherwise, false.

Windows requirements

App capabilities
contactsSystem

Applies to