C# Class FAManagementStudio.Controls.PinButton

Inheritance: System.Windows.Controls.Button
Show file Open project: degarashi0913/FAManagementStudio

Public Properties

Property Type Description
ImagePathProperty System.Windows.DependencyProperty
PinedCommandProperty System.Windows.DependencyProperty
PinedProperty System.Windows.DependencyProperty
ReleasePinCommandProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnClick ( ) : void

Private Methods

Method Description
ExecuteCommand ( ICommand command, object param ) : bool
PinButton ( ) : System
PinedPropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnClick() protected method

protected OnClick ( ) : void
return void

Property Details

ImagePathProperty public static property

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

PinedCommandProperty public static property

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

PinedProperty public static property

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

ReleasePinCommandProperty public static property

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