NetXP 3.0 Reference

MenuImageExtender.CanExtend Method 

Used to determine if the given component is supported by the extender.

[Visual Basic]
NotOverridable Public Function CanExtend( _
   ByVal component As Object _
) As Boolean Implements _
   IExtenderProvider.CanExtend
[C#]
public bool CanExtend(
   object component
);

Parameters

component
component to evaluate for compatability

Return Value

Returns True/False if the component supports the extender.

Implements

IExtenderProvider.CanExtend

See Also

MenuImageExtender Class | NETXP.Components.Extenders Namespace