InputPanel for WinForms | ComponentOne
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 String, _
       ByVal kind As String _
    ) As ProjectItem
    public ProjectItem AddFolder( 
       string name,
       string kind
    )

    Parameters

    name
    kind
    See Also