ownerDraw Property

Summary

Indicates whether the control automatically renders the view and items.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewer.prototype, 'ownerDraw', 
	get: function(), 
	set: function(value) 
) 
ownerDraw: boolean; 

Property Value

true if the control automatically renders the view and items, otherwise; false.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.