WinForms › Extended Text
Extended Text
.NET Framework 4.8.NET 6 / 8 / 10v3.0.1WinForms
A highly customisable Text .NET Control for WinForms
3public types
31public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.ExtendedText.dll |
| Root namespace | Binarymission.WinForms.Controls.TextControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.TextControls;
// Designer: build the solution once, then drag BinaryExtendedText from the Toolbox onto a form.
// In code:
var binaryExtendedText = new BinaryExtendedText
{
Dock = DockStyle.Fill,
};
this.Controls.Add(binaryExtendedText);
API reference
Binarymission.WinForms.Controls.TextControls
class BinaryExtendedText | BinaryExtendedText© .NET control is an advanced and "feature-rich text box" control for the WinForms .NET© platform. |
class BinaryNumericExtendedText | A class derived from <seealso cref="BinaryExtendedText"/> that allows only numeric input or numeric input within a specified numeric range. |
enum BorderState | Enumerates the various states available for drawing the control's border. |