Returns the number of Master Forms in
IMasterFormsCategory.MasterForms.
Syntax
Visual Basic (Declaration) | |
---|
Overridable ReadOnly Property MasterFormsCount As Integer |
C# | |
---|
virtual int MasterFormsCount {get;} |
C++/CLI | |
---|
virtual property int MasterFormsCount {
int get();
} |
Return Value
The number of Master Forms in the
IMasterFormsCategory.MasterForms.
Example
A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also