UserControlComboBoxRefreshSubControls Method

This can be called to force the drop-down portion of the combo box to refresh its 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 settings whenever the drop-down is refreshed.

See Also