C# Class WpfHint2.UIBuilding.HintControl

Inheritance: System.Windows.Controls.TextBlock
Show file Open project: JetBrains/Nitra Class Usage Examples

Public Properties

Property Type Description
ClickEvent System.Windows.RoutedEvent
MouseHoverEvent System.Windows.RoutedEvent

Public Methods

Method 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 method

public static AddClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
return void

AddMouseHoverHandler() public static method

public static AddMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
return void

HintControl() public method

public HintControl ( string hintKey, string>.Func hintTextLookup, string handler ) : System
hintKey string
hintTextLookup string>.Func
handler string
return System

HintControl() public method

public HintControl ( string hintText, string handler ) : System
hintText string
handler string
return System

RemoveClickHandler() public static method

public static RemoveClickHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
return void

RemoveMouseHoverHandler() public static method

public static RemoveMouseHoverHandler ( DependencyObject d, RoutedEventHandler handler ) : void
d System.Windows.DependencyObject
handler RoutedEventHandler
return void

Property Details

ClickEvent public static property

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

MouseHoverEvent public static property

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