Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Operand.cs
- CodeValidator.cs
- RadioButtonStandardAdapter.cs
- ScopelessEnumAttribute.cs
- HttpInputStream.cs
- _AutoWebProxyScriptHelper.cs
- TreeBuilderXamlTranslator.cs
- WebPartsPersonalization.cs
- IgnorePropertiesAttribute.cs
- CodeCompileUnit.cs
- Int16Animation.cs
- WebPartEditVerb.cs
- ContainerControlDesigner.cs
- TextTreeRootNode.cs
- TokenBasedSetEnumerator.cs
- TextEditorTables.cs
- ProfileServiceManager.cs
- XmlSchemaSequence.cs
- SslStream.cs
- SQLMembershipProvider.cs
- baseaxisquery.cs
- TrackingMemoryStream.cs
- MetadataArtifactLoaderCompositeFile.cs
- GenericPrincipal.cs
- ToolStripPanelDesigner.cs
- HttpException.cs
- SerializationBinder.cs
- MonikerProxyAttribute.cs
- QilName.cs
- SHA256.cs
- PeerCollaboration.cs
- RowUpdatedEventArgs.cs
- ServiceReflector.cs
- RegexRunnerFactory.cs
- VideoDrawing.cs
- MappingItemCollection.cs
- UIPermission.cs
- ExceptionUtil.cs
- TableLayoutPanel.cs
- XmlStreamStore.cs
- DependencyPropertyKey.cs
- XmlImplementation.cs
- GridViewUpdatedEventArgs.cs
- KeyEventArgs.cs
- WebHostUnsafeNativeMethods.cs
- SqlCommand.cs
- MethodBody.cs
- DataSetUtil.cs
- KerberosSecurityTokenProvider.cs
- TextBounds.cs
- ProtocolInformationWriter.cs
- WeakHashtable.cs
- EntityDataSourceChangingEventArgs.cs
- LayoutDump.cs
- XslUrlEditor.cs
- ClientConvert.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ContentElement.cs
- Triplet.cs
- ByteArrayHelperWithString.cs
- dataobject.cs
- MILUtilities.cs
- EdmItemError.cs
- SecurityTokenProvider.cs
- MetadataItemCollectionFactory.cs
- SqlDependencyUtils.cs
- XPathQilFactory.cs
- SessionPageStateSection.cs
- DeferrableContent.cs
- MultiBindingExpression.cs
- DataConnectionHelper.cs
- TaskSchedulerException.cs
- WebPartConnectionsDisconnectVerb.cs
- JournalEntryListConverter.cs
- ProfilePropertySettings.cs
- RectangleHotSpot.cs
- ColorContext.cs
- SiteOfOriginContainer.cs
- Matrix3DValueSerializer.cs
- ModulesEntry.cs
- PropertyRef.cs
- InplaceBitmapMetadataWriter.cs
- NativeMsmqMessage.cs
- ArrayConverter.cs
- IssuedSecurityTokenProvider.cs
- ReliableOutputSessionChannel.cs
- WebPartEditorApplyVerb.cs
- Point4DValueSerializer.cs
- LogManagementAsyncResult.cs
- DataGridViewAdvancedBorderStyle.cs
- DataBoundControlAdapter.cs
- SqlStream.cs
- TextEditorCopyPaste.cs
- TabControlEvent.cs
- Label.cs
- SoapAttributeOverrides.cs
- DataGridViewDataErrorEventArgs.cs
- UserMapPath.cs
- DragCompletedEventArgs.cs
- __ComObject.cs