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
- DLinqAssociationProvider.cs
- ConnectionInterfaceCollection.cs
- FontFamilyConverter.cs
- ProcessThreadCollection.cs
- HitTestWithPointDrawingContextWalker.cs
- WebPartEditVerb.cs
- SubqueryRules.cs
- DataGridViewCell.cs
- SoapDocumentMethodAttribute.cs
- SchemaReference.cs
- Manipulation.cs
- MergeEnumerator.cs
- StrongNameUtility.cs
- xdrvalidator.cs
- HandleCollector.cs
- TransformerTypeCollection.cs
- SecurityException.cs
- RC2CryptoServiceProvider.cs
- Globals.cs
- connectionpool.cs
- CacheAxisQuery.cs
- QueryIntervalOp.cs
- Int32Rect.cs
- InfocardClientCredentials.cs
- PathFigureCollection.cs
- typedescriptorpermission.cs
- ModulesEntry.cs
- NotifyInputEventArgs.cs
- UshortList2.cs
- Converter.cs
- DataSourceConverter.cs
- LinqDataSourceUpdateEventArgs.cs
- XmlImplementation.cs
- BookmarkUndoUnit.cs
- AddInStore.cs
- XmlSchemaAnnotation.cs
- DllNotFoundException.cs
- DecimalKeyFrameCollection.cs
- SchemaName.cs
- File.cs
- UnconditionalPolicy.cs
- RadioButton.cs
- StateRuntime.cs
- DataTemplateKey.cs
- NetworkInterface.cs
- AlternateViewCollection.cs
- CodeLinePragma.cs
- SwitchLevelAttribute.cs
- ValueUnavailableException.cs
- XmlArrayItemAttributes.cs
- WebResponse.cs
- FixedSOMTable.cs
- ParallelEnumerable.cs
- SingleAnimationBase.cs
- DataListItem.cs
- MessageQueuePermissionEntry.cs
- TileModeValidation.cs
- FontWeightConverter.cs
- WorkflowRuntime.cs
- _NegoStream.cs
- PropertyGridDesigner.cs
- DeferredElementTreeState.cs
- FragmentQueryKB.cs
- MarkerProperties.cs
- ImageConverter.cs
- InvalidPropValue.cs
- EntityDataSourceWrapper.cs
- FactoryRecord.cs
- TextBreakpoint.cs
- Vector3DCollection.cs
- DbConnectionStringCommon.cs
- SmtpAuthenticationManager.cs
- DependsOnAttribute.cs
- XPathNodeInfoAtom.cs
- CodeSnippetCompileUnit.cs
- Crc32.cs
- Evaluator.cs
- WarningException.cs
- SQLCharsStorage.cs
- __Error.cs
- EventManager.cs
- TreeWalkHelper.cs
- COM2EnumConverter.cs
- TableLayoutColumnStyleCollection.cs
- InheritanceContextHelper.cs
- PageOutputColor.cs
- EventListener.cs
- TrustSection.cs
- GeneralTransform2DTo3DTo2D.cs
- CallbackValidator.cs
- QualifiedCellIdBoolean.cs
- EntityDataSourceChangedEventArgs.cs
- ThaiBuddhistCalendar.cs
- FontUnit.cs
- DataSourceSelectArguments.cs
- versioninfo.cs
- DesignerListAdapter.cs
- InternalConfigHost.cs
- FrameworkReadOnlyPropertyMetadata.cs
- ServiceNameElement.cs