ContactButton class

Reserved for internal use.

Inheritance hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        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
<TemplatePartAttribute(Name := "PART_CommandControl", Type := GetType(Control))> _
<ContentPropertyAttribute("Content")> _
Public MustInherit Class ContactButton _
    Inherits ContactBase
'Usage
Dim instance As ContactButton
[TemplatePartAttribute(Name = "PART_CommandControl", Type = typeof(Control))]
[ContentPropertyAttribute("Content")]
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.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        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