Table of Contents

Constructor HexEditorUInt32

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

HexEditorUInt32(string, uint?)

Initializes a new instance of the HexEditorUInt32 class.

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

Parameters

title string

Label text.

value uint?

Default value.

HexEditorUInt32()

Initializes a new instance of the HexEditorUInt32 class.

public HexEditorUInt32()