←Select platform

UseThreadPool Property

Summary

Enables or disables the use of .NET ThreadPool in recognizing and processing forms.

Syntax

C#
VB
C++
public bool UseThreadPool { get; set; } 
  
Public Property UseThreadPool As Boolean 
public: 
property bool UseThreadPool { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable the use of a .NET ThreadPool; otherwise, false (use Win32 threads).

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.Forms.Auto Assembly