SubMenuStyleCollection.IndexOf(SubMenuStyle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the location of a specified SubMenuStyle object in the SubMenuStyleCollection collection.
public:
int IndexOf(System::Web::UI::WebControls::SubMenuStyle ^ style);
public int IndexOf (System.Web.UI.WebControls.SubMenuStyle style);
member this.IndexOf : System.Web.UI.WebControls.SubMenuStyle -> int
Public Function IndexOf (style As SubMenuStyle) As Integer
Parameters
- style
- SubMenuStyle
The SubMenuStyle object to locate in the SubMenuStyleCollection collection.
Returns
The index of the specified SubMenuStyle object if it is found in the list; otherwise, -1.
Remarks
The OnValidate method is called to validate the style
parameter before the index is returned.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.