C# Class TrakHound_UI.Timeline.TooltipServiceEx

This service extends functionality of standard ToolTipService by allowing tooltip stay on the screen till timeout occurs
Afficher le fichier Open project: TrakHound/TrakHound-Community Class Usage Examples

Méthodes publiques

Свойство Type Description
LastTooltip ToolTipEx
ToolTipExProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetToolTipEx ( DependencyObject o ) : ToolTipEx
HideLastTooltip ( ) : void
SetToolTipEx ( DependencyObject o, ToolTipEx t ) : void

Private Methods

Méthode Description
HideTooltip ( object sender ) : void
OnEventToolTipPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnParentLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

GetToolTipEx() public static méthode

public static GetToolTipEx ( DependencyObject o ) : ToolTipEx
o System.Windows.DependencyObject
Résultat ToolTipEx

HideLastTooltip() public static méthode

public static HideLastTooltip ( ) : void
Résultat void

SetToolTipEx() public static méthode

public static SetToolTipEx ( DependencyObject o, ToolTipEx t ) : void
o System.Windows.DependencyObject
t ToolTipEx
Résultat void

Property Details

LastTooltip public_oe static_oe property

public static ToolTipEx,TrakHound_UI.Timeline LastTooltip
Résultat ToolTipEx

ToolTipExProperty public_oe static_oe property

public static DependencyProperty,System.Windows ToolTipExProperty
Résultat System.Windows.DependencyProperty