XamlRadioButton.Selected Property

Gets or sets the selected state of the radio button.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Overridable Property Selected As Boolean
public virtual bool Selected { get; set; }
public:
virtual property bool Selected {
    bool get ();
    void set (bool value);
}
abstract Selected : bool with get, set 
override Selected : bool with get, set
function get Selected () : boolean 
function set Selected (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

XamlRadioButton Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace