RadControls for Silverlight

This class represents a TextBox that shows a different content when empty and not focus.

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

Syntax

C#
public class RadWatermarkTextBox : TextBox, 
	IThemable
Visual Basic
Public Class RadWatermarkTextBox _
	Inherits TextBox _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..TextBox
            Telerik.Windows.Controls..::..RadWatermarkTextBox

See Also