The AddChildCategory Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Adds a new sub-category (child category) to this category on both the local disk and in
ChildCategories.
Syntax
Example
Visual Basic | Copy Code |
---|
Public Sub AutoFormsAddCategory(ByVal category As IMasterFormsCategory, ByVal name As String)
category.AddChildCategory(name)
End Sub |
C# | Copy Code |
---|
public void AutoFormsAddCategory(IMasterFormsCategory category, string name)
{
category.AddChildCategory(name);
} |
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also