owner Property

Summary

Owner of the service.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveService.prototype, 'owner', 
	get: function() 
) 
TypeScript Syntax
owner: any; // read-only 

Property Value

The owner of the service.

Remarks

This is the same value set in the owner parameter to the Create method. Optional and can be null. This is not used by InteractiveService but can be used by the application to pass any class and extra data. ImageViewer sets the value to this.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly