Click or drag to resize

KryptonTaskDialogShowDialog Method (IWin32Window)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DialogResult ShowDialog(
	IWin32Window owner
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.

Return Value

Type: DialogResult
One of the DialogResult values.
See Also