Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// 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
- ToolStripPanelRow.cs
- EventWaitHandle.cs
- SqlDataReader.cs
- DownloadProgressEventArgs.cs
- XmlSchemaValidationException.cs
- DataBoundControlAdapter.cs
- DataGridViewRowPostPaintEventArgs.cs
- MonitorWrapper.cs
- MemberHolder.cs
- TemplateKey.cs
- DefaultExpressionVisitor.cs
- PageThemeBuildProvider.cs
- NullableDecimalAverageAggregationOperator.cs
- VisualBasicSettingsHandler.cs
- SettingsContext.cs
- UserControlBuildProvider.cs
- Debugger.cs
- SecurityPolicySection.cs
- WindowsUpDown.cs
- FontInfo.cs
- TimeoutValidationAttribute.cs
- TimeSpanMinutesConverter.cs
- InvalidAsynchronousStateException.cs
- LinqDataSourceDisposeEventArgs.cs
- XpsSerializerWriter.cs
- ParameterInfo.cs
- FormViewCommandEventArgs.cs
- ArrayList.cs
- DbMetaDataFactory.cs
- Exceptions.cs
- ApplicationGesture.cs
- dbenumerator.cs
- BaseCodeDomTreeGenerator.cs
- XsdBuilder.cs
- SchemaImporterExtension.cs
- WebPartConnectionsCloseVerb.cs
- TimeSpanMinutesConverter.cs
- Deflater.cs
- DSASignatureDeformatter.cs
- HiddenField.cs
- EncodedStreamFactory.cs
- ComAdminWrapper.cs
- ProfessionalColors.cs
- FormViewDeleteEventArgs.cs
- TextTreePropertyUndoUnit.cs
- NativeMethods.cs
- RadioButtonList.cs
- DataServiceRequestOfT.cs
- NotConverter.cs
- Win32Native.cs
- GridViewCellAutomationPeer.cs
- UpdateProgress.cs
- _FtpDataStream.cs
- CodeCompiler.cs
- HttpFileCollection.cs
- XomlSerializationHelpers.cs
- NamespaceQuery.cs
- GraphicsContainer.cs
- CompilationPass2TaskInternal.cs
- SingleStorage.cs
- SqlRowUpdatedEvent.cs
- StreamInfo.cs
- MouseActionValueSerializer.cs
- InternalBase.cs
- PowerModeChangedEventArgs.cs
- LabelAutomationPeer.cs
- ListViewItemMouseHoverEvent.cs
- BitmapMetadata.cs
- UrlMappingsSection.cs
- JoinElimination.cs
- Model3DCollection.cs
- UrlMappingsModule.cs
- CanonicalXml.cs
- ReflectionTypeLoadException.cs
- MetabaseServerConfig.cs
- LineBreakRecord.cs
- BitmapEffectRenderDataResource.cs
- PropertyManager.cs
- _NativeSSPI.cs
- RegexCaptureCollection.cs
- WorkflowTraceTransfer.cs
- ZipIOLocalFileBlock.cs
- DockProviderWrapper.cs
- CursorConverter.cs
- CatalogZoneBase.cs
- DataPagerCommandEventArgs.cs
- ItemPager.cs
- AstNode.cs
- CompModSwitches.cs
- TypeExtension.cs
- ZipIOExtraFieldElement.cs
- SchemaSetCompiler.cs
- ButtonChrome.cs
- BamlRecords.cs
- QuadraticBezierSegment.cs
- ManagementEventArgs.cs
- ExpressionEditorAttribute.cs
- KerberosSecurityTokenProvider.cs
- WorkflowInstance.cs
- BamlResourceContent.cs