←Select platform

IsAutomationEventsHooked Property

Summary

Indicates that the events of this automation control have already been hooked.

Syntax
C#
C++/CLI
Python
public bool IsAutomationEventsHooked { get; set; } 
public:  
   property bool IsAutomationEventsHooked 
   { 
      bool get() 
      void set(bool value) 
   } 
IsAutomationEventsHooked # get and set (IAnnAutomationControl) 

Property Value

true if the events of this automation control have already been hooked; otherwise, false.

Remarks

This value is used by LEADTOOLS to ensure the events are hooked only once to reduce memory consumption.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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