Skip to main content

TdxBarButtonControl.DoCloseUp(Boolean) Method

Closes the active dropdown window.

Declaration

procedure DoCloseUp(AHadSubMenuControl: Boolean); override;

Parameters

Name Type
AHadSubMenuControl Boolean

Remarks

This method closes the active dropdown window for bsDropDown and bsCheckedDropDown style buttons. If ButtonStyle is not equal to bsDropDown or bsCheckedDropDown this method does nothing.

See Also