Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DesigntimeLicenseContext.cs
- FontStretchConverter.cs
- Version.cs
- GlyphElement.cs
- PropertyChangingEventArgs.cs
- SecurityUtils.cs
- ParameterDataSourceExpression.cs
- BackgroundWorker.cs
- StateDesignerConnector.cs
- FusionWrap.cs
- FontResourceCache.cs
- WebPartExportVerb.cs
- CodeCommentStatement.cs
- InkCanvas.cs
- ConfigurationCollectionAttribute.cs
- XslAstAnalyzer.cs
- OdbcConnection.cs
- SpellCheck.cs
- SystemIcons.cs
- SiteMembershipCondition.cs
- Vector3DAnimationUsingKeyFrames.cs
- TypeBuilderInstantiation.cs
- ImageMapEventArgs.cs
- PartialList.cs
- PolicyValidationException.cs
- HwndSourceKeyboardInputSite.cs
- XmlSchemaProviderAttribute.cs
- DesignerCategoryAttribute.cs
- AcceleratedTokenAuthenticator.cs
- DocumentXmlWriter.cs
- ILGen.cs
- CancellableEnumerable.cs
- XmlSiteMapProvider.cs
- InvalidChannelBindingException.cs
- HttpMethodConstraint.cs
- EntityWrapperFactory.cs
- tooltip.cs
- ByteAnimationBase.cs
- SessionPageStateSection.cs
- Constraint.cs
- ConstructorBuilder.cs
- TextTreeNode.cs
- CodeSnippetCompileUnit.cs
- PreservationFileWriter.cs
- CorrelationService.cs
- AdapterDictionary.cs
- MergeLocalizationDirectives.cs
- SlipBehavior.cs
- PartialCachingAttribute.cs
- Pair.cs
- XomlDesignerLoader.cs
- ConfigurationStrings.cs
- DataKeyArray.cs
- BrowserDefinitionCollection.cs
- SafeReadContext.cs
- OracleConnection.cs
- GlobalProxySelection.cs
- SequenceRange.cs
- ControlType.cs
- Vector3DCollectionConverter.cs
- PropertyEntry.cs
- BamlLocalizableResource.cs
- FixedSOMLineCollection.cs
- WinInetCache.cs
- precedingsibling.cs
- PolicyStatement.cs
- SQLStringStorage.cs
- DebugView.cs
- ExtendedTransformFactory.cs
- ValidationErrorCollection.cs
- FrameworkElementAutomationPeer.cs
- UnmanagedMemoryAccessor.cs
- SimpleRecyclingCache.cs
- NavigationHelper.cs
- Update.cs
- CheckBoxStandardAdapter.cs
- XmlUtf8RawTextWriter.cs
- SubqueryRules.cs
- HealthMonitoringSectionHelper.cs
- StrongNameIdentityPermission.cs
- CodeRemoveEventStatement.cs
- Activity.cs
- TargetParameterCountException.cs
- ButtonBaseDesigner.cs
- CodeActivity.cs
- COM2Properties.cs
- DataControlField.cs
- DataGridViewImageColumn.cs
- ToolStripEditorManager.cs
- Bits.cs
- BasePattern.cs
- PointCollectionConverter.cs
- ConnectionOrientedTransportBindingElement.cs
- SerializationObjectManager.cs
- WebHeaderCollection.cs
- EarlyBoundInfo.cs
- ImageMapEventArgs.cs
- CallbackHandler.cs
- ServiceContractViewControl.cs
- DoubleCollectionConverter.cs