TextBoxExtensions
Wisej.Web.Markup.TextBoxExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.TextBoxExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the TextBox class.
Sets the Multiline property for the specified TextBox, enabling or disabling multiline text input.
Returns: TTextBox. The text box with the updated Multiline property.
This method allows you to specify whether the text box can accept multiple lines of text.
Sets the ReadOnly property for the specified TextBox, enabling or disabling read-only mode.
Returns: TTextBox. The text box with the updated ReadOnly property.
This method allows you to specify whether the text box is read-only, preventing user input while still allowing text selection and copying.