Click or drag to resize

KeyboardDataRead(Int32, Int32, Int32, Int32, NumberFormatInfo) Method


Namespace: Micros.Ops.Input
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public bool Read(
	out int val,
	int min,
	int max,
	int _default,
	NumberFormatInfo numFmtInfo
)

Parameters

val  Int32
 
min  Int32
 
max  Int32
 
_default  Int32
 
numFmtInfo  NumberFormatInfo
 

Return Value

Boolean
See Also