C# Class ME3Explorer.ToolPanel

Interaction logic for ToolPanel.xaml
Inheritance: ToolListControl
Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
CategoryProperty System.Windows.DependencyProperty
ColumnsProperty System.Windows.DependencyProperty
ItemControlMarginProperty System.Windows.DependencyProperty
ItemMarginProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty

Public Methods

Method Description
ToolPanel ( ) : System
setToolList ( IEnumerable enumerable ) : void

Protected Methods

Method Description
Button_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Private Methods

Method 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 method

protected Button_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
return void

ToolPanel() public method

public ToolPanel ( ) : System
return System

setToolList() public method

public setToolList ( IEnumerable enumerable ) : void
enumerable IEnumerable
return void

Property Details

CategoryProperty public static property

public static DependencyProperty,System.Windows CategoryProperty
return System.Windows.DependencyProperty

ColumnsProperty public static property

public static DependencyProperty,System.Windows ColumnsProperty
return System.Windows.DependencyProperty

ItemControlMarginProperty public static property

public static DependencyProperty,System.Windows ItemControlMarginProperty
return System.Windows.DependencyProperty

ItemMarginProperty public static property

public static DependencyProperty,System.Windows ItemMarginProperty
return System.Windows.DependencyProperty

RowsProperty public static property

public static DependencyProperty,System.Windows RowsProperty
return System.Windows.DependencyProperty