Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / TableLayoutCellPaintEventArgs.cs / 1 / TableLayoutCellPaintEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Drawing.Design; using System.Globalization; using System.Windows.Forms.Layout; ////// /// This is the overrided PaintEventArgs for painting the cell of the table /// It contains additional information indicating the row/column of the cell /// as well as the bound of the cell /// public class TableLayoutCellPaintEventArgs : PaintEventArgs { private Rectangle bounds; private int row; private int column; ///public TableLayoutCellPaintEventArgs(Graphics g, Rectangle clipRectangle, Rectangle cellBounds, int column, int row) : base(g, clipRectangle) { this.bounds = cellBounds; this.row = row; this.column = column; } //the bounds of the cell /// public Rectangle CellBounds { get { return bounds; } } //the row index of the cell /// public int Row { get { return row; } } //the column index of the cell /// public int Column { get { return column; } } } } // 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.Drawing; using System.Drawing.Design; using System.Globalization; using System.Windows.Forms.Layout; ////// /// This is the overrided PaintEventArgs for painting the cell of the table /// It contains additional information indicating the row/column of the cell /// as well as the bound of the cell /// public class TableLayoutCellPaintEventArgs : PaintEventArgs { private Rectangle bounds; private int row; private int column; ///public TableLayoutCellPaintEventArgs(Graphics g, Rectangle clipRectangle, Rectangle cellBounds, int column, int row) : base(g, clipRectangle) { this.bounds = cellBounds; this.row = row; this.column = column; } //the bounds of the cell /// public Rectangle CellBounds { get { return bounds; } } //the row index of the cell /// public int Row { get { return row; } } //the column index of the cell /// public int Column { get { return column; } } } } // 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
- ParenExpr.cs
- WindowsListViewGroupHelper.cs
- GridViewColumnCollection.cs
- TypedTableBaseExtensions.cs
- HandleCollector.cs
- ComUdtElementCollection.cs
- CodeTypeDeclaration.cs
- EdmSchemaError.cs
- DriveInfo.cs
- ImportCatalogPart.cs
- DuplicateWaitObjectException.cs
- XmlSchemaAnyAttribute.cs
- ActiveXHelper.cs
- DecryptedHeader.cs
- AccessedThroughPropertyAttribute.cs
- DataTableNewRowEvent.cs
- DBSqlParserTable.cs
- PcmConverter.cs
- SqlError.cs
- XslNumber.cs
- DbConnectionHelper.cs
- Transform.cs
- VSWCFServiceContractGenerator.cs
- VerificationException.cs
- SafeRightsManagementEnvironmentHandle.cs
- IsolatedStorage.cs
- XmlReaderSettings.cs
- Soap.cs
- ConnectionInterfaceCollection.cs
- RTLAwareMessageBox.cs
- AxisAngleRotation3D.cs
- ContextMenuAutomationPeer.cs
- UmAlQuraCalendar.cs
- EditorPart.cs
- Message.cs
- SerializationInfo.cs
- GenericPrincipal.cs
- FilterElement.cs
- KeyValuePair.cs
- SizeAnimationBase.cs
- IPHostEntry.cs
- BaseDataBoundControl.cs
- ISessionStateStore.cs
- ControlCachePolicy.cs
- PropertyRef.cs
- UserInitiatedRoutedEventPermission.cs
- Inline.cs
- InternalResources.cs
- GridViewCancelEditEventArgs.cs
- PageParser.cs
- XmlHierarchyData.cs
- PlaceHolder.cs
- JsonFormatWriterGenerator.cs
- LinqExpressionNormalizer.cs
- D3DImage.cs
- DurableMessageDispatchInspector.cs
- TextEncodedRawTextWriter.cs
- MimeBasePart.cs
- DataGridState.cs
- EnumValAlphaComparer.cs
- DelegatingConfigHost.cs
- ToolStripOverflow.cs
- BoolExpr.cs
- Repeater.cs
- HyperlinkAutomationPeer.cs
- XamlSerializerUtil.cs
- ReadOnlyActivityGlyph.cs
- CodeObject.cs
- ReferenceEqualityComparer.cs
- ProxyWebPartConnectionCollection.cs
- TextRangeEditTables.cs
- InnerItemCollectionView.cs
- HttpCachePolicy.cs
- DtcInterfaces.cs
- UnrecognizedPolicyAssertionElement.cs
- DataGridViewLinkColumn.cs
- QueryCreatedEventArgs.cs
- DescriptionAttribute.cs
- ConfigurationException.cs
- JsonObjectDataContract.cs
- ThreadInterruptedException.cs
- Int32Rect.cs
- SingleSelectRootGridEntry.cs
- PasswordBoxAutomationPeer.cs
- XmlDomTextWriter.cs
- GenericXmlSecurityToken.cs
- LocatorBase.cs
- HitTestFilterBehavior.cs
- XmlQualifiedName.cs
- ScaleTransform3D.cs
- EmulateRecognizeCompletedEventArgs.cs
- NameValueFileSectionHandler.cs
- BoundingRectTracker.cs
- SqlDataSourceStatusEventArgs.cs
- AppSettingsSection.cs
- SmiGettersStream.cs
- objectquery_tresulttype.cs
- PersonalizableAttribute.cs
- Sentence.cs
- XmlILModule.cs