Click or drag to resize

OpsContextRequestNumericEntry(String, String, NullableInt64) Method

Displays a dialog box requesting an long 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 long? RequestNumericEntry(
	string message,
	string title,
	long? initialValue
)

Parameters

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

Return Value

NullableInt64
See Also