Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / TableLayoutColumnStyleCollection.cs / 1 / TableLayoutColumnStyleCollection.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 TableLayoutColumnStyleCollection : TableLayoutStyleCollection {
internal TableLayoutColumnStyleCollection(IArrangedElement Owner) : base(Owner) {}
internal TableLayoutColumnStyleCollection() : base(null) {}
internal override string PropertyName {
get { return PropertyNames.ColumnStyles; }
}
///
public int Add(ColumnStyle columnStyle) { return ((IList)this).Add(columnStyle); }
///
public void Insert(int index, ColumnStyle columnStyle) { ((IList)this).Insert(index, columnStyle); }
///
public new ColumnStyle this[int index] {
get { return (ColumnStyle)((IList)this)[index]; }
set { ((IList)this)[index] = value; }
}
///
public void Remove(ColumnStyle columnStyle) { ((IList)this).Remove(columnStyle); }
///
public bool Contains(ColumnStyle columnStyle) { return ((IList)this).Contains(columnStyle); }
///
public int IndexOf(ColumnStyle columnStyle) { return ((IList)this).IndexOf(columnStyle); }
}
}
// 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 TableLayoutColumnStyleCollection : TableLayoutStyleCollection {
internal TableLayoutColumnStyleCollection(IArrangedElement Owner) : base(Owner) {}
internal TableLayoutColumnStyleCollection() : base(null) {}
internal override string PropertyName {
get { return PropertyNames.ColumnStyles; }
}
///
public int Add(ColumnStyle columnStyle) { return ((IList)this).Add(columnStyle); }
///
public void Insert(int index, ColumnStyle columnStyle) { ((IList)this).Insert(index, columnStyle); }
///
public new ColumnStyle this[int index] {
get { return (ColumnStyle)((IList)this)[index]; }
set { ((IList)this)[index] = value; }
}
///
public void Remove(ColumnStyle columnStyle) { ((IList)this).Remove(columnStyle); }
///
public bool Contains(ColumnStyle columnStyle) { return ((IList)this).Contains(columnStyle); }
///
public int IndexOf(ColumnStyle columnStyle) { return ((IList)this).IndexOf(columnStyle); }
}
}
// 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
- ObjectStateEntryDbUpdatableDataRecord.cs
- NonSerializedAttribute.cs
- StateDesigner.Layouts.cs
- ProfileEventArgs.cs
- GetKeyedHashRequest.cs
- ProfileBuildProvider.cs
- RelOps.cs
- WebEventTraceProvider.cs
- MSG.cs
- XmlObjectSerializerReadContextComplexJson.cs
- ClientConfigurationHost.cs
- _NetRes.cs
- SecurityElement.cs
- OdbcEnvironment.cs
- XmlDocumentSerializer.cs
- ADMembershipUser.cs
- PhysicalFontFamily.cs
- ApplicationSettingsBase.cs
- PersonalizationStateInfoCollection.cs
- NoClickablePointException.cs
- VariableDesigner.xaml.cs
- printdlgexmarshaler.cs
- HtmlUtf8RawTextWriter.cs
- FixedSchema.cs
- DataGridViewCellPaintingEventArgs.cs
- StrongNameIdentityPermission.cs
- ObjectManager.cs
- MarkupProperty.cs
- Int64Storage.cs
- ObjectAnimationBase.cs
- QilInvoke.cs
- glyphs.cs
- XmlWrappingWriter.cs
- EventDescriptorCollection.cs
- ToolStripMenuItem.cs
- Figure.cs
- IncrementalReadDecoders.cs
- UrlMappingsModule.cs
- TimeIntervalCollection.cs
- SQLSingle.cs
- UpdateException.cs
- MatrixCamera.cs
- XmlNodeList.cs
- PropertyEmitterBase.cs
- DataGridViewCellConverter.cs
- CompatibleComparer.cs
- DataServices.cs
- ResourceSetExpression.cs
- TableItemStyle.cs
- QilStrConcat.cs
- XmlnsPrefixAttribute.cs
- ToolStripContainer.cs
- MatrixStack.cs
- SettingsPropertyValueCollection.cs
- RangeValuePattern.cs
- SettingsAttributes.cs
- OleDbMetaDataFactory.cs
- DataGridViewToolTip.cs
- WebHostedComPlusServiceHost.cs
- Latin1Encoding.cs
- CoTaskMemSafeHandle.cs
- CodeObjectCreateExpression.cs
- TextElement.cs
- IndexedString.cs
- PropertyTabChangedEvent.cs
- StringComparer.cs
- ICollection.cs
- HwndAppCommandInputProvider.cs
- TemplateField.cs
- IxmlLineInfo.cs
- XmlSchemaAnnotation.cs
- BitmapData.cs
- DSACryptoServiceProvider.cs
- WebPartActionVerb.cs
- SingleConverter.cs
- DescendentsWalkerBase.cs
- SecurityPolicySection.cs
- DataGridColumnCollection.cs
- HTMLTagNameToTypeMapper.cs
- AuthenticationManager.cs
- SqlBuffer.cs
- DataServices.cs
- ExecutedRoutedEventArgs.cs
- WebPartHeaderCloseVerb.cs
- AddingNewEventArgs.cs
- ZipIOFileItemStream.cs
- ResourceContainer.cs
- SortQuery.cs
- ExceptionUtil.cs
- NamedObject.cs
- _IPv4Address.cs
- DocumentViewerBaseAutomationPeer.cs
- SoapReflectionImporter.cs
- HttpWebResponse.cs
- LiteralSubsegment.cs
- EmptyImpersonationContext.cs
- ImageUrlEditor.cs
- UserControlCodeDomTreeGenerator.cs
- TreeNodeSelectionProcessor.cs
- COMException.cs