Wimark.Controls Class Library  

CommandItemCollection.Remove Method

Removes a command item from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal aValue As CommandItem _
)
 
[C#]
public void Remove( 
   CommandItem aValue 
);
[C++]
public: void Remove( 
   CommandItem* aValue 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

CommandItemCollection Class | CommandItemCollection Members | Wimark.Controls Namespace