C# Class WpfHint2.HintWindow

Interaction logic for HintWindow.xaml
Show file Open project: JetBrains/Nitra Class Usage Examples

Public Methods

Method Description
HintWindow ( Hint hint, HintRoot root ) : System
RestartCloseTimer ( ) : void

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnInitialized ( EventArgs e ) : void

Private Methods

Method Description
MouseButtonEventHandler ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnClick ( object sender, RoutedEventArgs e ) : void
OnLayoutUpdated ( object sender, EventArgs e ) : void
OnMouseHover ( object sender, RoutedEventArgs e ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnTimerTick ( object sender, EventArgs e ) : void
ShowSubHint ( FrameworkElement el, string hintText ) : void

Method Details

HintWindow() public method

public HintWindow ( Hint hint, HintRoot root ) : System
hint Hint
root HintRoot
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

RestartCloseTimer() public method

public RestartCloseTimer ( ) : void
return void