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

Inheritance: SelectorAutomationPeer, IComboBoxAutomationPeer, IValueProvider, IExpandCollapseProvider
Show file Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method Description
Collapse ( ) : void
ComboBoxAutomationPeer ( [ owner ) : System
Expand ( ) : void
SetValue ( [ value ) : void

Method Details

Collapse() public method

public Collapse ( ) : void
return void

ComboBoxAutomationPeer() public method

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

Expand() public method

public Expand ( ) : void
return void

SetValue() public method

public SetValue ( [ value ) : void
value [
return void