←Select platform

Categories Property

Summary

List of Master Forms categories to use in comparison.

Syntax
C#
VB
C++
Java
public IList<IMasterFormsCategory> Categories { get; set; } 
Public Property Categories() As System.Collections.Generic.IList(Of Leadtools.Forms.Common.[Auto].IMasterFormsCategory) 
   Get 
   Set 
public:  
   property System::Collections::Generic::IList<Leadtools::Forms::Auto::IMasterFormsCategory^>^ Categories 
   { 
      System::Collections::Generic::IList<Leadtools::Forms::Auto::IMasterFormsCategory^>^ get() 
      void set(System::Collections::Generic::IList<Leadtools::Forms::Auto::IMasterFormsCategory^>^ value) 
   } 
getCategories(); 
public void setCategories( 
   java.util.List<IMasterFormsCategory> 
); 

Property Value

Pass null or an empty list to use all Master Forms in the repository. The default value is null.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly