C# Class Windows.UI.Xaml.Automation.Peers.RadioButtonAutomationPeer

Inheritance: ToggleButtonAutomationPeer, IRadioButtonAutomationPeer, ISelectionItemProvider
Mostra file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
AddToSelection ( ) : void
RadioButtonAutomationPeer ( [ owner ) : System
RemoveFromSelection ( ) : void
Select ( ) : void

Method Details

AddToSelection() public method

public AddToSelection ( ) : void
return void

RadioButtonAutomationPeer() public method

public RadioButtonAutomationPeer ( [ owner ) : System
owner [
return System

RemoveFromSelection() public method

public RemoveFromSelection ( ) : void
return void

Select() public method

public Select ( ) : void
return void