InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1Themes Namespace / BackgroundBrushProviderExtension Class / Copy Method
the target BackgroundBrushProvider.
the source BackgroundBrushProvider.

In This Topic
    Copy Method (BackgroundBrushProviderExtension)
    In This Topic
    Copies properties of the source BackgroundBrushProvider.
    Syntax
    'Declaration
     
    Public Shared Sub Copy( _
       ByVal dst As BackgroundBrushProvider, _
       ByVal src As BackgroundBrushProvider _
    ) 
    public static void Copy( 
       BackgroundBrushProvider dst,
       BackgroundBrushProvider src
    )

    Parameters

    dst
    the target BackgroundBrushProvider.
    src
    the source BackgroundBrushProvider.
    See Also