Version

DirtyTabItem Method

Notifies the manager that a tab item's state has changed.
Syntax
'Declaration
 
Public Sub DirtyTabItem( _
   ByVal tab As ITabItem, _
   ByVal invalidate As Boolean, _
   ByVal dirtyTextMetrics As Boolean, _
   ByVal dirtyImageMetrics As Boolean _
) 
public void DirtyTabItem( 
   ITabItem tab,
   bool invalidate,
   bool dirtyTextMetrics,
   bool dirtyImageMetrics
)

Parameters

tab
The tab whose state has changed.
invalidate
True to invalidate the tab (if it is visible).
dirtyTextMetrics
True to mark the tab's tezt size metrics in need of recalculation.
dirtyImageMetrics
True to mark the tab's image size metrics in need of recalculation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also