BeginUpdate;
The BeginUpdate method disables object rerendering. The method is used to prevent object blinking when changing its properties. All changes, made to an object after executing the BeginUpdate method, are displayed, only after the IWxObject.EndUpdate method is called.
The example of use is given in description of IWxLinkedBaloon.PointCount.
See also: