ASP.NET Pack Programmer's Guide
PasswordBox.ShowButton Property
See Also
 





Gets or sets a value indicating whether password reveal button is visible.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool ShowButton { get; set; }

Visual Basic  Copy Code

Public Property ShowButton As Boolean

 Property Value

Type: Boolean
true if the reveal button should be visible, otherwise false. Default value is false.

 See Also

PasswordBox Members
PasswordBox Class
MindFusion.UI.WebForms Namespace