ContactButton Class

Reserved for internal use.

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.UIElement
      System.Windows.FrameworkElement
        System.Windows.Controls.Control
          Microsoft.Lync.Controls.UCBase
            Microsoft.Lync.Controls.ContactBase
              Microsoft.Lync.Controls.ContactButton
                

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
<ContentPropertyAttribute("Content")> _
<TemplatePartAttribute(Name := "PART_CommandControl", Type := GetType(Control))> _
Public MustInherit Class ContactButton _
    Inherits ContactBase
'Usage
Dim instance As ContactButton
[ContentPropertyAttribute("Content")]
[TemplatePartAttribute(Name = "PART_CommandControl", Type = typeof(Control))]
public abstract class ContactButton : ContactBase

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContactButton Members

Microsoft.Lync.Controls Namespace

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.UIElement
      System.Windows.FrameworkElement
        System.Windows.Controls.Control
          Microsoft.Lync.Controls.UCBase
            Microsoft.Lync.Controls.ContactBase
              Microsoft.Lync.Controls.ContactButton
                Microsoft.Lync.Controls.ScheduleMeetingButton
                Microsoft.Lync.Controls.SendEmailButton
                Microsoft.Lync.Controls.SendFileButton
                Microsoft.Lync.Controls.ShareDesktopButton
                Microsoft.Lync.Controls.StartAudioCallButton
                Microsoft.Lync.Controls.StartInstantMessagingButton
                Microsoft.Lync.Controls.StartVideoCallButton