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.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public virtual void InitializeDropDown()

Remarks

The base class implementation does nothing

See Also