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