Table of Contents

Method AddVerticalGroupBox

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddVerticalGroupBox(string?)

Creates new GroupBox with vertical layout and adds it to the Children.

public virtual GroupBox AddVerticalGroupBox(string? title = null)

Parameters

title string

Returns

GroupBox