InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Themes Namespace / BaseStyle Class / Clone Method

In This Topic
    Clone Method (BaseStyle)
    In This Topic
    Creates an instance of the BaseStyle class that is identical to the current BaseStyle
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As BaseStyle
    public virtual BaseStyle Clone()
    See Also