C# Class MusikNet.Controls.Options

Interaktionslogik für Options.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: nexus49/grado

Public Methods

Method Description
Options ( ) : System

Private Methods

Method Description
ApplyChanges_Click ( object sender, RoutedEventArgs e ) : void
OptionsTreeView_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
TreeView_SelectedItemChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
applyConfigurationChanges ( System.Windows.Controls.GroupBox parent ) : void
applyConfigurationChanges ( ItemsControl parent ) : void
applyConfigurationChanges ( System.Windows.Controls.Panel parent ) : void
applyConfigurationChanges ( UIElement elem ) : void
createOptionsContent ( IEnumerable optionsToDisplay ) : void
getOrCreateGeneralGroup ( System.Boolean &isNew ) : System.Windows.Controls.GroupBox
getParentGroup ( string id ) : System.Windows.Controls.GroupBox
init ( ) : void
lookForValueChange ( UIElement elem ) : void

Method Details

Options() public method

public Options ( ) : System
return System