Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / GetItemByName Method

In This Topic
    GetItemByName Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetItemByName( _
       ByVal name As System.String _
    ) As System.ComponentModel.Component
    public System.ComponentModel.Component GetItemByName( 
       System.string name
    )

    Parameters

    name
    See Also