Dundas Chart for Windows Forms
Remove(Command) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > CommandUIItemCollection Class > Remove Method : Remove(Command) Method


value
The Command for which the first associated CommandUIItem will be removed.
The Command associated with CommandUIItem to remove.
Enterprise Only Feature. Removes the first CommandUIItem associated with the given Command from the collection.
Removes a CommandUIItem associated with a Command from the collection.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Remove( _
   ByVal value As Command _
) 
Visual Basic (Usage) Copy Code
Dim instance As CommandUIItemCollection
Dim value As Command
 
instance.Remove(value)
C#  
public void Remove( 
   Command value
)

Parameters

value
The Command for which the first associated CommandUIItem will be removed.
The Command associated with CommandUIItem to remove.

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

© 2009 All Rights Reserved.