Table of Contents

Method AskByte

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

AskByte(string, byte, byte)

Shows dialog which asks to enter a byte value.

public static byte? AskByte(string title, byte defaultValue = 0, byte maxValue = 255)

Parameters

title string

Dialog title.

defaultValue byte

Default value. Optional. If not specified, uses 0.

maxValue byte

Maximal value. Optional. If not specified, uses 255.

Returns

byte?