←Select platform

BeginUpdate Method

Summary

Stops the cell from being refreshed if any changes are applied. This is useful to increase the control speed efficiency.

Syntax

C#
VB
C++
public void BeginUpdate() 
  
Public Sub BeginUpdate()  
             
            public: 
void BeginUpdate();  
             

Remarks

This method will cause the cell not to repaint if any changes are applied. When the user calls the EndUpdate method, the cell will repaint to show all the changes made. This is useful for better visual results and for speed efficiency.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly