Spread for ASP.NET 10 Product Documentation
Merge(Object,Boolean,Object) Method


Object whose style settings are merged with the current object
Whether to force unconditional copy
Doesn't merge style that set in objExclude
Merges style settings with the current object and has the option to force style settings from the merge object to overwrite settings in the current object.
Syntax
'Declaration
 
Public Overloads Overridable Function Merge( _
   ByVal obj As Object, _
   ByVal force As Boolean, _
   ByVal objExclude As Object _
) As Boolean
'Usage
 
Dim instance As StyleInfo
Dim obj As Object
Dim force As Boolean
Dim objExclude As Object
Dim value As Boolean
 
value = instance.Merge(obj, force, objExclude)
public virtual bool Merge( 
   object obj,
   bool force,
   object objExclude
)

Parameters

obj
Object whose style settings are merged with the current object
force
Whether to force unconditional copy
objExclude
Doesn't merge style that set in objExclude
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.