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: 2023.4.9.0
public virtual void InitializeDropDown()

Remarks

The base class implementation does nothing

See Also