MenuItemStyleCollection.Contains Method
.NET Framework 3.0
Determines whether the specified MenuItemStyle object is in the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Contains ( MenuItemStyle style )
public function Contains ( style : MenuItemStyle ) : boolean
Not applicable.
Parameters
- style
The MenuItemStyle to find.
Return Value
true if the specified MenuItemStyle is contained in the collection; otherwise, false.Community Additions
ADD
Show: