Click or drag to resize

OpsContextRequestAmountEntry Method (String, String)

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

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public Nullable<decimal> RequestAmountEntry(
	string message,
	string title
)

Parameters

message
Type: SystemString
The message to be displayed.
title
Type: SystemString
The title of the request to be displayed.

Return Value

Type: NullableDecimal
See Also