MyNoteBoxAutomationPeer class

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

Syntax

C#
public 
class 
MyNoteBoxAutomationPeer : 
UCBaseAutomationPeer<

MyNoteBox>, 
	
IValueProvider

Inheritance Hierarchy

System . . :: . . Object
   System.Windows.Threading . . :: . . DispatcherObject
     System.Windows.Automation.Peers . . :: . . AutomationPeer
       System.Windows.Automation.Peers . . :: . . UIElementAutomationPeer
         System.Windows.Automation.Peers . . :: . . FrameworkElementAutomationPeer
           UCBaseAutomationPeer < (Of < ( <' MyNoteBox > ) > ) >
             Microsoft.Lync.Controls.AutomationPeers . . :: . . MyNoteBoxAutomationPeer

See Also