Property ResultButtonIndex
ResultButtonIndex
Gets the index of the button that was clicked to close the dialog.
Declaration
public int ResultButtonIndex { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The dialog is still open. |