Table of Contents

Constructor ValueEditorUInt64

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

ValueEditorUInt64(string, ulong?)

Initializes a new instance of the ValueEditorUInt64 class.

public ValueEditorUInt64(string title, ulong? value = null)

Parameters

title string

Label text.

value ulong?

Default value.

ValueEditorUInt64()

Initializes a new instance of the ValueEditorUInt64 class.

public ValueEditorUInt64()