Leadtools.Forms.Auto Namespace > DiskMasterFormsCategory Class : AddChildCategory Method |
public virtual IMasterFormsCategory AddChildCategory( string name )
'Declaration Public Overridable Function AddChildCategory( _ ByVal name As String _ ) As IMasterFormsCategory
'Usage Dim instance As DiskMasterFormsCategory Dim name As String Dim value As IMasterFormsCategory value = instance.AddChildCategory(name)
public virtual IMasterFormsCategory AddChildCategory( string name )
function Leadtools.Forms.Auto.DiskMasterFormsCategory.AddChildCategory( name )
public: virtual IMasterFormsCategory^ AddChildCategory( String^ name )
The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
A directory will be created on the local disk inside this category Path with name name. This created category object will be added to ChildCategories.
Public Sub AutoFormsAddCategory(ByVal category As IMasterFormsCategory, ByVal name As String) category.AddChildCategory(name) End Sub
public void AutoFormsAddCategory(IMasterFormsCategory category, string name) { category.AddChildCategory(name); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2