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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.