←Select platform

Categories Property

Summary

List of Master Forms categories to use in comparison.

Syntax

C#
VB
C++
public IList<IMasterFormsCategory> Categories { get; set; } 
Public Property Categories() As System.Collections.Generic.IList(Of Leadtools.Forms.[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) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly