Share via


UCTreeView.IsItemItsOwnContainerOverride method

Check whether the item is a [CustomContactListItem]

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

Return value

Type: System.Boolean

See also

Reference

UCTreeView class

UCTreeView members

Microsoft.Lync.Controls namespace