Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellToolTipTextNeededEventArgs.cs / 1305376 / DataGridViewCellToolTipTextNeededEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewCellToolTipTextNeededEventArgs : DataGridViewCellEventArgs { private string toolTipText; internal DataGridViewCellToolTipTextNeededEventArgs( int columnIndex, int rowIndex, string toolTipText) : base(columnIndex, rowIndex) { this.toolTipText = toolTipText; } /// public string ToolTipText { get { return this.toolTipText; } set { this.toolTipText = value; } } } } // 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.Diagnostics; ///public class DataGridViewCellToolTipTextNeededEventArgs : DataGridViewCellEventArgs { private string toolTipText; internal DataGridViewCellToolTipTextNeededEventArgs( int columnIndex, int rowIndex, string toolTipText) : base(columnIndex, rowIndex) { this.toolTipText = toolTipText; } /// public string ToolTipText { get { return this.toolTipText; } set { this.toolTipText = value; } } } } // 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
- SmtpNegotiateAuthenticationModule.cs
- XPathNavigator.cs
- MappingItemCollection.cs
- processwaithandle.cs
- VerificationException.cs
- WebPartVerb.cs
- TextTreeRootNode.cs
- TypeForwardedToAttribute.cs
- InvalidCastException.cs
- HyperLinkDesigner.cs
- ConsoleKeyInfo.cs
- securestring.cs
- SqlDataAdapter.cs
- X509Utils.cs
- SingleKeyFrameCollection.cs
- WinFormsSpinner.cs
- MissingMemberException.cs
- DatagridviewDisplayedBandsData.cs
- RuntimeResourceSet.cs
- DbBuffer.cs
- BuildResult.cs
- OdbcCommandBuilder.cs
- DataGridViewCellCollection.cs
- UnknownBitmapDecoder.cs
- StreamWriter.cs
- SerializationFieldInfo.cs
- Processor.cs
- QueryExpr.cs
- WebServiceFaultDesigner.cs
- OleDbConnectionInternal.cs
- ConnectionPointCookie.cs
- SqlUDTStorage.cs
- Keywords.cs
- HashLookup.cs
- BitmapVisualManager.cs
- OleDbRowUpdatingEvent.cs
- Image.cs
- SelectedDatesCollection.cs
- BuildManagerHost.cs
- SessionParameter.cs
- XsdDateTime.cs
- ScriptDescriptor.cs
- HttpListenerException.cs
- DateTime.cs
- Operators.cs
- ActivityLocationReferenceEnvironment.cs
- WorkflowQueuingService.cs
- FrugalMap.cs
- StylusSystemGestureEventArgs.cs
- EntityDataSourceDesigner.cs
- DataMemberConverter.cs
- DesignerOptionService.cs
- PlanCompilerUtil.cs
- SafeLibraryHandle.cs
- ErrorEventArgs.cs
- TrustSection.cs
- Deflater.cs
- ControlType.cs
- XmlBuffer.cs
- StyleXamlTreeBuilder.cs
- CompoundFileIOPermission.cs
- StateInitialization.cs
- HelpProvider.cs
- SqlNodeAnnotation.cs
- DigitalSignature.cs
- XmlSchemaGroup.cs
- MemoryMappedFileSecurity.cs
- GetLedgerEntryForRecipientRequest.cs
- SafeLibraryHandle.cs
- oledbmetadatacollectionnames.cs
- Int64.cs
- SchemaTableColumn.cs
- GuidelineSet.cs
- BitVector32.cs
- XmlLanguageConverter.cs
- CompositeFontFamily.cs
- DecimalAnimationUsingKeyFrames.cs
- streamingZipPartStream.cs
- ValidationPropertyAttribute.cs
- RenderDataDrawingContext.cs
- BasicExpandProvider.cs
- PermissionSetTriple.cs
- AutomationEvent.cs
- ResolvedKeyFrameEntry.cs
- BitmapFrameDecode.cs
- _KerberosClient.cs
- AspNetSynchronizationContext.cs
- unitconverter.cs
- LocatorPartList.cs
- UnmanagedHandle.cs
- Section.cs
- AesCryptoServiceProvider.cs
- ListViewGroupItemCollection.cs
- SchemaMerger.cs
- XslCompiledTransform.cs
- DateTimeConstantAttribute.cs
- CultureTableRecord.cs
- InvokeGenerator.cs
- MissingSatelliteAssemblyException.cs
- XhtmlMobileTextWriter.cs