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
- EventPropertyMap.cs
- Gdiplus.cs
- CompositeCollection.cs
- ItemsControlAutomationPeer.cs
- Boolean.cs
- DataFormats.cs
- TimeZoneInfo.cs
- PluralizationService.cs
- ListViewItemEventArgs.cs
- FormsAuthenticationModule.cs
- PrintPreviewDialog.cs
- GridViewColumnCollection.cs
- Pen.cs
- Marshal.cs
- ProcessModelInfo.cs
- KeyConverter.cs
- ObjectAssociationEndMapping.cs
- WebPartCancelEventArgs.cs
- SplashScreen.cs
- HttpRuntimeSection.cs
- basecomparevalidator.cs
- UpdateProgress.cs
- Transform.cs
- ContextMarshalException.cs
- XmlSchemaCollection.cs
- Control.cs
- EntityCommandDefinition.cs
- ProtocolsConfigurationHandler.cs
- ListControl.cs
- CapabilitiesUse.cs
- sqlpipe.cs
- PartialArray.cs
- DocumentCollection.cs
- RtfToXamlReader.cs
- ReflectPropertyDescriptor.cs
- TextTreeUndoUnit.cs
- ResourceExpressionBuilder.cs
- MultipleViewPattern.cs
- MergeExecutor.cs
- DelegateSerializationHolder.cs
- DbReferenceCollection.cs
- SchemaManager.cs
- DirectoryInfo.cs
- SpoolingTask.cs
- SharedDp.cs
- BlurBitmapEffect.cs
- CustomError.cs
- XmlIterators.cs
- ExpressionServices.cs
- PasswordTextContainer.cs
- XamlReader.cs
- StreamWriter.cs
- DriveInfo.cs
- InkCanvasFeedbackAdorner.cs
- Common.cs
- AuthorizationSection.cs
- TrailingSpaceComparer.cs
- CanonicalFontFamilyReference.cs
- DateTimeOffset.cs
- SchemaConstraints.cs
- ReferenceSchema.cs
- NativeWindow.cs
- entitydatasourceentitysetnameconverter.cs
- ButtonField.cs
- PartBasedPackageProperties.cs
- ServiceObjectContainer.cs
- XmlFileEditor.cs
- TemplateNameScope.cs
- WebPartsSection.cs
- UniformGrid.cs
- Deserializer.cs
- DataSetMappper.cs
- RuntimeVariablesExpression.cs
- TrackingWorkflowEventArgs.cs
- FolderNameEditor.cs
- ProfileProvider.cs
- OleDbConnectionFactory.cs
- XsdBuildProvider.cs
- ConfigurationSchemaErrors.cs
- DataBoundControl.cs
- _BufferOffsetSize.cs
- SmiSettersStream.cs
- OperatingSystem.cs
- StorageAssociationTypeMapping.cs
- ClientTarget.cs
- CompoundFileReference.cs
- CompileLiteralTextParser.cs
- TreeViewItem.cs
- SafeCryptoHandles.cs
- WebPartCatalogAddVerb.cs
- TypeBuilder.cs
- WebConfigurationHost.cs
- COM2TypeInfoProcessor.cs
- BackStopAuthenticationModule.cs
- UdpTransportBindingElement.cs
- XPathScanner.cs
- X509ChainPolicy.cs
- Int32Storage.cs
- Slider.cs
- XPathSingletonIterator.cs