Click or drag to resize

OpsContextRequestAmountEntry(String, String, NullableDecimal) Method

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

Parameters

message  String
The message to be displayed.
title  String
The title of the request to be displayed.
initialValue  NullableDecimal
The initial value to be displayed.

Return Value

NullableDecimal
See Also