RadioButtonClicked Property

Vista Bridge Library

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

Indicates which radio button was selected when the user closed the dialog. It will be null if the user cancelled the dialog.

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

Syntax

C#
public string RadioButtonClicked { get; }
Visual Basic (Declaration)
Public ReadOnly Property RadioButtonClicked As String
Visual C++
public:
property String^ RadioButtonClicked {
	String^ get ();
}

See Also