←Select platform

BeginUpdate Method

Summary

Prevents the control from drawing until the EndUpdate method is called.

Syntax

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

Remarks

When you want to disable repainting of the RasterPictureBox, call BeginUpdate.

When you are ready to resume painting call EndUpdate.

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.Controls.WinForms Assembly