Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CanRemoveInstance Method
See Also 
Dundas.Charting.WebControl Namespace > CommandElementCollectionEditor Class : CanRemoveInstance Method


value
The value to remove.
Indicates whether original members of the collection can be removed.

Syntax

Visual Basic (Declaration)  
Protected Overrides Function CanRemoveInstance( _
   ByVal value As Object _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As CommandElementCollectionEditor
Dim value As Object
Dim value As Boolean
 
value = instance.CanRemoveInstance(value)
C#  
protected override bool CanRemoveInstance( 
   object value
)

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also