Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / HelpEvent.cs / 1 / HelpEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Runtime.Remoting; using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class HelpEventArgs : EventArgs { private readonly Point mousePos; private bool handled = false; ////// Provides data for the Control.HelpRequest event. /// ////// /// public HelpEventArgs(Point mousePos) { this.mousePos = mousePos; } ////// Initializes a new instance of the ///class. /// /// /// public Point MousePos { get { return mousePos; } } ////// Gets the screen coordinates of the mouse pointer. /// ////// /// public bool Handled { get { return handled; } set { handled = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets /// or sets a value indicating /// whether the Help event was handled. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Runtime.Remoting; using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class HelpEventArgs : EventArgs { private readonly Point mousePos; private bool handled = false; ////// Provides data for the Control.HelpRequest event. /// ////// /// public HelpEventArgs(Point mousePos) { this.mousePos = mousePos; } ////// Initializes a new instance of the ///class. /// /// /// public Point MousePos { get { return mousePos; } } ////// Gets the screen coordinates of the mouse pointer. /// ////// /// public bool Handled { get { return handled; } set { handled = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets /// or sets a value indicating /// whether the Help event was handled. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DetailsViewDeletedEventArgs.cs
- SyndicationSerializer.cs
- PermissionToken.cs
- DataPager.cs
- EditorPartChrome.cs
- AccessibleObject.cs
- InnerItemCollectionView.cs
- IListConverters.cs
- TextTreeUndo.cs
- RetrieveVirtualItemEventArgs.cs
- QilUnary.cs
- DPCustomTypeDescriptor.cs
- QueryAccessibilityHelpEvent.cs
- DBProviderConfigurationHandler.cs
- Vector3DAnimationUsingKeyFrames.cs
- ComContractElementCollection.cs
- WorkflowRuntimeElement.cs
- CryptoKeySecurity.cs
- WebPartCollection.cs
- SafeNativeMethodsOther.cs
- Button.cs
- ProfileService.cs
- SweepDirectionValidation.cs
- Size.cs
- FtpCachePolicyElement.cs
- XPathNodeInfoAtom.cs
- Condition.cs
- DrawingGroup.cs
- WithStatement.cs
- SyndicationDeserializer.cs
- Grant.cs
- SqlGatherProducedAliases.cs
- _Win32.cs
- CheckPair.cs
- MulticastDelegate.cs
- PersistenceProviderBehavior.cs
- XPathNodeInfoAtom.cs
- Span.cs
- SqlTypesSchemaImporter.cs
- ResourceAttributes.cs
- FileStream.cs
- GeneralTransform3DGroup.cs
- PrintDocument.cs
- SQLByte.cs
- VectorAnimation.cs
- UIElement3DAutomationPeer.cs
- ScrollBar.cs
- HMACRIPEMD160.cs
- OleStrCAMarshaler.cs
- ChtmlTextWriter.cs
- SqlFacetAttribute.cs
- StateDesignerConnector.cs
- SqlWorkflowInstanceStoreLock.cs
- MimeMultiPart.cs
- ToolStripLocationCancelEventArgs.cs
- MsmqMessageProperty.cs
- TabPanel.cs
- TcpProcessProtocolHandler.cs
- TransformPattern.cs
- ExistsInCollection.cs
- AssertFilter.cs
- HandlerFactoryCache.cs
- OracleException.cs
- Function.cs
- HtmlHistory.cs
- PrincipalPermission.cs
- ControlValuePropertyAttribute.cs
- CodeConstructor.cs
- ImageCollectionEditor.cs
- RolePrincipal.cs
- DispatcherEventArgs.cs
- StyleXamlTreeBuilder.cs
- Filter.cs
- FeatureSupport.cs
- Emitter.cs
- ConnectionsZone.cs
- x509utils.cs
- BuildProvider.cs
- HtmlTableRow.cs
- JournalEntryStack.cs
- X509CertificateStore.cs
- Floater.cs
- AdPostCacheSubstitution.cs
- RIPEMD160Managed.cs
- SimpleHandlerBuildProvider.cs
- LoginViewDesigner.cs
- ConfigurationElementProperty.cs
- ProviderCollection.cs
- XmlSchemaSequence.cs
- AnonymousIdentificationModule.cs
- ColorKeyFrameCollection.cs
- XmlSchemaRedefine.cs
- Semaphore.cs
- XamlSerializer.cs
- errorpatternmatcher.cs
- EditorPart.cs
- AssertSection.cs
- ConcurrentBag.cs
- validationstate.cs
- CollectionBase.cs