







![]() ![]() |
Vista Bridge Library for Managed code development |
TaskDialogClosingEventArgs..::.StandardButton Property |
TaskDialogClosingEventArgs Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets or sets the standard button that was clicked.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public TaskDialogStandardButton StandardButton { get; set; } |
Visual Basic (Declaration) |
---|
Public Property StandardButton As TaskDialogStandardButton |
Visual C++ |
---|
public: property TaskDialogStandardButton StandardButton { TaskDialogStandardButton get (); void set (TaskDialogStandardButton value); } |