Initializes a new instance of
the RichTextBoxHelper class.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public RichTextBoxHelper( RichTextBox richTextBox )
Parameters
- richTextBox
- Type: System.Windows.Forms RichTextBox
The rich text box.
See Also