Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property RootCategory As IMasterFormsCategory |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual IMasterFormsCategory RootCategory {get;} |
C++/CLI | |
---|---|
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.A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Root category is the top category that holds all Master Forms and subcategories 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