IContactPanelActivatedEventArgs.ContactPanel 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 the contact panel.
public:
property ContactPanel ^ ContactPanel { ContactPanel ^ get(); };
ContactPanel ContactPanel();
public ContactPanel ContactPanel { get; }
var contactPanel = iContactPanelActivatedEventArgs.contactPanel;
Public ReadOnly Property ContactPanel As ContactPanel
Property Value
The contact panel.