Click or drag to resize

KryptonTaskDialogShow Method

Show a task dialog using the specified values as content.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static DialogResult Show(
	string windowTitle,
	string mainInstruction,
	string content,
	MessageBoxIcon icon,
	TaskDialogButtons commonButtons
)

Parameters

windowTitle  String
Caption of the window.
mainInstruction  String
Principal text.
content  String
Extra text.
icon  MessageBoxIcon
Predefined icon.
commonButtons  TaskDialogButtons
Common buttons.

Return Value

DialogResult
One of the DialogResult values.
See Also