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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static DialogResult Show(
	string windowTitle,
	string mainInstruction,
	string content,
	MessageBoxIcon icon,
	TaskDialogButtons commonButtons
)

Parameters

windowTitle
Type: SystemString
Caption of the window.
mainInstruction
Type: SystemString
Principal text.
content
Type: SystemString
Extra text.
icon
Type: System.Windows.FormsMessageBoxIcon
Predefined icon.
commonButtons
Type: Internal.ComponentFactory.Krypton.ToolkitTaskDialogButtons
Common buttons.

Return Value

Type: DialogResult
One of the DialogResult values.
See Also