StiButtonControlDialogResult Property |
Gets or sets a value that is returned to the parent form when the button is clicked.
Namespace:
Stimulsoft.Report.Dialogs
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax[TypeConverterAttribute(typeof(StiEnumConverter))]
public DialogResult DialogResult { get; set; }
<TypeConverterAttribute(GetType(StiEnumConverter))>
Public Property DialogResult As DialogResult
Get
Set
Property Value
Type:
DialogResult
See Also