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
Syntaxpublic MeterInitEventArgs(
string sText,
float sngMax,
bool bShowCancel
)
Public Sub New (
sText As String,
sngMax As Single,
bShowCancel As Boolean
)
Parameters
- sText
- Type: SystemString
- sngMax
- Type: SystemSingle
- bShowCancel
- Type: SystemBoolean
RemarksUsed Internally
See Also