DropDownControlInitializeDropDown Method
This method is called just after the drop-down has been constructed. It can be overridden to perform
any additional initialization tasks in the derived class.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public virtual void InitializeDropDown()
Public Overridable Sub InitializeDropDown
public:
virtual void InitializeDropDown()
abstract InitializeDropDown : unit -> unit
override InitializeDropDown : unit -> unit
The base class implementation does nothing