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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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