←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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