PlaceholderTextBox 1.3.1

dotnet add package PlaceholderTextBox --version 1.3.1
NuGet\Install-Package PlaceholderTextBox -Version 1.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PlaceholderTextBox" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PlaceholderTextBox --version 1.3.1
#r "nuget: PlaceholderTextBox, 1.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PlaceholderTextBox as a Cake Addin
#addin nuget:?package=PlaceholderTextBox&version=1.3.1

// Install PlaceholderTextBox as a Cake Tool
#tool nuget:?package=PlaceholderTextBox&version=1.3.1

In many cases, a TextBox with an easy Placeholder property would be very helpful especially when you want the user to filter a ListView or ListBox by search terms.

So, I never found a really good one. I know there exists a very easy method with only one SendMessage method, but I don't like it because the placeholder is hard to differentiate with the actually typed text and I don't like these message things very much, too many things can go wrong.

Now I created my own control and my destination is that it is very easy to use.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 16,073 12/12/2014
1.3.0 1,270 12/12/2014

I did not create this control, I packaged it up for NuGet because it is awsome. Here are the sources: http://www.codeproject.com/Tips/589115/TextBox-with-Placeholder