CreateUserWizardStepCollectionEditor::CanRemoveInstance Method (Object^)

 

Returns a value indicating whether a provided object can be removed from the collection.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
virtual bool CanRemoveInstance(
	Object^ value
) override

Parameters

value
Type: System::Object^

A WizardStep object to determine whether it can be removed from the collection.

Return Value

Type: System::Boolean

true if the WizardStep can be removed from the collection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: