NetXP 3.0 Reference

StatusMessages.CanExtend Method 

Can the component be extended?

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

Parameters

component
The component to check.

Return Value

True if it can be extended.

Implements

IExtenderProvider.CanExtend

See Also

StatusMessages Class | NETXP.Components.Extenders Namespace