Table of Contents

Constructor ValueEditorSByte

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

ValueEditorSByte(string, sbyte?)

Initializes a new instance of the ValueEditorSByte class.

public ValueEditorSByte(string title, sbyte? value = null)

Parameters

title string

Label text.

value sbyte?

Default value.

ValueEditorSByte()

Initializes a new instance of the ValueEditorSByte class.

public ValueEditorSByte()