Input for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Copy(Style) Method
Style object that contains the attributes to copy.

In This Topic
    Copy(Style) Method
    In This Topic
    Copies all attributes from another Style object.
    Syntax
    'Declaration
     
    
    Public Sub Copy( _
       ByVal source As Style _
    ) 
    public void Copy( 
       Style source
    )

    Parameters

    source
    Style object that contains the attributes to copy.
    Remarks
    The difference between this method and Clone is that Clone returns a new object, while Copy modifies the attributes in an existing style.
    See Also