Table of Contents

Constructor ValueEditorByte

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

ValueEditorByte(string, byte?)

Initializes a new instance of the ValueEditorByte class.

public ValueEditorByte(string title, byte? value = null)

Parameters

title string

Label text.

value byte?

Default value.

ValueEditorByte()

Initializes a new instance of the ValueEditorByte class.

public ValueEditorByte()