Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / Invalidate Method


In This Topic
Invalidate Method (IFpStatusBar)
In This Topic
Invalidates the rectangle of the status bar.
Syntax
'Declaration
 
Sub Invalidate( _
   ByVal rect As Rectangle _
) 
 
'Usage
 
Dim instance As IFpStatusBar
Dim rect As Rectangle
 
instance.Invalidate(rect)

Parameters

rect
See Also