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

Inheritance: SelectorAutomationPeer, IComboBoxAutomationPeer, IValueProvider, IExpandCollapseProvider
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity

Méthodes publiques

Méthode Description
Collapse ( ) : void
ComboBoxAutomationPeer ( [ owner ) : System
Expand ( ) : void
SetValue ( [ value ) : void

Method Details

Collapse() public méthode

public Collapse ( ) : void
Résultat void

ComboBoxAutomationPeer() public méthode

public ComboBoxAutomationPeer ( [ owner ) : System
owner [
Résultat System

Expand() public méthode

public Expand ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( [ value ) : void
value [
Résultat void