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

C#
[
TemplatePartAttribute(Name ="PART_EditNoteToggleButton", Type = 
typeof(
ToggleButton))]
[
TemplatePartAttribute(Name ="PART_NoteEditTextBox", Type = 
typeof(
TextBox))]
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.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 . . :: . . SelfBase
                   Microsoft.Lync.Controls . . :: . . MyNoteBox

See Also