Table of Contents

Constructor TextBoxAndLabel

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

TextBoxAndLabel(string, string?)

Initializes a new instance of the TextBoxAndLabel class.

public TextBoxAndLabel(string title, string? text = null)

Parameters

title string

Label text.

text string

Default value of the Text property.

TextBoxAndLabel()

Initializes a new instance of the TextBoxAndLabel class.

public TextBoxAndLabel()