You can override the OnPaint method which is responsible for firing the paint event
VB Code:
Protected Overrides Sub OnPaint(ByVal e As PaintEventArgs) If isReady Then MyBase.OnPaint(e) End If End Sub
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |