ContactPanel Class

Definition

Represents a Contact Panel that appears when users click a contact that is pinned to the taskbar.

public ref class ContactPanel sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactPanel final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactPanel
Public NotInheritable Class ContactPanel
Inheritance
Object Platform::Object IInspectable ContactPanel
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)
App capabilities
contactsSystem

Remarks

The Contact Panel appears when users click a contact that is pinned to the taskbar.

Properties

HeaderColor

Specifies the color of the Contact Panel header.

Methods

ClosePanel()

Closes the Contact Panel.

Events

Closing

Occurs when the Contact Panel is closing.

LaunchFullAppRequested

Occurs when the user clicks the Launch Full App button in the Contact Panel.

Applies to

See also