Xceed SmartUI for WinForms v3.6 Documentation
Invalidate(Boolean) Method


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItem Class > Invalidate Method : Invalidate(Boolean) Method
true to invalidate the SmartItem's child items; false otherwise.
Invalidates the SmartItem's area, including any potential children, in order to force redraw.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal invalidateChildren As Boolean _
) 
'Usage
 
Dim instance As SmartItem
Dim invalidateChildren As Boolean
 
instance.Invalidate(invalidateChildren)
public void Invalidate( 
   bool invalidateChildren
)

Parameters

invalidateChildren
true to invalidate the SmartItem's child items; false otherwise.
Requirements

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

See Also

Reference

SmartItem Class
SmartItem Members
Overload List