Softelvdm.Controls Class Library for Windows Controls 1.0

Update Method, SoftelvdmUserControl Class

Softel vdm, Inc.

Causes the control to redraw the invalidated regions within its client area.

Syntax      SoftelvdmUserControl Class (Softelvdm.Controls)

VB   

Public Overridable Sub Update()
Public Sub Update()

C#   

public virtual void Update();
public void Update();

C++   

public: virtual void Update();
public: void Update();

Comments

The Update method causes the control to redraw the invalidated regions within its client area.

Executes any pending requests for painting of the control.

Use Control.Invalidate to invalidate the control, so the entire control is repainted.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com