Stop Property

Summary
Enables or disables firing the SetPropertiesEvent event.
Syntax
C#
VB
C++
public bool Stop { get; set; } 
  
Public Property Stop As Boolean 
public: 
property bool Stop { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true: continue firing SetPropertiesEvent event, false: stop firing SetPropertiesEvent event.

Example

For an example, refer to GetRootItem.

Requirements

Target Platforms

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

Leadtools.Wia Assembly

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