From f9e97c35e267616caf8bb11888ba6f3ce275eacb Mon Sep 17 00:00:00 2001 From: Dinko Krastev Date: Mon, 7 Apr 2025 16:55:34 +0300 Subject: [PATCH] Update create-password-textbox.md --- knowledge-base/create-password-textbox.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/knowledge-base/create-password-textbox.md b/knowledge-base/create-password-textbox.md index dd38ea4da..ccec662e7 100644 --- a/knowledge-base/create-password-textbox.md +++ b/knowledge-base/create-password-textbox.md @@ -9,6 +9,12 @@ res_type: kb position: 0 --- +## Environment + +|Product Version|Product|Author| +|----|----|----| +|2019.3.917|RadButtonTextBox for WinForms|[Dimitar Karamfilov](https://www.telerik.com/blogs/author/dimitar-karamfilov)| + ## Description This article shows how you can create a password textbox that is capable to show the password. This is done by pressing and holding a button. Figure 1 shows the result. For this example I am using the Fluent theme and a [RadButtonTextBox]({%slug winforms/editors/buttontextbox%}).