Table of Contents

Constructor ValueEditorUInt32

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

ValueEditorUInt32(string, uint?)

Initializes a new instance of the ValueEditorUInt32 class.

public ValueEditorUInt32(string title, uint? value = null)

Parameters

title string

Label text.

value uint?

Default value.

ValueEditorUInt32()

Initializes a new instance of the ValueEditorUInt32 class.

public ValueEditorUInt32()