←Select platform

RootCategory Property

Summary
Gets the root category of the repository.
Syntax
C#
VB
C++
Java
public IMasterFormsCategory RootCategory { get; } 
  
Public ReadOnly Property RootCategory As IMasterFormsCategory 
public IMasterFormsCategory getRootCategory(); 
public: 
property IMasterFormsCategory^ RootCategory { 
   IMasterFormsCategory^ get(); 
} 

Property Value

Returns the IMasterFormsCategory that represents the top category that has all Master Forms and sub-categories that are going to be used for AutoFormsEngine.

Remarks

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

Root category is the top category that holds all Master Forms and sub-categories that are going to be used for AutoFormsEngine.

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.