BCGControlBar Library for .NET
SetRedraw Method




Specifies the form in which drawing will be disabled. If this parameter is NULL, drawing in the locked form is enabled.
If true, the drawing will be enabled, otherwise, disabled.
Disables or enables drawing in the specified form.
Syntax
'Declaration
 
Public Sub SetRedraw( _
   ByVal form As Form, _
   ByVal set As Boolean _
) 
'Usage
 
Dim instance As LayoutController
Dim form As Form
Dim set As Boolean
 
instance.SetRedraw(form, set)
public void SetRedraw( 
   Form form,
   bool set
)
public: void SetRedraw( 
   Form* form,
   bool set
) 
public:
void SetRedraw( 
   Form^ form,
   bool set
) 

Parameters

form
Specifies the form in which drawing will be disabled. If this parameter is NULL, drawing in the locked form is enabled.
set
If true, the drawing will be enabled, otherwise, disabled.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayoutController Class
LayoutController Members

Send Feedback