C# Class Expander.Expander

Inheritance: Windows.UI.Xaml.Controls.Control
ファイルを表示 Open project: deanchalk/ExpanderUWP

Public Methods

Method Description
Expander ( ) : System.Windows.Input

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
CollapseControl ( ) : void
ExpandControl ( ) : void
OnExpanderButtonChecked ( object sender, RoutedEventArgs e ) : void
OnExpanderButtonUnChecked ( object sender, RoutedEventArgs e ) : void
OnHeaderButtonClick ( object sender, RoutedEventArgs e ) : void
OnIsExpandedPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

Expander() public method

public Expander ( ) : System.Windows.Input
return System.Windows.Input

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void