This topic has not yet been rated - Rate this topic

Menu.MenuItemCollection.IList.Contains Method

.NET Framework 1.1

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Private Function Contains( _
   ByVal value As Object _
) As Boolean Implements IList.Contains
[C#]
bool IList.Contains(
   object value
);
[C++]
private: bool IList::Contains(
 Object* value
);
[JScript]
private function IList.Contains(
   value : Object
) : Boolean;

See Also

Menu.MenuItemCollection Class | Menu.MenuItemCollection Members | System.Windows.Forms Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.