C# Класс 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
Наследование: System.Windows.Controls.ToolTip
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Свойство Тип Описание
CustomPopupPlacementMethod System.Windows.Controls.Primitives.CustomPopupPlacement[]
FindControls void
GetDecoratorChild UIElement
IsContextMenuChild bool
IsQuickAccessItem bool
OnCoerceStyle object
OnFocusedElementPreviewKeyDown void
OnToolTipClosed void
OnToolTipOpened void
ScreenTip System

Приватные методы

Метод Описание
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

Описание свойств

DisableReasonProperty публичное статическое свойство

Using a DependencyProperty as the backing store for DisableReason. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows DisableReasonProperty
Результат System.Windows.DependencyProperty

HelpLabelVisibilityProperty публичное статическое свойство

Using a DependencyProperty as the backing store the boolean. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HelpLabelVisibilityProperty
Результат System.Windows.DependencyProperty

HelpTopicProperty публичное статическое свойство

Using a DependencyProperty as the backing store for HelpTopic. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HelpTopicProperty
Результат System.Windows.DependencyProperty

ImageProperty публичное статическое свойство

Using a DependencyProperty as the backing store for Image. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows ImageProperty
Результат System.Windows.DependencyProperty

IsRibbonAlignedProperty публичное статическое свойство

Using a DependencyProperty as the backing store for BelowRibbon. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IsRibbonAlignedProperty
Результат System.Windows.DependencyProperty

TextProperty публичное статическое свойство

Using a DependencyProperty as the backing store for Text. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows TextProperty
Результат System.Windows.DependencyProperty

TitleProperty публичное статическое свойство

Using a DependencyProperty as the backing store for Title. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows TitleProperty
Результат System.Windows.DependencyProperty