Determines whether a System.Web.UI.WebControls.SubMenuStyleCollection collection contains a specific System.Web.UI.WebControls.SubMenuStyle instance.
- style
- The System.Web.UI.WebControls.SubMenuStyle instance to locate in the System.Web.UI.WebControls.SubMenuStyleCollection collection.
true if the System.Web.UI.WebControls.SubMenuStyle instance is found in the System.Web.UI.WebControls.SubMenuStyleCollection collection; otherwise, false. If null is passed as the style parameter, false is returned.
The System.Web.UI.StateManagedCollection.OnValidate(object) method is called to validate the style parameter before the System.Web.UI.WebControls.SubMenuStyleCollection collection is checked.