Click or drag to resize

OpsProgressWithCancelRequest Class

Request Ops display a progress dialog with a cancel button.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsProgressWithCancelRequest

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public class OpsProgressWithCancelRequest : OpsRequest

The OpsProgressWithCancelRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsProgressWithCancelRequest Constructor
Top
Properties
 NameDescription
Public propertyAsynchronousRequest Set to true if this request is to be asynchronous.
(Overrides OpsRequestAsynchronousRequest)
Public propertyCancelBtnText 
Public propertyCancelled 
Public propertyMaximum Progress display maximum value.
Public propertyMinimum Progress display minimum value.
Public propertyStep Current progress display step.
Public propertyText 
Public propertyTextFontSize 
Public propertyTitle 
Top
See Also