Implementation of the TextBox control that supports the 'cue banner' feature introduced in XP.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public class TextBox : TextBox
Visual Basic
Public Class TextBox
	Inherits TextBox
Visual C++
public ref class TextBox : public TextBox
F#
type TextBox =  
    class
        inherit TextBox
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..TextBoxBase
          System.Windows.Forms..::..TextBox
            System.Extensions.Windows.Forms..::..TextBox

See Also