RedrawBar Method
Description
Call this method to redraw the Ribbon Bar after making a change that requires the Ribbon Bar to be re-painted.
Syntax
Public Sub RedrawBar()
Remarks
For visible changes to the Ribbon Bar, such as changing the icon of a visible tab button, the RedrawBar method is used.
For layout changes, such as changing the caption of a visible tab button, the RecalcLayout method is used.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.