API TextBoxExtension - bigtlb/WinFormMarkup GitHub Wiki

TextBoxExtension

public static class TextBoxExtension

Summary

Members

Multiline

public static TTextBox Multiline<TTextBox>(this TTextBox textBox, bool multiLine)
    where TTextBox : TextBox

See Also

  • public class TextBox : TextBoxBase
  • public class TTextBox : TextBox

ReadOnly

public static TTextBox ReadOnly<TTextBox>(this TTextBox textBox, bool readOnly)
    where TTextBox : TextBox

See Also

  • public class TextBox : TextBoxBase
  • public class TTextBox : TextBox
⚠️ **GitHub.com Fallback** ⚠️