T3000 CrossPlatform Documentation
AutocompleteListViewDispose Method (Boolean) |
[This is preliminary documentation and is subject to change.]
Releases the unmanaged resources used by the AutocompleteListView and optionally releases the managed resources
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected override void Dispose( bool disposing )
Protected Overrides Sub Dispose ( disposing As Boolean ) Dim disposing As Boolean Me.Dispose(disposing)
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also