dbicButton Send comments on this topic.
DialogResult Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : DialogResult Property

Gets or sets a value that is returned to the parent form when the control is clicked.

Syntax

Visual Basic (Declaration) 
Public Property DialogResult As DialogResult
C# 
public DialogResult DialogResult {get; set;}

Property Value

DialogResult

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also