MyNoteBox Class

Use the MyNoteBox control in Lync Control applications to display and change the current user's personal note.

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

Syntax

[TemplatePartAttribute(Name = "PART_NoteEditTextBox", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = "PART_EditNoteToggleButton", Type = typeof(ToggleButton))]
public class MyNoteBox : SelfBase

Remarks

The user can change their personal note by typing in new text and pressing the Enter key.

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.UIElement
      System.Windows.FrameworkElement
        System.Windows.Controls.Control
          Microsoft.Lync.Controls.UCBase
            Microsoft.Lync.Controls.SelfBase
              Microsoft.Lync.Controls.MyNoteBox

See Also

MyNoteBox Members

Microsoft.Lync.Controls Namespace