Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- KeyValuePairs.cs
- ApplicationBuildProvider.cs
- nulltextcontainer.cs
- ImageAttributes.cs
- SynchronizedRandom.cs
- WindowsGraphicsWrapper.cs
- HScrollProperties.cs
- unitconverter.cs
- GeneralTransformCollection.cs
- AttributeUsageAttribute.cs
- ProfileModule.cs
- SessionParameter.cs
- XamlRtfConverter.cs
- AssemblyAttributes.cs
- SecureStringHasher.cs
- LinkDescriptor.cs
- DropTarget.cs
- ContentPropertyAttribute.cs
- AssignDesigner.xaml.cs
- AssemblyCollection.cs
- OdbcEnvironmentHandle.cs
- Accessible.cs
- SqlPersonalizationProvider.cs
- SectionVisual.cs
- GenericEnumerator.cs
- ParsedRoute.cs
- MenuStrip.cs
- QuestionEventArgs.cs
- XMLSyntaxException.cs
- GridEntryCollection.cs
- SslStream.cs
- DataListAutoFormat.cs
- ZoneIdentityPermission.cs
- RoleManagerEventArgs.cs
- WsdlServiceChannelBuilder.cs
- ScrollBarRenderer.cs
- ProgressPage.cs
- SkipQueryOptionExpression.cs
- WindowsTokenRoleProvider.cs
- DefaultSerializationProviderAttribute.cs
- DummyDataSource.cs
- DefinitionBase.cs
- DesignerHelpers.cs
- Material.cs
- TTSEngineTypes.cs
- DragDropManager.cs
- UnitySerializationHolder.cs
- Helpers.cs
- SingleSelectRootGridEntry.cs
- HttpHandler.cs
- ActivityBuilder.cs
- SubqueryTrackingVisitor.cs
- StringFunctions.cs
- ConnectionManagementElementCollection.cs
- ILGenerator.cs
- SharedPerformanceCounter.cs
- BrowserTree.cs
- IPipelineRuntime.cs
- ISO2022Encoding.cs
- keycontainerpermission.cs
- EntityConnection.cs
- PersonalizationState.cs
- EqualityComparer.cs
- AtomParser.cs
- DataListCommandEventArgs.cs
- PipeStream.cs
- CachedPathData.cs
- XmlDictionaryWriter.cs
- DeferredSelectedIndexReference.cs
- ObjectIDGenerator.cs
- ArgumentException.cs
- ColorTypeConverter.cs
- Publisher.cs
- TempEnvironment.cs
- StaticFileHandler.cs
- ScrollViewer.cs
- RuleSet.cs
- SchemaTypeEmitter.cs
- ToolStripAdornerWindowService.cs
- OleDbCommandBuilder.cs
- DelegateArgument.cs
- PathFigureCollectionConverter.cs
- LayoutSettings.cs
- WindowsRichEditRange.cs
- DirectoryGroupQuery.cs
- HtmlImage.cs
- StatusBarPanelClickEvent.cs
- MemberRelationshipService.cs
- DataGridViewAutoSizeModeEventArgs.cs
- ProcessThread.cs
- TextReader.cs
- DbConnectionPoolOptions.cs
- HwndAppCommandInputProvider.cs
- CodeTypeReferenceCollection.cs
- ConnectionConsumerAttribute.cs
- COM2ColorConverter.cs
- ListViewItemSelectionChangedEvent.cs
- ToolStripMenuItem.cs
- AnnotationHighlightLayer.cs
- DescendentsWalker.cs