BCGControlBar Library for .NET
Update Method




The destination style to update.
Updates a destination Visual Style with properties of this Visual Style.
Syntax
'Declaration
 
Public Sub Update( _
   ByVal dest As GridCellVisualStyle _
) 
'Usage
 
Dim instance As GridCellVisualStyle
Dim dest As GridCellVisualStyle
 
instance.Update(dest)
public void Update( 
   GridCellVisualStyle dest
)
public: void Update( 
   GridCellVisualStyle* dest
) 
public:
void Update( 
   GridCellVisualStyle^ dest
) 

Parameters

dest
The destination style to update.
Remarks
This methods enumerates properties of destination Visual Style and update only those that are 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