Gets the parent of the DiskMasterFormsCategory object.
public IMasterFormsCategory Parent { get; }
Public ReadOnly Property Parent As Leadtools.Forms.Auto.IMasterFormsCategory
public:
property Leadtools.Forms.Auto.IMasterFormsCategory^ Parent {
Leadtools.Forms.Auto.IMasterFormsCategory^ get();
}
Return the parent category of this DiskMasterFormsCategory.
The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Parent is the DiskMasterFormsCategory that has this category in its ChildCategories.
If the parent is null that means this category is the root category of the repository.
For an example, refer to DeleteChildCategory.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET