ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win.Theming Namespace / ControlExtensions Class / GetComponentElements<TComponent> Method

In This Topic
    GetComponentElements<TComponent> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetComponentElements(Of TComponent As Component)( _
       ByVal source As TComponent _
    ) As IEnumerable(Of ColorableElement)
    public static IEnumerable<ColorableElement> GetComponentElements<TComponent>( 
       TComponent source
    )
    where TComponent: Component

    Parameters

    source

    Type Parameters

    TComponent
    See Also