MultiColumnComboBoxRefreshSubControls Method

This can be called to force the drop-down portion of the combo box to refresh its format settings

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override void RefreshSubControls()

Remarks

This method will raise the SubControlsRefreshed event when called. You can add an event handler to it to reload your preferred column definitions whenever the drop-down is refreshed and the column collection has been cleared.

See Also