Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DelegateSerializationHolder.cs
- DataGridHelper.cs
- DataGridViewEditingControlShowingEventArgs.cs
- UpdateEventArgs.cs
- FormatterConverter.cs
- SynchronousChannel.cs
- SafeUserTokenHandle.cs
- UniqueConstraint.cs
- SmtpAuthenticationManager.cs
- DataAdapter.cs
- ResourceLoader.cs
- Size.cs
- DPTypeDescriptorContext.cs
- RequestCacheManager.cs
- PenLineJoinValidation.cs
- OleDbConnectionInternal.cs
- WhitespaceSignificantCollectionAttribute.cs
- WebBaseEventKeyComparer.cs
- Semaphore.cs
- StringFunctions.cs
- BitmapPalette.cs
- LogReservationCollection.cs
- ObjectItemCollection.cs
- BuildTopDownAttribute.cs
- DataControlFieldCell.cs
- TriggerBase.cs
- CngKey.cs
- MailWebEventProvider.cs
- LinkClickEvent.cs
- IndexedEnumerable.cs
- TreeNodeBinding.cs
- RepeatBehavior.cs
- MimeTypeAttribute.cs
- CompiledQueryCacheKey.cs
- PerformanceCounterManager.cs
- ResourceProperty.cs
- SqlCacheDependencyDatabase.cs
- EqualityComparer.cs
- MouseEventArgs.cs
- InvalidPrinterException.cs
- EmptyEnumerator.cs
- KnownColorTable.cs
- BitmapEffect.cs
- SqlGatherProducedAliases.cs
- UidManager.cs
- EntityProviderServices.cs
- HyperLinkField.cs
- EmptyStringExpandableObjectConverter.cs
- SqlBuffer.cs
- FloaterParagraph.cs
- Preprocessor.cs
- CompressEmulationStream.cs
- NotCondition.cs
- QilReplaceVisitor.cs
- ConstraintEnumerator.cs
- BypassElementCollection.cs
- DBConcurrencyException.cs
- MetadataItem_Static.cs
- CodeIdentifier.cs
- DockPattern.cs
- PersonalizationEntry.cs
- WorkflowServiceAttributes.cs
- MimeWriter.cs
- Timer.cs
- BindToObject.cs
- InternalConfigSettingsFactory.cs
- DoubleConverter.cs
- AutomationIdentifier.cs
- GridViewUpdatedEventArgs.cs
- NTAccount.cs
- SelectedGridItemChangedEvent.cs
- SmtpNegotiateAuthenticationModule.cs
- DnsPermission.cs
- ProgressBarBrushConverter.cs
- HttpCookie.cs
- LongSumAggregationOperator.cs
- CommandEventArgs.cs
- InfoCardTrace.cs
- UnmanagedBitmapWrapper.cs
- XmlChoiceIdentifierAttribute.cs
- TransformPatternIdentifiers.cs
- SqlStatistics.cs
- WSHttpSecurity.cs
- RuntimeWrappedException.cs
- CmsInterop.cs
- CompressedStack.cs
- ChildDocumentBlock.cs
- DesignerActionMethodItem.cs
- XmlMemberMapping.cs
- BasicKeyConstraint.cs
- SByte.cs
- XamlBrushSerializer.cs
- ImageList.cs
- FunctionCommandText.cs
- CompilerResults.cs
- ProxyWebPartManager.cs
- VScrollBar.cs
- WindowsTokenRoleProvider.cs
- tooltip.cs
- AdjustableArrowCap.cs