Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SmtpNetworkElement.cs
- WebPartCollection.cs
- ReadOnlyHierarchicalDataSource.cs
- EmptyCollection.cs
- ShaderEffect.cs
- PermissionListSet.cs
- DbProviderFactories.cs
- WinEventQueueItem.cs
- MenuItemStyleCollectionEditor.cs
- ExplicitDiscriminatorMap.cs
- CssTextWriter.cs
- Mapping.cs
- PropertyMappingExceptionEventArgs.cs
- GetParentChain.cs
- PropertyEntry.cs
- RandomDelaySendsAsyncResult.cs
- HtmlInputFile.cs
- SystemResourceHost.cs
- XmlKeywords.cs
- GeneralTransform3D.cs
- InputLanguageCollection.cs
- DBDataPermission.cs
- WmlTextBoxAdapter.cs
- MergePropertyDescriptor.cs
- TextElementCollectionHelper.cs
- ProjectionCamera.cs
- IgnoreFlushAndCloseStream.cs
- GeometryConverter.cs
- WebPartExportVerb.cs
- EmptyEnumerable.cs
- EntityClientCacheEntry.cs
- SmtpReplyReader.cs
- SignedXmlDebugLog.cs
- ResXBuildProvider.cs
- SqlProviderManifest.cs
- LinearGradientBrush.cs
- BrowserInteropHelper.cs
- rsa.cs
- SourceSwitch.cs
- MessageBodyDescription.cs
- ParallelEnumerableWrapper.cs
- WindowsFont.cs
- MultiBindingExpression.cs
- MethodBuilder.cs
- XmlSchemaRedefine.cs
- CopyOfAction.cs
- SessionPageStatePersister.cs
- ReliableChannelBinder.cs
- FormattedText.cs
- IconBitmapDecoder.cs
- UDPClient.cs
- DataListItemCollection.cs
- DbExpressionVisitor_TResultType.cs
- ExpressionParser.cs
- PrimitiveSchema.cs
- M3DUtil.cs
- SqlMethodAttribute.cs
- ISessionStateStore.cs
- RegistrySecurity.cs
- Metadata.cs
- DrawingContextWalker.cs
- XmlSchemaType.cs
- MSAAEventDispatcher.cs
- Configuration.cs
- IgnoreSectionHandler.cs
- GPPOINTF.cs
- InfocardChannelParameter.cs
- Root.cs
- BufferModeSettings.cs
- VSWCFServiceContractGenerator.cs
- MexTcpBindingElement.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- DataGridTable.cs
- ChannelSinkStacks.cs
- ToolboxComponentsCreatedEventArgs.cs
- ITextView.cs
- ConstNode.cs
- FontDifferentiator.cs
- BlurEffect.cs
- Convert.cs
- FastEncoder.cs
- OutputCacheProfileCollection.cs
- XmlJsonReader.cs
- util.cs
- TabletDevice.cs
- EndOfStreamException.cs
- FlowThrottle.cs
- QilScopedVisitor.cs
- XsltLoader.cs
- TransformCollection.cs
- RestClientProxyHandler.cs
- IisTraceListener.cs
- X509Certificate2.cs
- XmlSchemaChoice.cs
- TabPanel.cs
- FontStretchConverter.cs
- FixedSOMPage.cs
- PanelContainerDesigner.cs
- ButtonBase.cs
- ChtmlTextWriter.cs