KryptonTaskDialogShowDialog(IWin32Window) Method |
Shows the form as a modal dialog box with the specified owner.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
DialogResultOne of the DialogResult values.
See Also