OpsContextSimRequestAmountEntry Method |
Displays a dialog box requesting an decimal value. The default will be returned if the user cancelled the operation.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic decimal SimRequestAmountEntry(
string message,
string title,
decimal defaultValue
)
Parameters
- message String
-
- title String
-
- defaultValue Decimal
-
Return Value
Decimal
See Also