Table of Contents

Constructor ValueEditorUInt16

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

ValueEditorUInt16(string, ushort?)

Initializes a new instance of the ValueEditorUInt16 class.

public ValueEditorUInt16(string title, ushort? value = null)

Parameters

title string

Label text.

value ushort?

Default value.

ValueEditorUInt16()

Initializes a new instance of the ValueEditorUInt16 class.

public ValueEditorUInt16()