C# Class ME3Explorer.ToolPanel

Interaction logic for ToolPanel.xaml
Inheritance: ToolListControl
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
CategoryProperty System.Windows.DependencyProperty
ColumnsProperty System.Windows.DependencyProperty
ItemControlMarginProperty System.Windows.DependencyProperty
ItemMarginProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ToolPanel ( ) : System
setToolList ( IEnumerable enumerable ) : void

Méthodes protégées

Méthode Description
Button_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Private Methods

Méthode Description
Button_GotFocus ( object sender, RoutedEventArgs e ) : void
backButton_Click ( object sender, RoutedEventArgs e ) : void
forwardButton_Click ( object sender, RoutedEventArgs e ) : void
updateContents ( ) : void

Method Details

Button_MouseEnter() protected méthode

protected Button_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
Résultat void

ToolPanel() public méthode

public ToolPanel ( ) : System
Résultat System

setToolList() public méthode

public setToolList ( IEnumerable enumerable ) : void
enumerable IEnumerable
Résultat void

Property Details

CategoryProperty public_oe static_oe property

public static DependencyProperty,System.Windows CategoryProperty
Résultat System.Windows.DependencyProperty

ColumnsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnsProperty
Résultat System.Windows.DependencyProperty

ItemControlMarginProperty public_oe static_oe property

public static DependencyProperty,System.Windows ItemControlMarginProperty
Résultat System.Windows.DependencyProperty

ItemMarginProperty public_oe static_oe property

public static DependencyProperty,System.Windows ItemMarginProperty
Résultat System.Windows.DependencyProperty

RowsProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowsProperty
Résultat System.Windows.DependencyProperty