Table of Contents

Constructor ValueEditorInt32

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

ValueEditorInt32(string, int?)

Initializes a new instance of the ValueEditorInt32 class.

public ValueEditorInt32(string title, int? value = null)

Parameters

title string

Label text.

value int?

Default value.

ValueEditorInt32()

Initializes a new instance of the ValueEditorInt32 class.

public ValueEditorInt32()