Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Sets or retrieves a value that indicates the type of text entered by the user.
Syntax
Visual Basic Public Property TextMode As TextMode C# public TextMode TextMode { get; set; } Managed C++ public: __property TextMode get_TextMode();
public: __property void set_TextMode(TextMode);JScript public function get TextMode() : TextMode;
public function set TextMode(TextMode);
Possible Values
sTextMode ToolbarTextBoxMode specifying one of the following values: SingleLineDefault. Single-line entry mode.PasswordPassword entry mode—text is not displayed as the user enters it.The property is read/write. The property has a default value of SingleLine.
Applies To
TOOLBARTEXTBOX
See Also