TdxCustomTileControl.HideActionBars Method
In This Article
Hides action bars.
#Declaration
Delphi
procedure HideActionBars; virtual;
#Remarks
This method does nothing if the IsAnyActionBarVisible function returns False.
Call the ShowActionBars method to show actions bars within the tile control. For more information on how to control the visibility of action bars, refer to the Tile Action Bars topic.
See Also