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
- XmlILIndex.cs
- WebPartConnectionsEventArgs.cs
- DocumentReferenceCollection.cs
- ZipIOExtraFieldZip64Element.cs
- ComAdminInterfaces.cs
- EnvironmentPermission.cs
- ClientConfigPaths.cs
- Vector.cs
- Focus.cs
- SocketInformation.cs
- FixedSOMElement.cs
- StringFunctions.cs
- SchemaCollectionPreprocessor.cs
- CachedFontFace.cs
- IndentedWriter.cs
- oledbconnectionstring.cs
- DragSelectionMessageFilter.cs
- ApplicationSettingsBase.cs
- DataGridViewColumnCollection.cs
- TraceProvider.cs
- Quaternion.cs
- HwndSourceKeyboardInputSite.cs
- Attribute.cs
- WindowsImpersonationContext.cs
- ItemsChangedEventArgs.cs
- ParentControlDesigner.cs
- SemanticValue.cs
- SafeHandle.cs
- __Error.cs
- ReferentialConstraint.cs
- ThumbAutomationPeer.cs
- HealthMonitoringSectionHelper.cs
- MissingSatelliteAssemblyException.cs
- StrokeCollectionConverter.cs
- CompareValidator.cs
- control.ime.cs
- FormParameter.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- MappingException.cs
- TableRowsCollectionEditor.cs
- QualifiedCellIdBoolean.cs
- AsyncOperationLifetimeManager.cs
- ReaderWriterLockWrapper.cs
- ProcessModelInfo.cs
- PropertyNames.cs
- BackgroundWorker.cs
- OperationCanceledException.cs
- Variant.cs
- SelectionEditor.cs
- DockPanel.cs
- ExpanderAutomationPeer.cs
- SslStream.cs
- MimeBasePart.cs
- RichTextBox.cs
- FloaterBaseParagraph.cs
- AnnotationAdorner.cs
- MarshalByValueComponent.cs
- CounterCreationDataCollection.cs
- HttpCacheVary.cs
- WebPartUtil.cs
- DeclaredTypeValidatorAttribute.cs
- BrushProxy.cs
- DBSqlParserTable.cs
- SqlDuplicator.cs
- XmlSerializationWriter.cs
- MgmtConfigurationRecord.cs
- StreamUpdate.cs
- _TransmitFileOverlappedAsyncResult.cs
- SymLanguageVendor.cs
- ProxyHelper.cs
- DataGridViewHitTestInfo.cs
- RepeatEnumerable.cs
- Selection.cs
- CachedPathData.cs
- mediapermission.cs
- CapabilitiesPattern.cs
- Substitution.cs
- SymmetricKeyWrap.cs
- DataGridViewTopRowAccessibleObject.cs
- SystemIPv4InterfaceProperties.cs
- Line.cs
- ElementsClipboardData.cs
- Math.cs
- ComPlusInstanceProvider.cs
- PageContentAsyncResult.cs
- RSACryptoServiceProvider.cs
- NavigatorOutput.cs
- CopyAction.cs
- NativeWindow.cs
- XmlSchemaAttribute.cs
- XmlHierarchicalEnumerable.cs
- SymmetricCryptoHandle.cs
- DrawingGroup.cs
- EditorBrowsableAttribute.cs
- OleDbRowUpdatingEvent.cs
- FlowLayoutPanel.cs
- CompilerErrorCollection.cs
- ForceCopyBuildProvider.cs
- WorkflowApplicationTerminatedException.cs
- IResourceProvider.cs