| |||||||
DataGridPagerStyle.MergeWith MethodSystem.Web.UI.WebControls Namespace DataGridPagerStyle Class Merges the style of a specified Style object with this instance of the DataGridPagerStyle class. [ VB ] Overrides Public Sub MergeWith ( _ ByVal s As Style _ ) [ C# ] public override void MergeWith ( Style s ); [ C++ ] public: void MergeWith ( Style* s ); [ JScript ] public override function MergeWith ( s : Style ); Parameters
RemarksUse the MergeWith method to combine the style properties of a specified Style object with this instance of the DataGridPagerStyle class. If a property from this instance is already set to a value, the property is unchanged. If a property is not set, this method sets that property with the value from the corresponding property of the Style object. ExampleThe following example demonstrates how to use the MergeWith method to combine the properties of a Style object with a DataGridPagerStyle object.
See AlsoDataGridPagerStyle Members CopyFrom Reset |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme