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
- WebEventCodes.cs
- ProcessManager.cs
- HashRepartitionEnumerator.cs
- StretchValidation.cs
- XhtmlBasicObjectListAdapter.cs
- ErrorProvider.cs
- ModuleBuilder.cs
- ClientSponsor.cs
- RichTextBoxDesigner.cs
- Span.cs
- CheckedListBox.cs
- WebPartMovingEventArgs.cs
- Processor.cs
- DataGridBoolColumn.cs
- StylusPointProperty.cs
- XDRSchema.cs
- AspProxy.cs
- Point3DValueSerializer.cs
- TableLayoutPanel.cs
- ExtendedPropertyCollection.cs
- SqlPersonalizationProvider.cs
- PrefixQName.cs
- ZoomingMessageFilter.cs
- CompositeKey.cs
- FakeModelItemImpl.cs
- ExpandCollapsePattern.cs
- ChildrenQuery.cs
- XmlSignificantWhitespace.cs
- ControlCollection.cs
- ThreadExceptionEvent.cs
- KeyValuePairs.cs
- _BufferOffsetSize.cs
- MtomMessageEncodingElement.cs
- EventProviderClassic.cs
- SafeNativeMethods.cs
- LastQueryOperator.cs
- MembershipAdapter.cs
- DecimalConstantAttribute.cs
- DataSourceControlBuilder.cs
- EdmItemCollection.cs
- FtpWebResponse.cs
- TaskFormBase.cs
- VisualTreeFlattener.cs
- HostProtectionException.cs
- ClientScriptItemCollection.cs
- WebPartVerb.cs
- RequiredFieldValidator.cs
- COM2Enum.cs
- FocusChangedEventArgs.cs
- RequestTimeoutManager.cs
- StubHelpers.cs
- LinkConverter.cs
- WinEventQueueItem.cs
- VirtualizedItemPattern.cs
- EntityCommandCompilationException.cs
- VisualState.cs
- IpcPort.cs
- HtmlContainerControl.cs
- TreeNodeBinding.cs
- ImportContext.cs
- CLRBindingWorker.cs
- FolderBrowserDialog.cs
- PolyQuadraticBezierSegment.cs
- CorrelationKey.cs
- DirectoryNotFoundException.cs
- MarkupWriter.cs
- XmlNullResolver.cs
- listitem.cs
- OletxTransactionFormatter.cs
- TreeIterator.cs
- BookmarkEventArgs.cs
- FileDataSourceCache.cs
- DataGridBoolColumn.cs
- BindingManagerDataErrorEventArgs.cs
- JsonDataContract.cs
- ImageSourceValueSerializer.cs
- SmtpException.cs
- ObjectList.cs
- ToolboxCategoryItems.cs
- PhysicalFontFamily.cs
- FullTextBreakpoint.cs
- ProbeMatchesMessageCD1.cs
- SmtpReplyReader.cs
- PeerName.cs
- EntityDataSourceColumn.cs
- TileModeValidation.cs
- ImageSourceConverter.cs
- PreProcessor.cs
- NameTable.cs
- X509PeerCertificateElement.cs
- SocketConnection.cs
- Ops.cs
- CursorInteropHelper.cs
- SafePipeHandle.cs
- ConfigurationException.cs
- DataBoundLiteralControl.cs
- LoginName.cs
- WmlPageAdapter.cs
- ExpressionVisitorHelpers.cs
- ExpressionTextBox.xaml.cs