Determines if the specified item is (or is eligible to be) its own container.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override bool IsItemItsOwnContainerOverride(
	Object item
)
Visual Basic
Protected Overrides Function IsItemItsOwnContainerOverride ( _
	item As Object _
) As Boolean
Visual C++
protected:
virtual bool IsItemItsOwnContainerOverride(
	Object^ item
) override

Parameters

item
Type: System..::..Object
The item to check.

Return Value

true if the item is (or is eligible to be) its own container; otherwise, false.

See Also