-
Notifications
You must be signed in to change notification settings - Fork 2
API TextBoxExtension
Thomas Baker edited this page Apr 23, 2022
·
2 revisions
public static class TextBoxExtension
public static TTextBox Multiline<TTextBox>(this TTextBox textBox, bool multiLine)
where TTextBox : TextBox
- public class TextBox : TextBoxBase
- public class TTextBox : TextBox
public static TTextBox ReadOnly<TTextBox>(this TTextBox textBox, bool readOnly)
where TTextBox : TextBox
- public class TextBox : TextBoxBase
- public class TTextBox : TextBox