Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / HelpEvent.cs / 1305376 / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IdentityHolder.cs
- AuthenticationModuleElement.cs
- BufferedReadStream.cs
- ServicePoint.cs
- GroupDescription.cs
- SourceSwitch.cs
- TabletDeviceInfo.cs
- ClientSideQueueItem.cs
- CodeTypeConstructor.cs
- UpdateInfo.cs
- WebException.cs
- PolyBezierSegmentFigureLogic.cs
- TypeLoader.cs
- GetWinFXPath.cs
- JsonWriter.cs
- UrlMappingsSection.cs
- basevalidator.cs
- SwitchCase.cs
- SQLByteStorage.cs
- CodeArrayIndexerExpression.cs
- ArgumentException.cs
- ZoneIdentityPermission.cs
- PropertyRef.cs
- CancelEventArgs.cs
- SignatureToken.cs
- CollectionBuilder.cs
- HtmlPageAdapter.cs
- DetailsViewDeleteEventArgs.cs
- XmlSchemaComplexContent.cs
- ListBindableAttribute.cs
- DocumentOrderQuery.cs
- HtmlValidatorAdapter.cs
- DefaultTextStore.cs
- SerializerDescriptor.cs
- SqlServer2KCompatibilityAnnotation.cs
- DbConnectionPoolGroup.cs
- SkinBuilder.cs
- GeometryConverter.cs
- EventDescriptor.cs
- PrivateFontCollection.cs
- MessageDroppedTraceRecord.cs
- AsyncDataRequest.cs
- XmlBaseWriter.cs
- FilterException.cs
- ForwardPositionQuery.cs
- TextSelectionHelper.cs
- DataServiceHostWrapper.cs
- path.cs
- DeploymentExceptionMapper.cs
- HandlerWithFactory.cs
- XmlCustomFormatter.cs
- SqlClientFactory.cs
- ClientBuildManagerCallback.cs
- DictionaryItemsCollection.cs
- DataGridCellAutomationPeer.cs
- InternalBufferOverflowException.cs
- ChannelPoolSettings.cs
- EFDataModelProvider.cs
- Intellisense.cs
- nulltextcontainer.cs
- securitymgrsite.cs
- MouseGestureValueSerializer.cs
- InfiniteTimeSpanConverter.cs
- DocumentViewerHelper.cs
- VBIdentifierTrimConverter.cs
- CheckBoxRenderer.cs
- SpellerStatusTable.cs
- DecimalAnimationBase.cs
- KnownAssembliesSet.cs
- SystemEvents.cs
- TextPointer.cs
- QilReplaceVisitor.cs
- ToolStripDropDownMenu.cs
- ValueHandle.cs
- DataControlPagerLinkButton.cs
- TypeBuilder.cs
- MaterialGroup.cs
- EntityUtil.cs
- DataGridViewAdvancedBorderStyle.cs
- AlgoModule.cs
- CreateUserWizard.cs
- ToolStripSeparatorRenderEventArgs.cs
- BuildProviderUtils.cs
- MetadataArtifactLoaderFile.cs
- SQLDateTime.cs
- SymbolUsageManager.cs
- SerializerDescriptor.cs
- SoapEnumAttribute.cs
- DocumentViewerHelper.cs
- _HeaderInfo.cs
- IconConverter.cs
- Msmq4SubqueuePoisonHandler.cs
- DatagridviewDisplayedBandsData.cs
- KoreanLunisolarCalendar.cs
- BitmapEffectGroup.cs
- DocumentViewer.cs
- DateTimeEditor.cs
- UiaCoreProviderApi.cs
- WindowsTitleBar.cs
- ColumnHeaderConverter.cs