TdxBarSubMenuControl.DoShow Method
In This Article
Generates the OnShow event.
#Declaration
Delphi
procedure DoShow; virtual;
#Remarks
Override this method to perform specific actions when displaying a submenu without handling the OnShow event.
See Also