C# Class WpfHint2.UIBuilding.HintControl

Inheritance: System.Windows.Controls.TextBlock
Afficher le fichier Open project: JetBrains/Nitra Class Usage Examples

Méthodes publiques

Свойство Type Description
ClickEvent System.Windows.RoutedEvent
MouseHoverEvent System.Windows.RoutedEvent

Méthodes publiques

Méthode Description
AddClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
AddMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void
HintControl ( string hintKey, string>.Func hintTextLookup, string handler ) : System
HintControl ( string hintText, string handler ) : System
RemoveClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
RemoveMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void

Method Details

AddClickHandler() public static méthode

public static AddClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
Résultat void

AddMouseHoverHandler() public static méthode

public static AddMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
Résultat void

HintControl() public méthode

public HintControl ( string hintKey, string>.Func hintTextLookup, string handler ) : System
hintKey string
hintTextLookup string>.Func
handler string
Résultat System

HintControl() public méthode

public HintControl ( string hintText, string handler ) : System
hintText string
handler string
Résultat System

RemoveClickHandler() public static méthode

public static RemoveClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
Résultat void

RemoveMouseHoverHandler() public static méthode

public static RemoveMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
Résultat void

Property Details

ClickEvent public_oe static_oe property

public static RoutedEvent,System.Windows ClickEvent
Résultat System.Windows.RoutedEvent

MouseHoverEvent public_oe static_oe property

public static RoutedEvent,System.Windows MouseHoverEvent
Résultat System.Windows.RoutedEvent