Click or drag to resize

ButtonSetDialogResult Method

Sets the dialog result associated with the button.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetDialogResult(
	Button button,
	bool? value
)

Parameters

button
Type: System.Windows.ControlsButton
The button.
value
Type: SystemNullableBoolean
The associated dialog result.
See Also