Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewHitTestInfo.cs / 1 / TreeViewHitTestInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; ////// /// public class TreeViewHitTestInfo { private TreeViewHitTestLocations loc; private TreeNode node; ////// Specifies the return value for HITTEST on treeview. /// ////// /// Creates a TreeViewHitTestInfo instance. /// public TreeViewHitTestInfo(TreeNode hitNode, TreeViewHitTestLocations hitLocation) { this.node = hitNode; this.loc = hitLocation; } ////// /// This gives the exact location returned by hit test on treeview. /// public TreeViewHitTestLocations Location { get { return loc; } } ////// /// This gives the node returned by hit test on treeview. /// public TreeNode Node { get { return node; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RC2.cs
- PageStatePersister.cs
- SchemaObjectWriter.cs
- _NestedSingleAsyncResult.cs
- ImplicitInputBrush.cs
- DataGridAutoFormatDialog.cs
- Pair.cs
- SqlSelectStatement.cs
- MSAAWinEventWrap.cs
- XmlIlVisitor.cs
- System.Data_BID.cs
- SHA1Managed.cs
- WorkflowServiceHostFactory.cs
- Int32EqualityComparer.cs
- altserialization.cs
- ADConnectionHelper.cs
- RectangleHotSpot.cs
- CodeValidator.cs
- MsmqChannelFactory.cs
- SqlReorderer.cs
- EditorResources.cs
- UnhandledExceptionEventArgs.cs
- DocumentSchemaValidator.cs
- ToolStripButton.cs
- PerformanceCounterLib.cs
- UpdateManifestForBrowserApplication.cs
- SchemaObjectWriter.cs
- TableRowCollection.cs
- HttpRequestCacheValidator.cs
- DataGridViewCellFormattingEventArgs.cs
- UInt16Converter.cs
- InfoCardSymmetricAlgorithm.cs
- NavigationService.cs
- HyperLinkStyle.cs
- Helpers.cs
- ExpressionBuilderContext.cs
- InputScopeConverter.cs
- ParameterRefs.cs
- CategoryEditor.cs
- Image.cs
- VirtualizingPanel.cs
- HtmlSelectionListAdapter.cs
- TransactionManager.cs
- ProcessModule.cs
- ApplicationSecurityInfo.cs
- RegexCharClass.cs
- BinaryCommonClasses.cs
- AxisAngleRotation3D.cs
- XmlSchemaDatatype.cs
- DataGridViewImageColumn.cs
- ContainerVisual.cs
- CommandValueSerializer.cs
- ContainerSelectorBehavior.cs
- TimersDescriptionAttribute.cs
- MailMessage.cs
- DynamicHyperLink.cs
- Scripts.cs
- X509Certificate2Collection.cs
- OrCondition.cs
- XmlBufferReader.cs
- TaiwanLunisolarCalendar.cs
- SHA1CryptoServiceProvider.cs
- SelectionWordBreaker.cs
- GrabHandleGlyph.cs
- HtmlHistory.cs
- assertwrapper.cs
- ServiceNameElement.cs
- RegexParser.cs
- HelpInfo.cs
- FtpCachePolicyElement.cs
- DoubleLinkList.cs
- ExceptionUtil.cs
- PathGeometry.cs
- SchemaObjectWriter.cs
- PageStatePersister.cs
- TableCell.cs
- Cursors.cs
- RequestChannel.cs
- TreeViewAutomationPeer.cs
- AsyncStreamReader.cs
- CommandBindingCollection.cs
- WindowInteropHelper.cs
- PKCS1MaskGenerationMethod.cs
- ValueSerializerAttribute.cs
- ConnectionManagementElement.cs
- PeerResolver.cs
- SQLInt64.cs
- UnsafeNativeMethods.cs
- wmiprovider.cs
- unsafeIndexingFilterStream.cs
- RichTextBoxConstants.cs
- PropVariant.cs
- BigInt.cs
- HasRunnableWorkflowEvent.cs
- ClientOptions.cs
- EncoderExceptionFallback.cs
- DocumentGrid.cs
- TableColumn.cs
- DataSourceCache.cs
- LocatorBase.cs