C# Class ErlangEditor.ToolBoxButton

ToolBoxButton.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Show file Open project: xdusongwei/ErlangEditor

Public Properties

Property Type Description
ClickEvent System.Windows.RoutedEvent
ImageSourceProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
ToolBoxButton ( ) : System

Protected Methods

Method Description
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

ToolBoxButton() public method

public ToolBoxButton ( ) : System
return System

Property Details

ClickEvent public static property

public static RoutedEvent,System.Windows ClickEvent
return System.Windows.RoutedEvent

ImageSourceProperty public static property

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

TextProperty public static property

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