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: 19.8
Syntax
C#
public long SimRequestNumericEntry(
	string message,
	string title,
	long dflt
)

Parameters

message  String
 
title  String
 
dflt  Int64
 

Return Value

Int64
See Also