WatermarkedTextBox Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a TextBox that can display watermark text when empty.
public ref class WatermarkedTextBox : System::Windows::Controls::TextBox
public class WatermarkedTextBox : System.Windows.Controls.TextBox
type WatermarkedTextBox = class
inherit TextBox
Public Class WatermarkedTextBox
Inherits TextBox
- Inheritance
-
WatermarkedTextBox
Constructors
WatermarkedTextBox() |
Fields
WatermarkForegroundProperty | |
WatermarkProperty |
Identifies the Watermark dependency property. |
Properties
Watermark |
Gets or sets the watermark text to be display when the text box is empty. |
WatermarkForeground |