PlugInFormSetNumericValus Method
Check and change maximum and minimum for numeric and set the value.
Namespace: PCB_Investigator.PCBIWindowsAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public static void SetNumericValus(
decimal value,
NumericUpDown numericControl
)
Public Shared Sub SetNumericValus (
value As Decimal,
numericControl As NumericUpDown
)
public:
static void SetNumericValus(
Decimal value,
NumericUpDown^ numericControl
)
static member SetNumericValus :
value : decimal *
numericControl : NumericUpDown -> unit
Parameters
- value Decimal
- Value to set
- numericControl NumericUpDown
- the NumericUpDown control