Click or drag to resize

IGUISetCancelSupported Method

Tell the ui if the script should be possible to cancel

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void SetCancelSupported(
	bool can_cancel
)

Parameters

can_cancel  Boolean
True if the script can be cancelled

Return Value

true if the user wants to cancel the script
See Also