Click or drag to resize

KryptonTaskDialogShowDialog(IWin32Window) Method

Shows the form as a modal dialog box with the specified owner.

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 DialogResult ShowDialog(
	IWin32Window owner
)

Parameters

owner  IWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.

Return Value

DialogResult
One of the DialogResult values.
See Also