Click or drag to resize

OpsContextSimRequestAmountEntry Method

Displays a dialog box requesting an decimal value. The default will be returned if the user cancelled the operation.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public decimal SimRequestAmountEntry(
	string message,
	string title,
	decimal defaultValue
)

Parameters

message
Type: SystemString
title
Type: SystemString
defaultValue
Type: SystemDecimal

Return Value

Type: Decimal
See Also