DisplaySuppressPaint Property

CVB.Net Documentation
This property allows easy access to the same functionality "SetRedraw" offers in the MFC: By setting it to "true", repaints of the display are completely suppressed - until the properties is reset to "false". This can come in handy when assigning a new image to the display without while wanting to preserve the zoom state.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

[BrowsableAttribute(false)]
public bool SuppressPaint { get; set; }

Property Value

Type: Boolean
See Also

Reference