Click or drag to resize

OpsContextSimRequestNumericEntry Method

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

Parameters

message
Type: SystemString
title
Type: SystemString
dflt
Type: SystemInt64

Return Value

Type: Int64
See Also