API TextBoxExtension - bigtlb/WinFormMarkup GitHub Wiki
public static class TextBoxExtensionpublic 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