UserControlComboBoxRefreshSubControls Method
This can be called to force the drop-down portion of the combo box to refresh its settings
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override void RefreshSubControls()
Public Overrides Sub RefreshSubControls
public:
virtual void RefreshSubControls() override
abstract RefreshSubControls : unit -> unit
override RefreshSubControls : unit -> unit
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.