ScreenTip
Shows a screen tip for each of the RibbonView buttons.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
[Themable]
public class ScreenTip : ToolTip
Inheritance: objectScreenTip
Constructors
Initializes a new instance of the ScreenTip class.
public ScreenTip()
Fields
BetweenShowDelayProperty
DependencyProperty
Identifies the BetweenShowDelay property.
public static readonly DependencyProperty BetweenShowDelayProperty
DescriptionProperty
DependencyProperty
Identifies the Description property.
public static readonly DependencyProperty DescriptionProperty
IconProperty
DependencyProperty
Identifies the Icon property.
public static readonly DependencyProperty IconProperty
InitialShowDelayProperty
DependencyProperty
Identifies the InitialShowDelay property.
public static readonly DependencyProperty InitialShowDelayProperty
ScreenTipStateProperty
DependencyProperty
Identifies the ScreenTipState property.
public static readonly DependencyProperty ScreenTipStateProperty
ShowDurationProperty
DependencyProperty
Identifies the ShowDuration property.
public static readonly DependencyProperty ShowDurationProperty
TitleProperty
DependencyProperty
Identifies the Title property.
public static readonly DependencyProperty TitleProperty
Properties
Gets or sets the description.
public string Description { get; set; }
The description.
Icon
ImageSource
Gets or sets the icon.
public ImageSource Icon { get; set; }
The icon.
Gets or sets the ScreenTipState.
public ScreenTipState ScreenTipState { get; set; }
The ScreenTipState.
Methods
Gets the BetweenShowDelay connected to a specified UIElement.
public static int GetBetweenShowDelay(DependencyObject obj)
Gets the description connected to a specified UIElement.
public static string GetDescription(UIElement element)
The element.
Returns:GetIcon(UIElement)
ImageSource
Gets the icon connected to a specified UIElement.
public static ImageSource GetIcon(UIElement element)
The element.
Returns:ImageSource
Gets the InitialShowDelay connected to a specified UIElement.
public static int GetInitialShowDelay(DependencyObject obj)
Gets the ShowDuration connected to a specified UIElement.
public static int GetShowDuration(DependencyObject obj)
Gets the title connected to a specified UIElement.
public static string GetTitle(UIElement element)
The element.
Returns:Builds the visual tree for the ToolTip when a new template is applied.
public override void OnApplyTemplate()
Called when the control has been initialized.
Resets the theme.
public void ResetTheme()
Sets the BetweenShowDelay connected to a specified UIElement.
public static void SetBetweenShowDelay(DependencyObject obj, int value)
Sets the value of the description connected to a specified UIElement.
public static void SetDescription(UIElement element, string value)
The element.
valuestringThe value.
Sets the value of the icon connected to a specified UIElement.
public static void SetIcon(UIElement element, ImageSource value)
The element.
valueImageSourceThe value.
Sets the InitialShowDelay connected to a specified UIElement.
public static void SetInitialShowDelay(DependencyObject obj, int value)
Sets the ShowDuration connected to a specified UIElement.
public static void SetShowDuration(DependencyObject obj, int value)
Sets the value of the title connected to a specified UIElement.
public static void SetTitle(UIElement element, string value)
The element.
valuestringThe value.