Table of Contents

Constructor ValueEditorCustom

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

ValueEditorCustom(string, string?)

Initializes a new instance of the ValueEditorCustom class.

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

Parameters

title string

Label text.

text string

Default value of the Text property.

ValueEditorCustom()

Initializes a new instance of the ValueEditorCustom class.

public ValueEditorCustom()