SubMenuStyleCollection.Add(SubMenuStyle) Metod

Definition

Lägger till ett undermenyformat i SubMenuStyleCollection samlingen.

public:
 int Add(System::Web::UI::WebControls::SubMenuStyle ^ style);
public int Add(System.Web.UI.WebControls.SubMenuStyle style);
member this.Add : System.Web.UI.WebControls.SubMenuStyle -> int
Public Function Add (style As SubMenuStyle) As Integer

Parametrar

style
SubMenuStyle

Den SubMenuStyle instans som ska läggas till i samlingen.

Returer

Positionen i samlingen där instansen SubMenuStyle infogades.

Kommentarer

Metoderna OnInsert och OnValidate anropas innan instansen SubMenuStyle läggs till i samlingen och OnInsertComplete metoden anropas efter att instansen SubMenuStyle har lagts till.

Gäller för

Se även