Click or drag to resize

ButtonGetDialogResult Method

Gets the dialog result associated with the button.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
[AttachedPropertyBrowsableForTypeAttribute(typeof(Button))]
public static bool? GetDialogResult(
	Button button
)

Parameters

button
Type: System.Windows.ControlsButton
The button.

Return Value

Type: NullableBoolean
The associated dialog result.
See Also