Method AskByte
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
stringDialog title.
defaultValue
byteDefault value. Optional. If not specified, uses 0.
maxValue
byteMaximal value. Optional. If not specified, uses 255.
Returns
- byte?