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

In This Topic
    Clone Method (Style)
    In This Topic
    Creates an instance of the Style class that is identical to the current Style (except for the Style.Locked property, which is always false for clones).
    Syntax
    'Declaration
     
    Public Function Clone() As Style
    public Style Clone()

    Return Value

    The copy of the current Style.
    See Also