'宣言 Public Overloads Function OnLongOperation( _ ByVal complete As System.Double, _ ByVal canCancel As System.Boolean _ ) As System.Boolean
'使用法 Dim instance As C1PreviewPane Dim complete As System.Double Dim canCancel As System.Boolean Dim value As System.Boolean value = instance.OnLongOperation(complete, canCancel)
パラメータ
- complete
- How much is complete (from 0 to 1).
- canCancel
- Whether the operation can be cancelled.
戻り値の型
True if the operation should be cancelled.