Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
EndUpdate Method
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : EndUpdate Method



Resumes painting which was disabled by a call to BeginUpdate.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub EndUpdate() 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
 
instance.EndUpdate()
C# 
public virtual void EndUpdate()
C++/CLI 
public:
virtual void EndUpdate(); 

Example

For an example, refer to BeginUpdate.

Remarks

This method resumes normal painting for this RasterImageViewer which was disabled by a call to BeginUpdate

If you want to make changes to this RasterImageViewer that require multiple paints, it is best to maintain performance by surrounding your code with BeginUpdate/EndUpdate calls.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also