Skip to content

TextBox control with a customized watermark for WinForms

License

Notifications You must be signed in to change notification settings

RudMike/WatermarkedTextBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WatermarkedTextBox

TextBox control with a customized watermark.

How to install

  1. Download and install it from NuGet package manager to your project. Also you can use console
Install-Package RudMike.WatermarkedTextBox.WinForms -Version 1.0.0
  1. After installing the control must be shown in separate tab of your toolbox. If it doesn't, try re-open the solution. Also make sure that automatically populate toolbox is set on true.

Screenshot 2022-01-07 174209

Using

You can use the control type a usual type and in design mode.

In design mode this control has sepatare tab "Watermark" in the control properties and events windows.

Properties

  • UsePrimaryFont
  • WatermarkFont
  • WatermarkForeColor
  • WatermarkText
  • WatermarkTextAlign

Events

  • UsePrimaryFontChanged
  • WatermarkFontChanged
  • WatermarkForeColorChanged
  • WatermarkTextAlignChanged
  • WatermarkTextChanged

About

TextBox control with a customized watermark for WinForms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages