BCGSoft.ControlBars Namespace > LayoutController Class : SyncVisualStyle Method |
If TRUE, all registered form will be forced to invalidate its client area and immediately to redraw itself and any child controls.
'Declaration Public Sub SyncVisualStyle( _ ByVal cmdManager As CommandBarManager, _ ByVal redrawAll As Boolean _ )
'Usage Dim instance As LayoutController Dim cmdManager As CommandBarManager Dim redrawAll As Boolean instance.SyncVisualStyle(cmdManager, redrawAll)
public void SyncVisualStyle( CommandBarManager cmdManager, bool redrawAll )
public: void SyncVisualStyle( CommandBarManager* cmdManager, bool redrawAll )
public: void SyncVisualStyle( CommandBarManager^ cmdManager, bool redrawAll )
If TRUE, all registered form will be forced to invalidate its client area and immediately to redraw itself and any child controls.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2