Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GeneralTransformCollection.cs
- DateTime.cs
- WorkItem.cs
- DateTimeValueSerializer.cs
- XpsPartBase.cs
- XmlDigitalSignatureProcessor.cs
- ServerValidateEventArgs.cs
- DbConnectionHelper.cs
- RelationshipEnd.cs
- SoapReflector.cs
- BitmapScalingModeValidation.cs
- CookieParameter.cs
- NetworkInformationPermission.cs
- Attributes.cs
- WebControl.cs
- SqlCaseSimplifier.cs
- CapiSymmetricAlgorithm.cs
- MailAddressCollection.cs
- CellRelation.cs
- ReflectEventDescriptor.cs
- RenderData.cs
- ZoneIdentityPermission.cs
- Int64Animation.cs
- SQLSingle.cs
- DesignerActionList.cs
- XmlUtf8RawTextWriter.cs
- Stacktrace.cs
- AppDomainShutdownMonitor.cs
- ipaddressinformationcollection.cs
- COM2PropertyBuilderUITypeEditor.cs
- CallbackTimeoutsBehavior.cs
- QilInvokeLateBound.cs
- LinkUtilities.cs
- XmlSubtreeReader.cs
- DataObjectFieldAttribute.cs
- RandomNumberGenerator.cs
- ScrollChrome.cs
- XPathNodeList.cs
- DllHostInitializer.cs
- PrintPreviewDialog.cs
- MyContact.cs
- DetailsViewCommandEventArgs.cs
- HttpListenerException.cs
- DecoderBestFitFallback.cs
- CodeCatchClause.cs
- WebProxyScriptElement.cs
- TextServicesDisplayAttribute.cs
- TabPanel.cs
- DocumentationServerProtocol.cs
- TextRangeEdit.cs
- DesignTimeHTMLTextWriter.cs
- CompiledIdentityConstraint.cs
- DeleteBookmarkScope.cs
- TableMethodGenerator.cs
- DataRelationCollection.cs
- XomlCompilerParameters.cs
- MemoryRecordBuffer.cs
- DataGridCell.cs
- TrackingWorkflowEventArgs.cs
- COMException.cs
- SafeBitVector32.cs
- CustomErrorsSectionWrapper.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- SessionIDManager.cs
- NominalTypeEliminator.cs
- MouseCaptureWithinProperty.cs
- DateTimeOffset.cs
- CodeIdentifiers.cs
- SectionInformation.cs
- BidOverLoads.cs
- TdsParserSessionPool.cs
- InvokeMethodActivityDesigner.cs
- FunctionParameter.cs
- Variant.cs
- DeriveBytes.cs
- ClipboardProcessor.cs
- PenThreadPool.cs
- BaseAutoFormat.cs
- srgsitem.cs
- ProcessHostFactoryHelper.cs
- StringFormat.cs
- DynamicDocumentPaginator.cs
- SafeProcessHandle.cs
- AnimationClockResource.cs
- WebPartCatalogAddVerb.cs
- StyleSheet.cs
- LiteralTextContainerControlBuilder.cs
- StrokeRenderer.cs
- PathStreamGeometryContext.cs
- SafeFileHandle.cs
- RenderDataDrawingContext.cs
- IdleTimeoutMonitor.cs
- Padding.cs
- SafeHandles.cs
- ReadOnlyActivityGlyph.cs
- Subset.cs
- RepeaterItemCollection.cs
- ResourceSet.cs
- KeyFrames.cs
- ImageListUtils.cs