AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : ViewUpdate Property |
Visual Basic |
---|
Public Property ViewUpdate As Boolean |
True to allow the view to update.
False is disable any update of the view.
This property can be useful if the application wants to ensure that some set of operations do not get shown until they have completed. However, the control will not update at all and any portion of the display that is invalidated will not be redrawn until ViewUpdate has been set to True.
Caution: Use this property carefully. If you set this property to False in design mode and never set it to True, your control will not be displayed.