C# Class System.Windows.Automation.Peers.RadioButtonAutomationPeer

Inheritance: ToggleButtonAutomationPeer, ISelectionItemProvider
ファイルを表示 Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description
RaiseToggleStateChanged void

Public Methods

Method Description
GetPattern ( PatternInterface patternInterface ) : object
ISelectionItemProvider ( ) : void
RadioButtonAutomationPeer ( System.Windows.Controls.RadioButton owner ) : System

Protected Methods

Method Description
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

Private Methods

Method Description
RaiseToggleStateChanged ( ) : void

Method Details

GetAutomationControlTypeCore() protected method

protected GetAutomationControlTypeCore ( ) : AutomationControlType
return AutomationControlType

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

GetPattern() public method

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
return object

ISelectionItemProvider() public method

public ISelectionItemProvider ( ) : void
return void

RadioButtonAutomationPeer() public method

public RadioButtonAutomationPeer ( System.Windows.Controls.RadioButton owner ) : System
owner System.Windows.Controls.RadioButton
return System