Custom user controls.
| Class | Description |
|---|---|
| ConnectionStringManager | Provides a plug-and-play compound user control that allows defining and testing connection strings to connect to a SqlServer database, an Oracle database, or any data source that has ODBC connectivity. |
| IdentifyingGroupBox | A GroupBox that can auto-populate its contents and identify its selected CheckBox or RadioButton members. |
| MultiConnectionStringManager | Provides the capability for a user to manipulate and test a set of database connection strings and associated details, leveraging the ConnectionStringManager control. |
| OracleSyntaxHilightTextBox | Enhances a RichTextBox with Oracle-specific syntax highlighting. |
| ProgressBarMessager | Enhances a standard ProgressBar with progress messages that appear sequentially beneath the bar, to provide useful feedback during a lengthy operation. |
| QueryPicker | Builds meta-queries from templates, dynamically generating a set of input fields for the place holders within a meta-query template, then letting the user enter values in any or all fields, and finally returning a finished meta-query. |
| SqlServerSyntaxHilightTextBox | Enhances a RichTextBox with SqlServer-specific syntax highlighting. |
| StyleAwareRichTextBox | Adds style-handling capabilities to a RichTextBox. |
| SyntaxHilightTextBox | Enhances a RichTextBox with language-specific syntax highlighting, plus some additional keyboard formatting controls. |
| Enumeration | Description |
|---|---|
| ConnectionStringManager.AccessLevel | Specifies the exposure of each credential parameter. |
| ConnectionStringManager.DBTypes | Specifies the type of database. |