SendFileButton class

Use the SendFileButton control in Lync Control applications to launch a conversation with a specified contact, and open a file selection dialog where the user can select a file to transfer to the contact.

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.SendFileButton

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

Syntax

'Declaration
Public Class SendFileButton _
    Inherits ContactButton
'Usage
Dim instance As SendFileButton
public class SendFileButton : ContactButton

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

SendFileButton members

Microsoft.Lync.Controls namespace