Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property Parent As IMasterFormsCategory |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual IMasterFormsCategory Parent {get;} |
C++/CLI | |
---|---|
virtual property IMasterFormsCategory^ Parent { IMasterFormsCategory^ get(); } |
Return Value
Returns an IMasterFormsCategory that is the parent to this IMasterForm object.A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
The Parent is the IMasterFormsCategory that has this Master Form in its IMasterFormsCategory.MasterForms.
The parent of a Master Form cannot be null.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family