Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / IContainsRibbonComponents Interface / GetAllChildComponents Method


In This Topic
    GetAllChildComponents Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetAllChildComponents() As IEnumerable(Of Component)
    'Usage
     
    
    Dim instance As IContainsRibbonComponents
    Dim value As IEnumerable(Of Component)
     
    value = instance.GetAllChildComponents()
    IEnumerable<Component> GetAllChildComponents()
    See Also