C# Class GitHub.UI.LinkDropDown

A ComboBox that displays as a link with a dropdown.
Inheritance: System.Windows.Controls.ComboBox
Show file Open project: github/VisualStudio

Public Properties

Property Type Description
HeaderProperty System.Windows.DependencyProperty
LinkItemProperty System.Windows.DependencyProperty
LinkItemTemplateProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

Private Methods

Method Description
HeaderChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
LinkDropDown ( ) : System.Windows

Initializes static members of the LinkDropDown class.

UpdateLinkItem ( ) : void

Method Details

OnSelectionChanged() protected method

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
return void

Property Details

HeaderProperty public static property

Defines the Header property.
public static DependencyProperty,System.Windows HeaderProperty
return System.Windows.DependencyProperty

LinkItemProperty public static property

Defines the readonly LinkItem property.
public static DependencyProperty,System.Windows LinkItemProperty
return System.Windows.DependencyProperty

LinkItemTemplateProperty public static property

Defines the LinkItemTemplate property.
public static DependencyProperty,System.Windows LinkItemTemplateProperty
return System.Windows.DependencyProperty