| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property MasterForms As MasterFormCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual MasterFormCollection MasterForms {get;} | |
| C++/CLI | |
|---|---|
public: virtual property MasterFormCollection^ MasterForms { MasterFormCollection^ get(); } | |
Return Value
Returns the a collection of Master Forms in this category.For an example, refer to GenerateMasterFormAttributes.
The source code of 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code