Table of Contents

Constructor ValueEditorInt16

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

ValueEditorInt16(string, short?)

Initializes a new instance of the ValueEditorInt16 class.

public ValueEditorInt16(string title, short? value = null)

Parameters

title string

Label text.

value short?

Default value.

ValueEditorInt16()

Initializes a new instance of the ValueEditorInt16 class.

public ValueEditorInt16()