MergeInto Method
Merge this collection into a CssCollection.
Syntax
Visual Basic Public Sub
MergeInto(
ByVal dest As CssStyleCollection,
ByVal bOverwriteDuplicates As bool
)C# public void
MergeInto(
CssStyleCollection dest,
bool bOverwriteDuplicates
);Managed C++ public: void
MergeInto(
CssStyleCollection dest,
bool bOverwriteDuplicates
);JScript public function
MergeInto(
dest : CssStyleCollection,
bOverwriteDuplicates : bool
);
Parameters
dest Required. The destination of the collection. bOverwriteDuplicates One of the following required values: false
Do not overwrite attributes.true
Overwrite attributes of the same name.
Return Value
No return value.
Applies To
CssCollection
See Also