CollectionEditor.CanRemoveInstance Method
.NET Framework 3.0
Indicates whether original members of the collection can be removed.
Namespace: System.ComponentModel.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected boolean CanRemoveInstance ( Object value )
protected function CanRemoveInstance ( value : Object ) : boolean
Not applicable.
Parameters
- value
The value to remove.
Return Value
true if it is permissible to remove this value from the collection; otherwise, false. The default implementation always returns true.When implemented in a derived class, this method indicates whether the specified value can be removed from the collection. By default, this method always returns true.
This method is called when the user tries to remove an item that is an original member of the collection. This method is not called when removing items that were added in the current editing session because they are not yet part of the collection.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: