Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / Merge Method / Merge(StyleInfo,Boolean) Method
Object whose style settings are merged with the current object
Whether to overwrite the current settings with the settings from the merge object


In This Topic
    Merge(StyleInfo,Boolean) Method
    In This Topic
    Merges the style settings with the current object with the option to overwrite settings in the current object.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Merge( _
       ByVal source As StyleInfo, _
       ByVal force As Boolean _
    ) 
    'Usage
     
    
    Dim instance As StyleInfo
    Dim source As StyleInfo
    Dim force As Boolean
     
    instance.Merge(source, force)
    public virtual void Merge( 
       StyleInfo source,
       bool force
    )

    Parameters

    source
    Object whose style settings are merged with the current object
    force
    Whether to overwrite the current settings with the settings from the merge object
    See Also