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
- AnnouncementSendsAsyncResult.cs
- RemotingSurrogateSelector.cs
- InputScope.cs
- Page.cs
- AssemblyAttributes.cs
- OLEDB_Util.cs
- QueryCursorEventArgs.cs
- FontFamily.cs
- BaseValidator.cs
- GridViewColumnHeaderAutomationPeer.cs
- UInt16Converter.cs
- Triangle.cs
- ViewPort3D.cs
- StrokeCollectionConverter.cs
- ListDictionaryInternal.cs
- HttpClientCertificate.cs
- AccessedThroughPropertyAttribute.cs
- CLSCompliantAttribute.cs
- BaseCollection.cs
- WindowsListViewGroupSubsetLink.cs
- CellRelation.cs
- DataSetUtil.cs
- OracleDataReader.cs
- ContentFileHelper.cs
- CodeParameterDeclarationExpression.cs
- AuthenticationService.cs
- JoinCqlBlock.cs
- XslTransform.cs
- ResourceProviderFactory.cs
- ByteStream.cs
- UserNameSecurityTokenProvider.cs
- ObjectToken.cs
- XmlEncoding.cs
- XamlDesignerSerializationManager.cs
- HwndSource.cs
- XmlDictionaryWriter.cs
- SR.cs
- SerialReceived.cs
- NullRuntimeConfig.cs
- IsolatedStoragePermission.cs
- DataControlFieldCollection.cs
- RequestUriProcessor.cs
- TransactionsSectionGroup.cs
- TraceContextRecord.cs
- TextEncodedRawTextWriter.cs
- SafeBitVector32.cs
- InternalBase.cs
- XmlSchemaInclude.cs
- SystemIcmpV4Statistics.cs
- BuildProvidersCompiler.cs
- DynamicEndpoint.cs
- MetadataPropertyCollection.cs
- GenericTextProperties.cs
- ColorConvertedBitmap.cs
- Serializer.cs
- WindowsStartMenu.cs
- Mouse.cs
- GroupPartitionExpr.cs
- ACE.cs
- SecurityUtils.cs
- StateWorkerRequest.cs
- ScrollBar.cs
- Page.cs
- SmtpReplyReader.cs
- NamespaceCollection.cs
- LambdaExpression.cs
- PeerNameRecordCollection.cs
- SoapFault.cs
- ColumnResult.cs
- SerializerDescriptor.cs
- HttpCacheVaryByContentEncodings.cs
- XmlIlVisitor.cs
- Floater.cs
- ThrowHelper.cs
- RuleSetDialog.cs
- QuaternionAnimationBase.cs
- SafeBitVector32.cs
- CmsInterop.cs
- PrintController.cs
- XComponentModel.cs
- GridViewEditEventArgs.cs
- SymbolType.cs
- ExpandCollapsePattern.cs
- hebrewshape.cs
- HostingEnvironmentException.cs
- OracleColumn.cs
- HTTPAPI_VERSION.cs
- OdbcConnectionPoolProviderInfo.cs
- CommandID.cs
- Vector3DCollection.cs
- DropShadowBitmapEffect.cs
- XsdValidatingReader.cs
- ErrorsHelper.cs
- XmlSchemaSubstitutionGroup.cs
- CopyAction.cs
- BulletedListDesigner.cs
- CodeNamespace.cs
- SqlCacheDependencyDatabase.cs
- BinaryReader.cs
- TrackingWorkflowEventArgs.cs