CreateUserWizardStepCollectionEditor.CanRemoveInstance Method
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
protected boolean CanRemoveInstance ( Object value )
protected override function CanRemoveInstance ( value : Object ) : boolean
Not applicable.
Parameters
- value
A WizardStep object to determine whether it can be removed from the collection.
Return Value
true if the WizardStep can be removed from the collection; otherwise, false.Community Additions
ADD
Show: