BCGControlBar Library for .NET
Merge Method




The source Visual Style.
Merges this Visual Style with source Visual Style.
Syntax
'Declaration
 
Public Sub Merge( _
   ByVal src As GridCellVisualStyle _
) 
'Usage
 
Dim instance As GridCellVisualStyle
Dim src As GridCellVisualStyle
 
instance.Merge(src)
public void Merge( 
   GridCellVisualStyle src
)
public: void Merge( 
   GridCellVisualStyle* src
) 
public:
void Merge( 
   GridCellVisualStyle^ src
) 

Parameters

src
The source Visual Style.
Remarks
This method enumerates all properties of source Visual Style and copies to this Visual Style only those that are not empty.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback