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
- ProxyManager.cs
- PropertyMapper.cs
- _ScatterGatherBuffers.cs
- PreviewPrintController.cs
- SmiGettersStream.cs
- JournalNavigationScope.cs
- StateMachine.cs
- SymbolType.cs
- PropertyPathConverter.cs
- MetabaseSettingsIis7.cs
- ClockGroup.cs
- Rect3D.cs
- SmtpNtlmAuthenticationModule.cs
- _KerberosClient.cs
- SimpleApplicationHost.cs
- dataSvcMapFileLoader.cs
- SqlDataSourceCache.cs
- WebPartHelpVerb.cs
- BitStack.cs
- ListViewDataItem.cs
- StatusBarDesigner.cs
- XmlSerializationGeneratedCode.cs
- SamlAttribute.cs
- FixedSOMLineCollection.cs
- TextEncodedRawTextWriter.cs
- TypeSystem.cs
- ValidationException.cs
- FamilyMap.cs
- shaper.cs
- NetworkInformationException.cs
- Optimizer.cs
- ConnectionManagementSection.cs
- CounterCreationData.cs
- BitmapEffectGroup.cs
- Pair.cs
- WsatConfiguration.cs
- GridViewRowCollection.cs
- CroppedBitmap.cs
- AppearanceEditorPart.cs
- OperationCanceledException.cs
- ActionMessageFilterTable.cs
- XmlAtomicValue.cs
- Mutex.cs
- Utils.cs
- XmlILStorageConverter.cs
- DataSourceExpressionCollection.cs
- FontSizeConverter.cs
- KeySpline.cs
- WebHttpSecurity.cs
- BevelBitmapEffect.cs
- Viewport2DVisual3D.cs
- MouseGestureValueSerializer.cs
- ContentFilePart.cs
- LocalizabilityAttribute.cs
- AsyncOperation.cs
- ToolStripScrollButton.cs
- BuildProviderAppliesToAttribute.cs
- SoapExtension.cs
- Classification.cs
- CheckBoxPopupAdapter.cs
- SyntaxCheck.cs
- TagPrefixAttribute.cs
- IntranetCredentialPolicy.cs
- SqlBooleanizer.cs
- GeneralTransform3DTo2D.cs
- UnionCodeGroup.cs
- httpserverutility.cs
- CollectionViewProxy.cs
- ParameterInfo.cs
- Deserializer.cs
- AudioBase.cs
- CancelRequestedQuery.cs
- EntityConnection.cs
- GetWinFXPath.cs
- PageScaling.cs
- BuilderPropertyEntry.cs
- WeakHashtable.cs
- DocComment.cs
- Point3DConverter.cs
- ProxyDataContractResolver.cs
- Int64AnimationUsingKeyFrames.cs
- XmlSchemaElement.cs
- Timeline.cs
- ExplicitDiscriminatorMap.cs
- EnumMember.cs
- HttpConfigurationSystem.cs
- ListControlConvertEventArgs.cs
- MetafileHeader.cs
- MachineSettingsSection.cs
- HttpFileCollectionWrapper.cs
- ObjectCache.cs
- DesignTimeVisibleAttribute.cs
- ListBox.cs
- DLinqAssociationProvider.cs
- UserControlCodeDomTreeGenerator.cs
- ImageCodecInfoPrivate.cs
- XLinq.cs
- BulletChrome.cs
- RawKeyboardInputReport.cs
- AspNetSynchronizationContext.cs