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