I did read these explanations at MSDN. I am asking because I don't
wrote:
>Hello dino,
>How are you doing?
>
>You would find the expalanation as well as MSDN links for more information
>regarding the keywords:
>
>Invalidate:
>Invalidates a specific region of the control and causes a paint message to
>be sent to the control.
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclassinvalidatetopic.asp
>
>Refresh:
>Forces the control to invalidate its client area and immediately redraw
>itself and any child controls.
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclassrefreshtopic.asp
>
>Update:
>Causes the control to redraw the invalidated regions within its client area.
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclassupdatetopic.asp
>
>Suspend Layout:
>Temporarily suspends the layout logic for the control.
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclasssuspendlayouttopic.asp
>
>Resume Layout:
>Resumes normal layout logic.
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclassresumelayouttopic.asp
>
>I hope this helps:
>
>Thanks
>Mona
>[Grapecity]
>
>"Dino Buljubasic" <dino@noplacelikehome.com> wrote in message
>news:4p49h1lcb42uklna0pf6qvko38smq1kqnp@4ax.com...
>> What is the difference between these properties?
>>
>> thank you
>> _dino_
>