[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo.Dispose

Dispose Method

Dispose(bool)

Releases the unmanaged resources used by the GcComboBoxEditingControl and optionally releases the managed resources.

Declaration
protected virtual void Dispose(bool disposing)
Protected Overridable Sub Dispose(disposing As Boolean)
Parameters
Type Name Description
bool disposing

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Dispose()

Dispose the object.

Declaration
public void Dispose()
Public Sub Dispose()
Implements