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
- XamlPoint3DCollectionSerializer.cs
- SqlConnectionPoolProviderInfo.cs
- GenericTextProperties.cs
- EncryptedXml.cs
- ActiveXContainer.cs
- HtmlSelectionListAdapter.cs
- XmlComplianceUtil.cs
- BufferBuilder.cs
- ImageMetadata.cs
- CollectionChangeEventArgs.cs
- MenuStrip.cs
- XsdBuildProvider.cs
- CookieProtection.cs
- ToolboxComponentsCreatedEventArgs.cs
- ChannelManagerHelpers.cs
- RuntimeArgumentHandle.cs
- BrowsableAttribute.cs
- KeyValueConfigurationCollection.cs
- FrameworkContextData.cs
- MarkupExtensionSerializer.cs
- XmlIgnoreAttribute.cs
- XDeferredAxisSource.cs
- OneOfTypeConst.cs
- DateTimeStorage.cs
- PropertyEmitter.cs
- StylusButton.cs
- DataServiceEntityAttribute.cs
- ListBoxAutomationPeer.cs
- Wildcard.cs
- AuthorizationSection.cs
- SweepDirectionValidation.cs
- XPathNodeHelper.cs
- TreeViewImageGenerator.cs
- EntityDataSourceMemberPath.cs
- FileResponseElement.cs
- UnsafeNetInfoNativeMethods.cs
- UpWmlPageAdapter.cs
- ListViewUpdateEventArgs.cs
- ClonableStack.cs
- followingquery.cs
- Effect.cs
- BitSet.cs
- XmlJsonReader.cs
- DataPagerCommandEventArgs.cs
- HTMLTagNameToTypeMapper.cs
- ImageCodecInfoPrivate.cs
- Viewport3DVisual.cs
- SigningProgress.cs
- AlphabeticalEnumConverter.cs
- DataGridClipboardHelper.cs
- NaturalLanguageHyphenator.cs
- New.cs
- FrameDimension.cs
- Context.cs
- Renderer.cs
- SessionState.cs
- EventWaitHandleSecurity.cs
- ImageCodecInfoPrivate.cs
- Button.cs
- Bits.cs
- WebPartEditorOkVerb.cs
- DocumentViewerBaseAutomationPeer.cs
- LocatorPart.cs
- VirtualizedCellInfoCollection.cs
- Win32Native.cs
- PartitionResolver.cs
- HMACSHA512.cs
- QuadraticBezierSegment.cs
- HtmlInputFile.cs
- IisTraceWebEventProvider.cs
- TextCompositionEventArgs.cs
- ItemCheckedEvent.cs
- ProfessionalColors.cs
- XmlParser.cs
- StringComparer.cs
- CultureSpecificStringDictionary.cs
- SimpleTableProvider.cs
- ScrollData.cs
- QilTargetType.cs
- DataGridItem.cs
- AuthorizationRule.cs
- SqlXml.cs
- SecurityUniqueId.cs
- EntityTransaction.cs
- AuthorizationRuleCollection.cs
- Int32CAMarshaler.cs
- LinearQuaternionKeyFrame.cs
- GuidelineCollection.cs
- GridViewSortEventArgs.cs
- EditingMode.cs
- HandlerMappingMemo.cs
- PropertyIDSet.cs
- GuidelineSet.cs
- ReadContentAsBinaryHelper.cs
- BindableTemplateBuilder.cs
- NativeMethods.cs
- RoutingUtilities.cs
- Interlocked.cs
- ClientSettingsStore.cs
- IISMapPath.cs