Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewer Class : OwnerDraw Property |
public virtual bool OwnerDraw {get; set;}
'Declaration
Public Overridable Property OwnerDraw As Boolean
When the value of OwnerDraw is set to false, the render cycle is not performed by the viewer and nothing is rendered on its surface by the control. It is up to the user to perform all the necessary rendering needed.
To customize only part of the rendering, use the various events fired during the render cycle. For an example, refer to PostRender.
For more information, refer to Image Viewer Rendering.