Click or drag to resize

clsTaskMeterInitEventArgs Constructor (String, Single, Boolean)

Create a task bar with text and a cancel button

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public MeterInitEventArgs(
	string sText,
	float sngMax,
	bool bShowCancel
)

Parameters

sText
Type: SystemString
sngMax
Type: SystemSingle
bShowCancel
Type: SystemBoolean
Remarks
Used Internally
See Also