Drop Down ControlInitialize Drop Down 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.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public virtual void InitializeDropDown()VB
Public Overridable Sub InitializeDropDownC++
public:
virtual void InitializeDropDown()F#
abstract InitializeDropDown : unit -> unit
override InitializeDropDown : unit -> unit Remarks
The base class implementation does nothing