RadControls for Silverlight

Shows a screen tip for each of the RibbonView buttons.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView (in Telerik.Windows.Controls.RibbonView.dll) Version: 2013.1.403.1050

Syntax

C#
public class ScreenTip : ToolTip, IThemable
Visual Basic
Public Class ScreenTip _
	Inherits ToolTip _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls..::..ToolTip
              Telerik.Windows.Controls..::..ScreenTip

See Also