C# Class ME3Explorer.ToolPanel

Interaction logic for ToolPanel.xaml
Inheritance: ToolListControl
ファイルを表示 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_oe static_oe property

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

ColumnsProperty public_oe static_oe property

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

ItemControlMarginProperty public_oe static_oe property

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

ItemMarginProperty public_oe static_oe property

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

RowsProperty public_oe static_oe property

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