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
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property 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

Property 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

Method 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 static property

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

HelpLabelVisibilityProperty public static property

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

HelpTopicProperty public static property

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

ImageProperty public static property

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

IsRibbonAlignedProperty public static property

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

TextProperty public static property

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

TitleProperty public static property

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