NumericTextBox

This example shows the %%PEMaxValue, and %%PEMinValue annotations used with a numeric spin control.

<%%Category("Section"),_
 %%Prompt("Desired length of section (in mm)"),_
 %%PEEditorType("NumericTextBox"),_
 %%PEMaxValue("4500"),_
 %%PEMinValue("750"),> _
Parameter Rule desiredLength As Number = 3000