TdxCustomTileControl.HideActionBars Method
Hides action bars.
Declaration
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