CommandIdCollection.Contains(CommandID) Method

Definition

public:
 bool Contains(System::ComponentModel::Design::CommandID ^ value);
public bool Contains (System.ComponentModel.Design.CommandID value);
member this.Contains : System.ComponentModel.Design.CommandID -> bool
Public Function Contains (value As CommandID) As Boolean

Parameters

value
CommandID

Returns

Applies to