skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ScreenTip

Shows a screen tip for each of the RibbonView buttons.

Inheritance
System.Object
ScreenTip
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll

Syntax

[Themable]
public class ScreenTip : ToolTip, IThemable

Constructors

ScreenTip()

Initializes a new instance of the ScreenTip class.

Declaration
public ScreenTip()

Fields

BetweenShowDelayProperty

Identifies the BetweenShowDelay property.

Declaration
public static readonly DependencyProperty BetweenShowDelayProperty
Field Value
System.Windows.DependencyProperty

DescriptionProperty

Identifies the Description property.

Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
System.Windows.DependencyProperty

IconProperty

Identifies the Icon property.

Declaration
public static readonly DependencyProperty IconProperty
Field Value
System.Windows.DependencyProperty

InitialShowDelayProperty

Identifies the InitialShowDelay property.

Declaration
public static readonly DependencyProperty InitialShowDelayProperty
Field Value
System.Windows.DependencyProperty

ScreenTipStateProperty

Identifies the ScreenTipState property.

Declaration
public static readonly DependencyProperty ScreenTipStateProperty
Field Value
System.Windows.DependencyProperty

ShowDurationProperty

Identifies the ShowDuration property.

Declaration
public static readonly DependencyProperty ShowDurationProperty
Field Value
System.Windows.DependencyProperty

TitleProperty

Identifies the Title property.

Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty

Properties

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
System.String

The description.

Icon

Gets or sets the icon.

Declaration
public ImageSource Icon { get; set; }
Property Value
System.Windows.Media.ImageSource

The icon.

ScreenTipState

Gets or sets the ScreenTipState.

Declaration
public ScreenTipState ScreenTipState { get; set; }
Property Value
ScreenTipState

The ScreenTipState.

Title

Gets or sets the title.

Declaration
public string Title { get; set; }
Property Value
System.String

The title.

Methods

GetBetweenShowDelay(DependencyObject)

Gets the BetweenShowDelay connected to a specified UIElement.

Declaration
public static int GetBetweenShowDelay(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

Returns
System.Int32

GetDescription(UIElement)

Gets the description connected to a specified UIElement.

Declaration
public static string GetDescription(UIElement element)
Parameters
System.Windows.UIElement element

The element.

Returns
System.String

GetIcon(UIElement)

Gets the icon connected to a specified UIElement.

Declaration
public static ImageSource GetIcon(UIElement element)
Parameters
System.Windows.UIElement element

The element.

Returns
System.Windows.Media.ImageSource

GetInitialShowDelay(DependencyObject)

Gets the InitialShowDelay connected to a specified UIElement.

Declaration
public static int GetInitialShowDelay(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

Returns
System.Int32

GetShowDuration(DependencyObject)

Gets the ShowDuration connected to a specified UIElement.

Declaration
public static int GetShowDuration(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

Returns
System.Int32

GetTitle(UIElement)

Gets the title connected to a specified UIElement.

Declaration
public static string GetTitle(UIElement element)
Parameters
System.Windows.UIElement element

The element.

Returns
System.String

OnApplyTemplate()

Builds the visual tree for the System.Windows.Controls.ToolTip when a new template is applied.

Declaration
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Called when the control has been initialized.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

ResetTheme()

Resets the theme.

Declaration
public void ResetTheme()

SetBetweenShowDelay(DependencyObject, Int32)

Sets the BetweenShowDelay connected to a specified UIElement.

Declaration
public static void SetBetweenShowDelay(DependencyObject obj, int value)
Parameters
System.Windows.DependencyObject obj

System.Int32 value

SetDescription(UIElement, String)

Sets the value of the description connected to a specified UIElement.

Declaration
public static void SetDescription(UIElement element, string value)
Parameters
System.Windows.UIElement element

The element.

System.String value

The value.

SetIcon(UIElement, ImageSource)

Sets the value of the icon connected to a specified UIElement.

Declaration
public static void SetIcon(UIElement element, ImageSource value)
Parameters
System.Windows.UIElement element

The element.

System.Windows.Media.ImageSource value

The value.

SetInitialShowDelay(DependencyObject, Int32)

Sets the InitialShowDelay connected to a specified UIElement.

Declaration
public static void SetInitialShowDelay(DependencyObject obj, int value)
Parameters
System.Windows.DependencyObject obj

System.Int32 value

SetShowDuration(DependencyObject, Int32)

Sets the ShowDuration connected to a specified UIElement.

Declaration
public static void SetShowDuration(DependencyObject obj, int value)
Parameters
System.Windows.DependencyObject obj

System.Int32 value

SetTitle(UIElement, String)

Sets the value of the title connected to a specified UIElement.

Declaration
public static void SetTitle(UIElement element, string value)
Parameters
System.Windows.UIElement element

The element.

System.String value

The value.

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.