Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationNote Class / PaintSpecialBackground Method
Graphics device
Bounding rectangle for the pop-up comment


In This Topic
PaintSpecialBackground Method (DataValidationNote)
In This Topic
Causes the control to repaint the pop-up comment background.
Syntax
'Declaration
 
Protected Overrides Sub PaintSpecialBackground( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 
'Usage
 
Dim instance As DataValidationNote
Dim g As Graphics
Dim r As Rectangle
 
instance.PaintSpecialBackground(g, r)

Parameters

g
Graphics device
r
Bounding rectangle for the pop-up comment
See Also