Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
構造のリストがあり、このリストの情報に基づいてコントロール(ラベル、テキストボックスなど)を作成します。コントロールをグループ化して、すべてのコントロールを実行し、リストを再度作成できるようにすることはできますか?これがどのように最適に行われるかについてのアイデアはありますか?
ありがとう
を作成できますList<Control>。
List<Control>
Dim sampleControls as new List(Of Control) sampleControls.Add(new Label())