RecalcLayout Method
Description
Call this method to re-calculate the layout of the Tabbed ToolBar after making a layout change.
Syntax
Public Sub RecalcLayout()
Remarks
Call the RecalcLayout method to correctly size the Tabbed ToolBar when the layout has changed. Layout refers to anything that changes the size of the Tabbed ToolBar. For example, a layout change that requires the RecalcLayout method to be called would be changing the caption of a category tab or adding/removing tab icons because the new caption could be smaller or wider.
For visible changes to the Tabbed ToolBar, such as changing the tab color of a visible tab button, the RedrawBar method is used.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.