PlugInFormSetNumericValus Method

Check and change maximum and minimum for numeric and set the value.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static void SetNumericValus(
	decimal value,
	NumericUpDown numericControl
)

Parameters

value  Decimal
Value to set
numericControl  NumericUpDown
the NumericUpDown control

See Also