ContactList.IsHidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|