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
- RuntimeEnvironment.cs
- XomlCompiler.cs
- UserPrincipalNameElement.cs
- JoinCqlBlock.cs
- Menu.cs
- ExtensibleClassFactory.cs
- GeneralTransform3D.cs
- ActivationServices.cs
- Variable.cs
- MessageAction.cs
- Pts.cs
- SnapshotChangeTrackingStrategy.cs
- SendActivityDesigner.cs
- MemoryFailPoint.cs
- EventMappingSettings.cs
- ToggleButton.cs
- LogLogRecord.cs
- BaseAsyncResult.cs
- FrameworkElementFactory.cs
- AuthenticationSection.cs
- CalendarModeChangedEventArgs.cs
- QueryStringParameter.cs
- MenuEventArgs.cs
- ConsumerConnectionPointCollection.cs
- XmlMembersMapping.cs
- TextTabProperties.cs
- DataGridViewDataConnection.cs
- BindingRestrictions.cs
- httpapplicationstate.cs
- ReadOnlyHierarchicalDataSource.cs
- SmtpException.cs
- DataRelationPropertyDescriptor.cs
- DataGridViewSortCompareEventArgs.cs
- Helper.cs
- SafeWaitHandle.cs
- TextDecoration.cs
- XmlBinaryReader.cs
- WmlPhoneCallAdapter.cs
- AffineTransform3D.cs
- BooleanFunctions.cs
- TreeNode.cs
- ModelPerspective.cs
- OperatingSystem.cs
- InlineObject.cs
- DataComponentMethodGenerator.cs
- printdlgexmarshaler.cs
- ExpressionParser.cs
- CanonicalFormWriter.cs
- MemberCollection.cs
- SHA1CryptoServiceProvider.cs
- SQLDateTimeStorage.cs
- XmlDataProvider.cs
- MessageQueueEnumerator.cs
- LinqDataSourceView.cs
- UserControlBuildProvider.cs
- DbMetaDataFactory.cs
- ReadOnlyNameValueCollection.cs
- DbInsertCommandTree.cs
- SqlDataSourceEnumerator.cs
- Type.cs
- Operator.cs
- ExpandSegment.cs
- IsolatedStoragePermission.cs
- Stroke.cs
- ChannelProtectionRequirements.cs
- SqlRowUpdatedEvent.cs
- PartialList.cs
- TextDecorationLocationValidation.cs
- AsymmetricAlgorithm.cs
- SQLByte.cs
- Point3D.cs
- IsolatedStorageFile.cs
- RequestQueryParser.cs
- DataServiceRequest.cs
- ISAPIRuntime.cs
- BufferModeSettings.cs
- FontFamily.cs
- AspNetHostingPermission.cs
- ObjectDataSourceEventArgs.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- WebPartMovingEventArgs.cs
- ResXResourceWriter.cs
- TypeTypeConverter.cs
- InvalidOperationException.cs
- basenumberconverter.cs
- Random.cs
- TextLineBreak.cs
- ConfigXmlElement.cs
- HtmlInputRadioButton.cs
- MaskedTextBox.cs
- SingleAnimation.cs
- SymmetricCryptoHandle.cs
- ColumnMapProcessor.cs
- TypedDataSourceCodeGenerator.cs
- ScaleTransform3D.cs
- PointConverter.cs
- ProcessHost.cs
- StringOutput.cs
- RestClientProxyHandler.cs
- UnconditionalPolicy.cs