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
titlestringDialog title.
defaultValuebyteDefault value. Optional. If not specified, uses 0.
maxValuebyteMaximal value. Optional. If not specified, uses 255.
Returns
- byte?