Click or drag to resize

KryptonColorButtonDialogResult Property

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

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

Property Value

Type: DialogResult

Implements

IButtonControlDialogResult
See Also