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
- FileLevelControlBuilderAttribute.cs
- FrameworkTextComposition.cs
- RsaKeyIdentifierClause.cs
- FloatMinMaxAggregationOperator.cs
- MultiPageTextView.cs
- ApplicationSecurityManager.cs
- QilStrConcatenator.cs
- GuidelineCollection.cs
- IndexedGlyphRun.cs
- BufferBuilder.cs
- CellQuery.cs
- TypeDescriptionProvider.cs
- ChtmlImageAdapter.cs
- QilIterator.cs
- SoapProtocolReflector.cs
- TypeDescriptionProviderAttribute.cs
- SessionState.cs
- BindToObject.cs
- BitConverter.cs
- Scheduler.cs
- TreeNodeStyleCollection.cs
- NotSupportedException.cs
- TrackingProfile.cs
- Window.cs
- SafeReversePInvokeHandle.cs
- PropertyEntry.cs
- OracleConnectionFactory.cs
- Symbol.cs
- SimpleMailWebEventProvider.cs
- ReceiveActivityDesigner.cs
- BulletedListEventArgs.cs
- SoapMessage.cs
- DesignerForm.cs
- SynchronizedRandom.cs
- ColorDialog.cs
- LayoutInformation.cs
- CompoundFileIOPermission.cs
- SQLBinary.cs
- FontEmbeddingManager.cs
- MsmqActivation.cs
- AtomServiceDocumentSerializer.cs
- HttpProfileGroupBase.cs
- LinkDescriptor.cs
- Models.cs
- ReachDocumentSequenceSerializerAsync.cs
- RadioButtonList.cs
- Hyperlink.cs
- BitStack.cs
- SchemaImporterExtension.cs
- ToolStripSplitButton.cs
- TextRunTypographyProperties.cs
- Freezable.cs
- URL.cs
- X509ChainElement.cs
- ContainerVisual.cs
- KernelTypeValidation.cs
- KnownTypesProvider.cs
- MessageRpc.cs
- Animatable.cs
- WasNotInstalledException.cs
- ToolStripDropDownClosedEventArgs.cs
- JsonByteArrayDataContract.cs
- WebPartsPersonalization.cs
- ConfigurationSection.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- AppSettingsSection.cs
- CalendarDesigner.cs
- PriorityQueue.cs
- FreezableDefaultValueFactory.cs
- ReaderWriterLock.cs
- TreeViewEvent.cs
- EntityReference.cs
- DBAsyncResult.cs
- MasterPageBuildProvider.cs
- TextTreeInsertElementUndoUnit.cs
- JapaneseCalendar.cs
- WorkflowMarkupSerializer.cs
- PermissionRequestEvidence.cs
- CodeTypeMemberCollection.cs
- JsonQueryStringConverter.cs
- InternalConfigHost.cs
- Stylesheet.cs
- NestedContainer.cs
- Compensation.cs
- _CookieModule.cs
- Command.cs
- ControlPropertyNameConverter.cs
- TypeInitializationException.cs
- ResourceDictionary.cs
- InstanceData.cs
- HostedHttpTransportManager.cs
- SchemaNamespaceManager.cs
- Line.cs
- ValueQuery.cs
- DataGridViewCellCancelEventArgs.cs
- MemoryFailPoint.cs
- ClientTargetSection.cs
- Quaternion.cs
- TemplateField.cs
- DeferredTextReference.cs