Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellToolTipTextNeededEventArgs.cs / 1 / 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
- CompositionTarget.cs
- XpsStructure.cs
- AppDomainFactory.cs
- AdjustableArrowCap.cs
- _FixedSizeReader.cs
- Thread.cs
- DataViewManagerListItemTypeDescriptor.cs
- LineGeometry.cs
- DataServiceHost.cs
- _AutoWebProxyScriptWrapper.cs
- SaveFileDialogDesigner.cs
- BamlTreeUpdater.cs
- LayoutEditorPart.cs
- SqlFunctionAttribute.cs
- BrushConverter.cs
- DescendantBaseQuery.cs
- PrimitiveSchema.cs
- ControlBuilder.cs
- Mouse.cs
- IdentityModelStringsVersion1.cs
- EntityDataSourceDataSelectionPanel.cs
- IgnoreDeviceFilterElement.cs
- AssociationSetMetadata.cs
- CodeSnippetExpression.cs
- EmptyQuery.cs
- WindowsContainer.cs
- VisualBasicSettings.cs
- Int32Collection.cs
- DataSourceSelectArguments.cs
- XmlDataDocument.cs
- StorageInfo.cs
- httpserverutility.cs
- Currency.cs
- DecimalKeyFrameCollection.cs
- WebServiceHandlerFactory.cs
- ListSourceHelper.cs
- MetadataPropertyvalue.cs
- EasingKeyFrames.cs
- StoryFragments.cs
- BookmarkScopeHandle.cs
- RIPEMD160Managed.cs
- CodeChecksumPragma.cs
- RawStylusInputCustomDataList.cs
- CheckBoxRenderer.cs
- DocumentPaginator.cs
- DataServiceResponse.cs
- PathGeometry.cs
- SubMenuStyle.cs
- CodeArgumentReferenceExpression.cs
- NoClickablePointException.cs
- ObjectCloneHelper.cs
- SemaphoreSecurity.cs
- WeakEventManager.cs
- ForeignKeyConstraint.cs
- NonDualMessageSecurityOverHttp.cs
- CompilerCollection.cs
- DesignTimeTemplateParser.cs
- Wizard.cs
- OdbcError.cs
- SaveFileDialog.cs
- InlineUIContainer.cs
- StatusBarDrawItemEvent.cs
- KnownTypeAttribute.cs
- PerfCounters.cs
- _TLSstream.cs
- SaveFileDialog.cs
- StreamHelper.cs
- LinqDataSourceEditData.cs
- LiteralLink.cs
- WindowShowOrOpenTracker.cs
- DesignerCategoryAttribute.cs
- ReflectionUtil.cs
- OlePropertyStructs.cs
- UserControlBuildProvider.cs
- TableLayoutSettingsTypeConverter.cs
- RichTextBoxAutomationPeer.cs
- ExpressionBinding.cs
- ValidatingPropertiesEventArgs.cs
- DataTableNewRowEvent.cs
- UrlMappingsModule.cs
- SiteMapDataSource.cs
- TraceContext.cs
- Geometry.cs
- SQLDoubleStorage.cs
- TreeNodeCollectionEditor.cs
- MaskInputRejectedEventArgs.cs
- SchemaTypeEmitter.cs
- WindowsStatic.cs
- FormsAuthenticationUserCollection.cs
- smtpconnection.cs
- Item.cs
- CollectionDataContract.cs
- XMLSyntaxException.cs
- ScrollBarRenderer.cs
- IPAddress.cs
- ResXResourceWriter.cs
- Int16KeyFrameCollection.cs
- CollectionViewGroupInternal.cs
- AnimationLayer.cs
- TextSegment.cs