StandardButtonClicked Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Indicates which standard button was selected by the user, if they selected a custom button.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public TaskDialogStandardButton StandardButtonClicked { get; }
Visual Basic (Declaration)
Public ReadOnly Property StandardButtonClicked As TaskDialogStandardButton
Visual C++
public:
property TaskDialogStandardButton StandardButtonClicked {
	TaskDialogStandardButton get ();
}

Remarks

TaskDialogStandardButton.None will be returned if some other option was selected, or the dialog was cancelled.

See Also