KryptonTaskDialogShow Method |
Show a task dialog using the specified values as content.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
DialogResultOne of the DialogResult values.
See Also