←Select platform

MasterFormsCount Property

Summary

Returns the number of Master Forms in MasterForms.

Syntax

C#
VB
C++
Java
public int MasterFormsCount { get; } 
  
ReadOnly Property MasterFormsCount As Integer 
public abstract int getMasterFormsCount(); 
property int MasterFormsCount { 
   int get(); 
} 

Property Value

The number of Master Forms in the MasterForms.

Example

A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

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