C# Class Fluent.ScreenTip

ScreenTips display the name of the control, the keyboard shortcut for the control, and a brief description of how to use the control. ScreenTips also can provide F1 support, which opens help and takes the user directly to the related help topic for the control whose ScreenTip was displayed when the F1 button was pressed
Inheritance: System.Windows.Controls.ToolTip
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
DisableReasonProperty System.Windows.DependencyProperty
HelpLabelVisibilityProperty System.Windows.DependencyProperty
HelpTopicProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
IsRibbonAlignedProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
CustomPopupPlacementMethod System.Windows.Controls.Primitives.CustomPopupPlacement[]
FindControls void
GetDecoratorChild UIElement
IsContextMenuChild bool
IsQuickAccessItem bool
OnCoerceStyle object
OnFocusedElementPreviewKeyDown void
OnToolTipClosed void
OnToolTipOpened void
ScreenTip System

Private Methods

Méthode Description
CustomPopupPlacementMethod ( Size popupSize, Size targetSize, Point offset ) : System.Windows.Controls.Primitives.CustomPopupPlacement[]
FindControls ( UIElement obj, Ribbon &ribbon, UIElement &topLevelElement ) : void
GetDecoratorChild ( UIElement popupRoot ) : UIElement
IsContextMenuChild ( UIElement element ) : bool
IsQuickAccessItem ( UIElement element ) : bool
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnFocusedElementPreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnToolTipClosed ( object sender, RoutedEventArgs e ) : void
OnToolTipOpened ( object sender, RoutedEventArgs e ) : void
ScreenTip ( ) : System

Property Details

DisableReasonProperty public_oe static_oe property

Using a DependencyProperty as the backing store for DisableReason. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows DisableReasonProperty
Résultat System.Windows.DependencyProperty

HelpLabelVisibilityProperty public_oe static_oe property

Using a DependencyProperty as the backing store the boolean. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HelpLabelVisibilityProperty
Résultat System.Windows.DependencyProperty

HelpTopicProperty public_oe static_oe property

Using a DependencyProperty as the backing store for HelpTopic. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HelpTopicProperty
Résultat System.Windows.DependencyProperty

ImageProperty public_oe static_oe property

Using a DependencyProperty as the backing store for Image. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows ImageProperty
Résultat System.Windows.DependencyProperty

IsRibbonAlignedProperty public_oe static_oe property

Using a DependencyProperty as the backing store for BelowRibbon. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IsRibbonAlignedProperty
Résultat System.Windows.DependencyProperty

TextProperty public_oe static_oe property

Using a DependencyProperty as the backing store for Text. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows TextProperty
Résultat System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

Using a DependencyProperty as the backing store for Title. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows TitleProperty
Résultat System.Windows.DependencyProperty