Share via


WatermarkState.TextBox Property

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property TextBox As TextBox
public TextBox TextBox { get; set; }
public:
property TextBox^ TextBox {
    TextBox^ get ();
    void set (TextBox^ value);
}
member TextBox : TextBox with get, set
function get TextBox () : TextBox 
function set TextBox (value : TextBox)

Property Value

Type: System.Windows.Controls.TextBox
Returns TextBox.

.NET Framework Security

See Also

Reference

WatermarkState Class

Microsoft.TeamFoundation.Controls.WPF Namespace