IProgressDialogSetCancelMsg Method

Sets a message to be displayed if the user cancels the operation.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void SetCancelMsg(
	string cancelMsg,
	IntPtr reserved = default
)

Parameters

cancelMsg  String
A pointer to a null-terminated Unicode string that contains the message to be displayed.
reserved  IntPtr  (Optional)
Reserved. Set to Zero.

See Also