Table of Contents

Constructor ValueEditorCustom

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

ValueEditorCustom(Control)

Initializes a new instance of the ValueEditorCustom class.

public ValueEditorCustom(Control parent)

Parameters

parent Control

Parent of the control.

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()