C# Class ErlangEditor.ToolBoxButton

ToolBoxButton.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen 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_oe static_oe property

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

ImageSourceProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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