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

In This Topic
    Merge Method
    In This Topic
    Copies attributes set to non-default values from another Style object.
    Syntax
    'Declaration
     
    
    Public Sub Merge( _
       ByVal source As Style _
    ) 
    public void Merge( 
       Style source
    )

    Parameters

    source
    Style object that contains the attributes to copy.
    Remarks
    The difference between Copy(Style) and Merge is that Merge will not copy attributes that are set to their default values in the source Style.
    See Also