Method EnableRedraw
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
EnableRedraw(bool)
Disable / Enable the redraw() call .
public bool EnableRedraw(bool bEnable)
Parameters
bEnableboolThe new Enable value for the redraw method.Te to enable the redraw and false to disable it.
Returns
- bool
The old Enable value.