Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / TableLayoutRowStyleCollection.cs / 1 / TableLayoutRowStyleCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Drawing; using System.Drawing.Design; using System.Globalization; using System.Windows.Forms.Layout; using System.Reflection; ///public class TableLayoutRowStyleCollection : TableLayoutStyleCollection { internal TableLayoutRowStyleCollection(IArrangedElement Owner) : base(Owner) {} internal TableLayoutRowStyleCollection() : base(null) {} internal override string PropertyName { get { return PropertyNames.RowStyles; } } /// public int Add(RowStyle rowStyle) { return ((IList)this).Add(rowStyle); } /// public void Insert(int index, RowStyle rowStyle) { ((IList)this).Insert(index, rowStyle); } /// public new RowStyle this[int index] { get { return (RowStyle)((IList)this)[index]; } set { ((IList)this)[index] = value; } } /// public void Remove(RowStyle rowStyle) { ((IList)this).Remove(rowStyle); } /// public bool Contains(RowStyle rowStyle) { return ((IList)this).Contains(rowStyle); } /// public int IndexOf(RowStyle rowStyle) { return ((IList)this).IndexOf(rowStyle); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Drawing; using System.Drawing.Design; using System.Globalization; using System.Windows.Forms.Layout; using System.Reflection; ///public class TableLayoutRowStyleCollection : TableLayoutStyleCollection { internal TableLayoutRowStyleCollection(IArrangedElement Owner) : base(Owner) {} internal TableLayoutRowStyleCollection() : base(null) {} internal override string PropertyName { get { return PropertyNames.RowStyles; } } /// public int Add(RowStyle rowStyle) { return ((IList)this).Add(rowStyle); } /// public void Insert(int index, RowStyle rowStyle) { ((IList)this).Insert(index, rowStyle); } /// public new RowStyle this[int index] { get { return (RowStyle)((IList)this)[index]; } set { ((IList)this)[index] = value; } } /// public void Remove(RowStyle rowStyle) { ((IList)this).Remove(rowStyle); } /// public bool Contains(RowStyle rowStyle) { return ((IList)this).Contains(rowStyle); } /// public int IndexOf(RowStyle rowStyle) { return ((IList)this).IndexOf(rowStyle); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolboxControl.cs
- SearchForVirtualItemEventArgs.cs
- TagMapCollection.cs
- COM2IDispatchConverter.cs
- TextServicesCompartmentContext.cs
- ColorBlend.cs
- WorkflowApplicationCompletedEventArgs.cs
- StrokeRenderer.cs
- ParameterCollection.cs
- Debug.cs
- AttributeEmitter.cs
- OleDbConnection.cs
- connectionpool.cs
- ServiceBusyException.cs
- DependencyPropertyConverter.cs
- SqlDataSourceFilteringEventArgs.cs
- BaseParagraph.cs
- UnsafeNativeMethods.cs
- RsaKeyIdentifierClause.cs
- SoundPlayerAction.cs
- ServiceContractDetailViewControl.cs
- ProfileSection.cs
- HtmlEncodedRawTextWriter.cs
- Vars.cs
- SettingsAttributeDictionary.cs
- Rules.cs
- FtpWebRequest.cs
- baseaxisquery.cs
- ListViewSelectEventArgs.cs
- AndMessageFilter.cs
- SqlDuplicator.cs
- Decimal.cs
- ProtectedConfiguration.cs
- BinarySerializer.cs
- CssTextWriter.cs
- EventMappingSettingsCollection.cs
- SafeCoTaskMem.cs
- ThreadStaticAttribute.cs
- Lease.cs
- EdmValidator.cs
- loginstatus.cs
- IPAddress.cs
- FileBasedResourceGroveler.cs
- RowToFieldTransformer.cs
- listitem.cs
- CompilerState.cs
- XmlSerializerSection.cs
- StringResourceManager.cs
- PageContent.cs
- AgileSafeNativeMemoryHandle.cs
- System.Data_BID.cs
- CancellationState.cs
- MultiBinding.cs
- SeverityFilter.cs
- ApplicationHost.cs
- ValueTypePropertyReference.cs
- TreeNodeBinding.cs
- CacheAxisQuery.cs
- DataListCommandEventArgs.cs
- MobileUserControl.cs
- DmlSqlGenerator.cs
- CodeIterationStatement.cs
- InfoCardSchemas.cs
- WindowsListViewGroupSubsetLink.cs
- sitestring.cs
- DocumentCollection.cs
- SecurityTokenTypes.cs
- Compiler.cs
- HttpGetProtocolImporter.cs
- TableLayout.cs
- FormViewInsertEventArgs.cs
- assemblycache.cs
- QilGeneratorEnv.cs
- CodePageUtils.cs
- LostFocusEventManager.cs
- DataTemplate.cs
- DescriptionAttribute.cs
- XmlSchemaDatatype.cs
- TextBoxAutoCompleteSourceConverter.cs
- ButtonStandardAdapter.cs
- HybridDictionary.cs
- PeerInvitationResponse.cs
- EntityDataSourceChangingEventArgs.cs
- RelationshipConverter.cs
- CultureInfo.cs
- XmlNodeList.cs
- DaylightTime.cs
- SafeFileMappingHandle.cs
- Calendar.cs
- LineSegment.cs
- OdbcReferenceCollection.cs
- XPathDocumentNavigator.cs
- input.cs
- TogglePattern.cs
- ToolStripRenderEventArgs.cs
- ColumnWidthChangingEvent.cs
- DataViewManager.cs
- ListViewGroupConverter.cs
- BindingMAnagerBase.cs
- arc.cs