Code:
/ DotNET / DotNET / 8.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
- FontStyle.cs
- ObjectViewEntityCollectionData.cs
- ExpressionEditorAttribute.cs
- CryptoApi.cs
- FactoryMaker.cs
- TypeBuilder.cs
- DataBinder.cs
- DBSchemaTable.cs
- ExtentKey.cs
- ApplicationHost.cs
- SafeRightsManagementHandle.cs
- LinqDataSourceSelectEventArgs.cs
- LicenseManager.cs
- TreeView.cs
- AddInSegmentDirectoryNotFoundException.cs
- TypeSystem.cs
- COAUTHINFO.cs
- IntPtr.cs
- FunctionNode.cs
- AssemblyResourceLoader.cs
- XmlDataCollection.cs
- Lasso.cs
- StringAnimationUsingKeyFrames.cs
- _FtpControlStream.cs
- PreProcessor.cs
- ISCIIEncoding.cs
- UnauthorizedAccessException.cs
- ControllableStoryboardAction.cs
- EventInfo.cs
- StreamGeometry.cs
- ItemsPresenter.cs
- Control.cs
- LocatorPart.cs
- MatrixTransform3D.cs
- InnerItemCollectionView.cs
- UnknownWrapper.cs
- InfiniteIntConverter.cs
- ConfigurationCollectionAttribute.cs
- XNameConverter.cs
- IndentedWriter.cs
- FunctionImportElement.cs
- MexHttpBindingElement.cs
- PackageRelationship.cs
- ListViewTableRow.cs
- DataSourceView.cs
- LinkArea.cs
- MaskPropertyEditor.cs
- ToolStripDropDown.cs
- DataRelationPropertyDescriptor.cs
- CalloutQueueItem.cs
- XmlNodeReader.cs
- ExclusiveCanonicalizationTransform.cs
- HMAC.cs
- DataGrid.cs
- MaskedTextBoxDesigner.cs
- Asn1IntegerConverter.cs
- DynamicResourceExtension.cs
- HotCommands.cs
- IndexingContentUnit.cs
- SingleAnimationBase.cs
- MeasureData.cs
- CodeParameterDeclarationExpressionCollection.cs
- PolyBezierSegment.cs
- VisualBasicSettingsHandler.cs
- TreeViewEvent.cs
- TableRowGroupCollection.cs
- ReflectionUtil.cs
- GatewayDefinition.cs
- ContainerParagraph.cs
- UIAgentRequest.cs
- ArgumentNullException.cs
- BaseAsyncResult.cs
- CanonicalFontFamilyReference.cs
- URLString.cs
- DataGridViewTextBoxCell.cs
- XmlnsPrefixAttribute.cs
- HatchBrush.cs
- SqlDataSourceCache.cs
- RealProxy.cs
- Vector3DValueSerializer.cs
- DataKey.cs
- TypeGeneratedEventArgs.cs
- LineBreakRecord.cs
- ScrollViewer.cs
- InfoCardRSACryptoProvider.cs
- TextLineResult.cs
- HandlerBase.cs
- GeneralTransform3DGroup.cs
- InputScopeAttribute.cs
- Visual3D.cs
- IteratorFilter.cs
- XmlTextReader.cs
- StorageBasedPackageProperties.cs
- BasicViewGenerator.cs
- KeyValuePairs.cs
- X509DefaultServiceCertificateElement.cs
- InkCanvasSelectionAdorner.cs
- Italic.cs
- RichTextBoxAutomationPeer.cs
- OleDbStruct.cs