InjectionType Enumeration

Summary

Represents the injector type.

Syntax
TypeScript
JavaScript
lt.LEADVIEW.InjectionType = { 
   annToolbar: 0, 
   menu: 1, 
   toolbar: 2 
} 
lt.LEADVIEW.InjectionType = { 
   annToolbar: 0, 
   menu: 1, 
   toolbar: 2 
} 
Members
Value Member Description
annToolbar 0 The injector pertains to LEADVIEW's annotation toolbar. The data portion of the InjectionArgs will be an AnnPanelInjector object.
menu 1 The injector pertains to LEADVIEW's main menu. The data portion of the InjectionArgs will be a MenuInjector object.
toolbar 2 The injector pertains to LEADVIEW's toolbar. The data portion of the InjectionArgs will be a ToolbarInjector object.
Example

For an example, refer to InjectionManager.

Requirements
Target Platforms
See Also

Reference

lt.LEADVIEW Namespace

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

Leadtools.LEADVIEW Assembly

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