Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / OnPaint Method
Event data


In This Topic
OnPaint Method (InputTextBox)
In This Topic
Occurs when painted.
Syntax
'Declaration
 
Protected Overrides Sub OnPaint( _
   ByVal e As PaintEventArgs _
) 
 
'Usage
 
Dim instance As InputTextBox
Dim e As PaintEventArgs
 
instance.OnPaint(e)

Parameters

e
Event data
See Also