C# Class Windows.UI.Xaml.Controls.ComboBox

Inheritance: Windows.UI.Xaml.Controls.Primitives.Selector, IComboBox, IComboBoxOverrides
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
ComboBox ( ) : System

Méthodes protégées

Méthode Description
OnDropDownClosed ( [ e ) : void
OnDropDownOpened ( [ e ) : void

Method Details

ComboBox() public méthode

public ComboBox ( ) : System
Résultat System

OnDropDownClosed() protected méthode

protected OnDropDownClosed ( [ e ) : void
e [
Résultat void

OnDropDownOpened() protected méthode

protected OnDropDownOpened ( [ e ) : void
e [
Résultat void