ContactListGroupItem.IsItemItsOwnContainerOverride Method

Determines whether an object is a ContactListGroupItem.

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
true if item is a ContactListGroupItem; otherwise, false.

See Also

Reference

ContactListGroupItem Class

ContactListGroupItem Members

Microsoft.Lync.Controls Namespace