TextBoxBaseTraceListener..::..RegisterTextBoxBase Method
Registers the text box.
Namespace:
UAOOI.Windows.FormsAssembly: CAS.Windows.Forms (in CAS.Windows.Forms.dll)
Syntax
public static void RegisterTextBoxBase( string name, TextBoxBase OutputTextBoxBase )
Parameters
- name
- Type: String
The name to be registered as listener source.
- OutputTextBoxBase
- Type: TextBoxBase
The TextBox to be registered.

