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
- PrimarySelectionAdorner.cs
- SwitchLevelAttribute.cs
- Point3DKeyFrameCollection.cs
- DataGridViewEditingControlShowingEventArgs.cs
- FeatureSupport.cs
- ManualResetEvent.cs
- AssemblyCache.cs
- UnsafeNativeMethods.cs
- PlatformCulture.cs
- InvalidComObjectException.cs
- __Filters.cs
- ReplacementText.cs
- DeleteIndexBinder.cs
- ListViewItem.cs
- XmlWrappingReader.cs
- WebPartDisplayModeCancelEventArgs.cs
- RightsManagementPermission.cs
- PolyLineSegment.cs
- ClientScriptItem.cs
- UxThemeWrapper.cs
- HwndHost.cs
- StylusEventArgs.cs
- TextSegment.cs
- TextTreeExtractElementUndoUnit.cs
- AmbientLight.cs
- LinearGradientBrush.cs
- AutomationIdentifierGuids.cs
- ParseNumbers.cs
- BitmapEffectInput.cs
- GenericEnumConverter.cs
- HashCodeCombiner.cs
- EventItfInfo.cs
- GridErrorDlg.cs
- TextSelectionProcessor.cs
- WebFormsRootDesigner.cs
- TemplatePartAttribute.cs
- ToolStripDropDownItem.cs
- ActiveXHelper.cs
- KeyValueInternalCollection.cs
- List.cs
- DbConnectionStringCommon.cs
- ListControl.cs
- AutoScrollExpandMessageFilter.cs
- DataListItemEventArgs.cs
- SelectionPattern.cs
- RowVisual.cs
- HttpException.cs
- LicenseManager.cs
- AspNetSynchronizationContext.cs
- MenuTracker.cs
- NameTable.cs
- SafeReversePInvokeHandle.cs
- TdsRecordBufferSetter.cs
- XappLauncher.cs
- WebPartPersonalization.cs
- Filter.cs
- UserMapPath.cs
- SemaphoreSecurity.cs
- EventSinkHelperWriter.cs
- ListSortDescription.cs
- SwitchExpression.cs
- EntityDataSourceDataSelection.cs
- ColorIndependentAnimationStorage.cs
- UIPermission.cs
- ToolBarButtonClickEvent.cs
- ToolStripDropTargetManager.cs
- EntityTemplateUserControl.cs
- TaskFileService.cs
- XsltContext.cs
- UICuesEvent.cs
- FlowLayoutSettings.cs
- BindingGroup.cs
- HandlerFactoryCache.cs
- DataGridViewCellValidatingEventArgs.cs
- System.Data.OracleClient_BID.cs
- MatrixStack.cs
- CodePageEncoding.cs
- TreeWalkHelper.cs
- TextParagraph.cs
- PreviewKeyDownEventArgs.cs
- ElapsedEventArgs.cs
- SemaphoreFullException.cs
- FileVersion.cs
- PopupControlService.cs
- HandlerWithFactory.cs
- PTManager.cs
- PageContentAsyncResult.cs
- DefaultPrintController.cs
- WaveHeader.cs
- InputProviderSite.cs
- TextServicesManager.cs
- MetadataItemEmitter.cs
- diagnosticsswitches.cs
- Compiler.cs
- XD.cs
- Storyboard.cs
- HostProtectionException.cs
- ShaderEffect.cs
- ExceptionTrace.cs
- RawStylusActions.cs