C# 클래스 ME3Explorer.ToolPanel

Interaction logic for ToolPanel.xaml
상속: ToolListControl
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
CategoryProperty System.Windows.DependencyProperty
ColumnsProperty System.Windows.DependencyProperty
ItemControlMarginProperty System.Windows.DependencyProperty
ItemMarginProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ToolPanel ( ) : System
setToolList ( IEnumerable enumerable ) : void

보호된 메소드들

메소드 설명
Button_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
Button_GotFocus ( object sender, RoutedEventArgs e ) : void
backButton_Click ( object sender, RoutedEventArgs e ) : void
forwardButton_Click ( object sender, RoutedEventArgs e ) : void
updateContents ( ) : void

메소드 상세

Button_MouseEnter() 보호된 메소드

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

ToolPanel() 공개 메소드

public ToolPanel ( ) : System
리턴 System

setToolList() 공개 메소드

public setToolList ( IEnumerable enumerable ) : void
enumerable IEnumerable
리턴 void

프로퍼티 상세

CategoryProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CategoryProperty
리턴 System.Windows.DependencyProperty

ColumnsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ColumnsProperty
리턴 System.Windows.DependencyProperty

ItemControlMarginProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ItemControlMarginProperty
리턴 System.Windows.DependencyProperty

ItemMarginProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ItemMarginProperty
리턴 System.Windows.DependencyProperty

RowsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows RowsProperty
리턴 System.Windows.DependencyProperty