Specifies whether this object can provide its extender properties to the specified object.

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public bool CanExtend(
	Object extendee
)
Visual Basic (Declaration)
Public Function CanExtend ( _
	extendee As Object _
) As Boolean

Parameters

extendee
Type: System..::.Object
The Object to receive the extender properties.

Return Value

true if this object can provide extender properties to the specified object; otherwise, false.

Implements

IExtenderProvider..::.CanExtend(Object)

See Also