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

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

Public Methods

Method Description
ComboBox ( ) : System

Protected Methods

Method Description
OnDropDownClosed ( [ e ) : void
OnDropDownOpened ( [ e ) : void

Method Details

ComboBox() public method

public ComboBox ( ) : System
return System

OnDropDownClosed() protected method

protected OnDropDownClosed ( [ e ) : void
e [
return void

OnDropDownOpened() protected method

protected OnDropDownOpened ( [ e ) : void
e [
return void