ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Localization.Design Namespace / ProjectItems Structure / AddFolder Method

In This Topic
    AddFolder Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function AddFolder( _
       ByVal name As System.String, _
       ByVal kind As System.String _
    ) As ProjectItem
    public ProjectItem AddFolder( 
       System.string name,
       System.string kind
    )

    Parameters

    name
    kind
    See Also