UCTreeViewItemAutomationPeer constructor
Constructor
Namespace: Microsoft.Lync.Controls.AutomationPeers
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
control As UCTreeViewItem _
)
'Usage
Dim control As UCTreeViewItem
Dim instance As New UCTreeViewItemAutomationPeer(control)
public UCTreeViewItemAutomationPeer(
UCTreeViewItem control
)
Parameters
- control
Type: Microsoft.Lync.Controls.UCTreeViewItem
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when [control] parameter is null |
See also
Reference
UCTreeViewItemAutomationPeer class