Panel.AddLinkedForms(IList) Metoda

Definicja

Dodaje zestaw formularzy, który zawiera łącza do określonej kontrolki do podanej listy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 override void AddLinkedForms(System::Collections::IList ^ linkedForms);
public override void AddLinkedForms (System.Collections.IList linkedForms);
override this.AddLinkedForms : System.Collections.IList -> unit
Public Overrides Sub AddLinkedForms (linkedForms As IList)

Parametry

linkedForms
IList

Zestaw formularzy zawierających łącza do określonej kontrolki.

Dotyczy

Zobacz też