C# Class GestSpace.Controls.HyperlinkButton

Inheritance: System.Windows.Controls.Control
Mostrar archivo Open project: NicolasDorier/GestSpace

Public Properties

Property Type Description
AskConfirmationProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
GoToProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
DisposeCommand ( ) : void
HyperlinkButton ( ) : System
HyperlinkButton_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
HyperlinkButton_Unloaded ( object sender, RoutedEventArgs e ) : void
OnPropertyChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs args ) : void
RefreshLink ( ) : void
link_Click ( object sender, RoutedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

AskConfirmationProperty public_oe static_oe property

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

CommandProperty public_oe static_oe property

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

GoToProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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