UCTreeViewItem.IsItemItsOwnContainerOverride Method
Determines whether an object is a UCTreeViewItem.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Function IsItemItsOwnContainerOverride ( _
item As Object _
) As Boolean
'Usage
Dim item As Object
Dim returnValue As Boolean
returnValue = Me.IsItemItsOwnContainerOverride(item)
protected override bool IsItemItsOwnContainerOverride(
Object item
)
Parameters
- item
Type: System.Object
The object to evaluate.
Return Value
Type: System.Boolean
true if item is a UCTreeViewItem; otherwise, false.