Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewTextBoxColumn.cs / 1305376 / DataGridViewTextBoxColumn.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Text; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; ///[ToolboxBitmapAttribute(typeof(DataGridViewTextBoxColumn), "DataGridViewTextBoxColumn.bmp")] public class DataGridViewTextBoxColumn : DataGridViewColumn { private const int DATAGRIDVIEWTEXTBOXCOLUMN_maxInputLength = 32767; /// public DataGridViewTextBoxColumn() : base(new DataGridViewTextBoxCell()) { this.SortMode = DataGridViewColumnSortMode.Automatic; } /// [ Browsable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden) ] public override DataGridViewCell CellTemplate { get { return base.CellTemplate; } set { if (value != null && !(value is System.Windows.Forms.DataGridViewTextBoxCell)) { throw new InvalidCastException(SR.GetString(SR.DataGridViewTypeColumn_WrongCellTemplateType, "System.Windows.Forms.DataGridViewTextBoxCell")); } base.CellTemplate = value; } } /// [ DefaultValue(DATAGRIDVIEWTEXTBOXCOLUMN_maxInputLength), SRCategory(SR.CatBehavior), SRDescription(SR.DataGridView_TextBoxColumnMaxInputLengthDescr) ] public int MaxInputLength { get { if (this.TextBoxCellTemplate == null) { throw new InvalidOperationException(SR.GetString(SR.DataGridViewColumn_CellTemplateRequired)); } return this.TextBoxCellTemplate.MaxInputLength; } set { if (this.MaxInputLength != value) { this.TextBoxCellTemplate.MaxInputLength = value; if (this.DataGridView != null) { DataGridViewRowCollection dataGridViewRows = this.DataGridView.Rows; int rowCount = dataGridViewRows.Count; for (int rowIndex = 0; rowIndex < rowCount; rowIndex++) { DataGridViewRow dataGridViewRow = dataGridViewRows.SharedRow(rowIndex); DataGridViewTextBoxCell dataGridViewCell = dataGridViewRow.Cells[this.Index] as DataGridViewTextBoxCell; if (dataGridViewCell != null) { dataGridViewCell.MaxInputLength = value; } } } } } } /// [ DefaultValue(DataGridViewColumnSortMode.Automatic) ] public new DataGridViewColumnSortMode SortMode { get { return base.SortMode; } set { base.SortMode = value; } } private DataGridViewTextBoxCell TextBoxCellTemplate { get { return (DataGridViewTextBoxCell) this.CellTemplate; } } /// public override string ToString() { StringBuilder sb = new StringBuilder(64); sb.Append("DataGridViewTextBoxColumn { Name="); sb.Append(this.Name); sb.Append(", Index="); sb.Append(this.Index.ToString(CultureInfo.CurrentCulture)); sb.Append(" }"); return sb.ToString(); } } } // 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.Text; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; ///[ToolboxBitmapAttribute(typeof(DataGridViewTextBoxColumn), "DataGridViewTextBoxColumn.bmp")] public class DataGridViewTextBoxColumn : DataGridViewColumn { private const int DATAGRIDVIEWTEXTBOXCOLUMN_maxInputLength = 32767; /// public DataGridViewTextBoxColumn() : base(new DataGridViewTextBoxCell()) { this.SortMode = DataGridViewColumnSortMode.Automatic; } /// [ Browsable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden) ] public override DataGridViewCell CellTemplate { get { return base.CellTemplate; } set { if (value != null && !(value is System.Windows.Forms.DataGridViewTextBoxCell)) { throw new InvalidCastException(SR.GetString(SR.DataGridViewTypeColumn_WrongCellTemplateType, "System.Windows.Forms.DataGridViewTextBoxCell")); } base.CellTemplate = value; } } /// [ DefaultValue(DATAGRIDVIEWTEXTBOXCOLUMN_maxInputLength), SRCategory(SR.CatBehavior), SRDescription(SR.DataGridView_TextBoxColumnMaxInputLengthDescr) ] public int MaxInputLength { get { if (this.TextBoxCellTemplate == null) { throw new InvalidOperationException(SR.GetString(SR.DataGridViewColumn_CellTemplateRequired)); } return this.TextBoxCellTemplate.MaxInputLength; } set { if (this.MaxInputLength != value) { this.TextBoxCellTemplate.MaxInputLength = value; if (this.DataGridView != null) { DataGridViewRowCollection dataGridViewRows = this.DataGridView.Rows; int rowCount = dataGridViewRows.Count; for (int rowIndex = 0; rowIndex < rowCount; rowIndex++) { DataGridViewRow dataGridViewRow = dataGridViewRows.SharedRow(rowIndex); DataGridViewTextBoxCell dataGridViewCell = dataGridViewRow.Cells[this.Index] as DataGridViewTextBoxCell; if (dataGridViewCell != null) { dataGridViewCell.MaxInputLength = value; } } } } } } /// [ DefaultValue(DataGridViewColumnSortMode.Automatic) ] public new DataGridViewColumnSortMode SortMode { get { return base.SortMode; } set { base.SortMode = value; } } private DataGridViewTextBoxCell TextBoxCellTemplate { get { return (DataGridViewTextBoxCell) this.CellTemplate; } } /// public override string ToString() { StringBuilder sb = new StringBuilder(64); sb.Append("DataGridViewTextBoxColumn { Name="); sb.Append(this.Name); sb.Append(", Index="); sb.Append(this.Index.ToString(CultureInfo.CurrentCulture)); sb.Append(" }"); return sb.ToString(); } } } // 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
- HttpRuntimeSection.cs
- ScaleTransform.cs
- HostingEnvironmentSection.cs
- DateTimeSerializationSection.cs
- FragmentQuery.cs
- HandlerElementCollection.cs
- _ConnectionGroup.cs
- Single.cs
- SynchronizedInputProviderWrapper.cs
- DateTimePickerDesigner.cs
- BitmapImage.cs
- CategoryState.cs
- DriveNotFoundException.cs
- Accessors.cs
- SubMenuStyle.cs
- AttributeProviderAttribute.cs
- TextLine.cs
- TextBox.cs
- FontFamily.cs
- CodeDOMProvider.cs
- _AuthenticationState.cs
- SEHException.cs
- RijndaelManaged.cs
- DataGridCell.cs
- RegexGroupCollection.cs
- __Error.cs
- LazyTextWriterCreator.cs
- VirtualizingStackPanel.cs
- CqlLexerHelpers.cs
- DictionarySectionHandler.cs
- PropertyTabAttribute.cs
- WebRequestModuleElement.cs
- RequestCachePolicy.cs
- SqlTypesSchemaImporter.cs
- SystemInfo.cs
- XmlSchemaSimpleContentRestriction.cs
- HttpWebRequestElement.cs
- IdnMapping.cs
- FormViewInsertEventArgs.cs
- BasePattern.cs
- MessageContractMemberAttribute.cs
- XmlFormatWriterGenerator.cs
- HtmlListAdapter.cs
- TabItem.cs
- ListChangedEventArgs.cs
- CachedCompositeFamily.cs
- Vector3DCollection.cs
- DecimalAnimationUsingKeyFrames.cs
- Journal.cs
- DateRangeEvent.cs
- MarkedHighlightComponent.cs
- MediaElement.cs
- Image.cs
- QuaternionAnimation.cs
- SafeCoTaskMem.cs
- TextChange.cs
- OciEnlistContext.cs
- mactripleDES.cs
- SplitterEvent.cs
- HttpTransportBindingElement.cs
- _ConnectionGroup.cs
- OperationCanceledException.cs
- XmlSignatureManifest.cs
- WindowsTokenRoleProvider.cs
- SortedList.cs
- Path.cs
- DesignerCategoryAttribute.cs
- MiniLockedBorderGlyph.cs
- FixedDocumentSequencePaginator.cs
- XslCompiledTransform.cs
- SocketElement.cs
- ConnectionManagementElement.cs
- Pair.cs
- AuthenticationException.cs
- Baml2006KeyRecord.cs
- SizeConverter.cs
- StreamUpdate.cs
- AppDomainManager.cs
- DataGridColumnCollectionEditor.cs
- HelpKeywordAttribute.cs
- WebBrowserEvent.cs
- Misc.cs
- IOException.cs
- ArrayConverter.cs
- WebService.cs
- SourceLocationProvider.cs
- InteropTrackingRecord.cs
- FormDocumentDesigner.cs
- SqlConnectionString.cs
- OdbcTransaction.cs
- ListViewSortEventArgs.cs
- TemplateControlParser.cs
- Setter.cs
- QilScopedVisitor.cs
- TraversalRequest.cs
- DbCommandTree.cs
- SessionStateUtil.cs
- DNS.cs
- RuleCache.cs
- ReplyChannelAcceptor.cs