Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the possible entry values for ToolbarTextBox.
Syntax
Visual Basic Public Enum ToolbarTextBoxMode C# public enum ToolbarTextBoxMode Managed C++ public: enum ToolbarTextBoxMode JScript public enum ToolbarTextBoxMode
Constants
Constant Name Description SingleLine Single-line entry mode. Password Password entry mode—text is not displayed as user enters it.
Enumerated Type Information
Namespace Microsoft.Web.UI.WebControls Assembly Microsoft.Web.UI.WebControls.dll
See Also