←Select platform

MasterForms Property

Summary

Gets a collection of Master Forms in this category.

Syntax

C#
VB
C++
Java
public MasterFormCollection MasterForms { get; } 
  
Public ReadOnly Property MasterForms As MasterFormCollection 
public java.util.List<IMasterForm> getMasterForms(); 
public: 
property MasterFormCollection^ MasterForms { 
   MasterFormCollection^ get(); 
} 

Property Value

Returns the a collection of Master Forms in this category.

Remarks

The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

The count of Master Forms in this collection is stored in MasterFormsCount.

Example

For an example, refer to GenerateMasterFormAttributes.

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