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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.