Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewHitTestInfo.cs / 1305376 / 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
- Bezier.cs
- SystemInformation.cs
- SingleStorage.cs
- _SslState.cs
- IntSecurity.cs
- ViewPort3D.cs
- PreservationFileReader.cs
- TransactionFlowAttribute.cs
- TimeSpan.cs
- BaseCollection.cs
- Calendar.cs
- smtppermission.cs
- OperandQuery.cs
- HatchBrush.cs
- DataViewSettingCollection.cs
- CoreChannel.cs
- QueryTaskGroupState.cs
- RelatedCurrencyManager.cs
- SiteMapNodeItem.cs
- AddInControllerImpl.cs
- Span.cs
- Binding.cs
- FigureHelper.cs
- SelectingProviderEventArgs.cs
- DesignerCategoryAttribute.cs
- ModelToObjectValueConverter.cs
- LambdaCompiler.Expressions.cs
- TokenBasedSet.cs
- figurelengthconverter.cs
- TraceHandlerErrorFormatter.cs
- MappingException.cs
- DLinqAssociationProvider.cs
- GPRECT.cs
- HGlobalSafeHandle.cs
- PresentationTraceSources.cs
- InlinedAggregationOperatorEnumerator.cs
- Documentation.cs
- ExtendedPropertiesHandler.cs
- WebPartChrome.cs
- HashAlgorithm.cs
- SiteMapPath.cs
- HttpValueCollection.cs
- Blend.cs
- DetailsViewUpdateEventArgs.cs
- MultiAsyncResult.cs
- CodeComment.cs
- Config.cs
- TextBoxAutoCompleteSourceConverter.cs
- WorkflowInstanceContextProvider.cs
- GeometryModel3D.cs
- PipelineComponent.cs
- storepermission.cs
- ThrowHelper.cs
- UnionQueryOperator.cs
- SelectionPattern.cs
- BrowserCapabilitiesCompiler.cs
- TogglePattern.cs
- base64Transforms.cs
- _SafeNetHandles.cs
- ResizeGrip.cs
- Parser.cs
- Globals.cs
- DeviceContext2.cs
- Geometry.cs
- DefaultConfirmation.cs
- _Connection.cs
- WebResourceUtil.cs
- FilterQuery.cs
- ItemContainerGenerator.cs
- SimpleColumnProvider.cs
- DataBindingCollection.cs
- SHA1Managed.cs
- XmlSchemaComplexContentExtension.cs
- RefType.cs
- SQLInt32.cs
- ConfigurationHelpers.cs
- GeometryModel3D.cs
- DataSourceControlBuilder.cs
- ContainerVisual.cs
- EqualityComparer.cs
- TextViewBase.cs
- AstTree.cs
- COAUTHINFO.cs
- ObfuscationAttribute.cs
- AlphabeticalEnumConverter.cs
- HttpPostServerProtocol.cs
- WebPartConnectionCollection.cs
- ToolStripRenderer.cs
- Repeater.cs
- ObjectDataSourceChooseTypePanel.cs
- TableLayoutStyleCollection.cs
- InternalsVisibleToAttribute.cs
- Literal.cs
- Keywords.cs
- NamedPipeTransportManager.cs
- InstanceDataCollectionCollection.cs
- XmlObjectSerializerContext.cs
- SocketElement.cs
- SrgsRule.cs
- MobileCategoryAttribute.cs