InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / BackgroundBrushProvider Class / Clone Method

In This Topic
    Clone Method (BackgroundBrushProvider)
    In This Topic
    Gets a clone of this BackgroundBrushProvider.
    Syntax
    'Declaration
     
    Public Function Clone() As BackgroundBrushProvider
    public BackgroundBrushProvider Clone()

    Return Value

    A clone of this BackgroundBrushProvider.
    See Also