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: 19.8
Syntax
C#
public decimal SimRequestAmountEntry(
	string message,
	string title,
	decimal defaultValue
)

Parameters

message  String
 
title  String
 
defaultValue  Decimal
 

Return Value

Decimal
See Also