Click or drag to resize

KryptonButtonDialogResult Property

Gets or sets the value returned to the parent form when the button is clicked.

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 DialogResult { get; set; }

Property Value

DialogResult

Implements

IButtonControlDialogResult
See Also