Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / StatusBarPanelClickEvent.cs / 1 / StatusBarPanelClickEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// public class StatusBarPanelClickEventArgs : MouseEventArgs { readonly StatusBarPanel statusBarPanel; ////// Provides data for the ////// event. /// /// /// public StatusBarPanelClickEventArgs(StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y) : base(button, clicks, x, y, 0) { this.statusBarPanel = statusBarPanel; } ////// Initializes a new instance of the ////// class. /// /// /// public StatusBarPanel StatusBarPanel { get { return statusBarPanel; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifies the ///that represents the clicked panel. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// public class StatusBarPanelClickEventArgs : MouseEventArgs { readonly StatusBarPanel statusBarPanel; ////// Provides data for the ////// event. /// /// /// public StatusBarPanelClickEventArgs(StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y) : base(button, clicks, x, y, 0) { this.statusBarPanel = statusBarPanel; } ////// Initializes a new instance of the ////// class. /// /// /// public StatusBarPanel StatusBarPanel { get { return statusBarPanel; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifies the ///that represents the clicked panel. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Soap12ProtocolImporter.cs
- MappingException.cs
- QilBinary.cs
- ExpressionBuilderCollection.cs
- MulticastNotSupportedException.cs
- PassportPrincipal.cs
- CatalogUtil.cs
- EdmToObjectNamespaceMap.cs
- SerializationSectionGroup.cs
- RegexRunnerFactory.cs
- MonitoringDescriptionAttribute.cs
- AnnotationAuthorChangedEventArgs.cs
- IIS7UserPrincipal.cs
- FixedStringLookup.cs
- WsdlParser.cs
- autovalidator.cs
- EncodingInfo.cs
- ObjectQuery.cs
- ChangeDirector.cs
- ListDictionary.cs
- sqlstateclientmanager.cs
- PointConverter.cs
- WinFormsUtils.cs
- ICspAsymmetricAlgorithm.cs
- MetadataArtifactLoaderComposite.cs
- TypeExtensions.cs
- CssTextWriter.cs
- SerializationInfo.cs
- IndexOutOfRangeException.cs
- PriorityRange.cs
- BmpBitmapEncoder.cs
- CmsUtils.cs
- ProgressPage.cs
- RequestDescription.cs
- AdPostCacheSubstitution.cs
- UrlAuthFailedErrorFormatter.cs
- UniformGrid.cs
- XmlSchemaSimpleTypeList.cs
- TileModeValidation.cs
- LogArchiveSnapshot.cs
- HashCryptoHandle.cs
- IncrementalHitTester.cs
- ConvertEvent.cs
- EndpointAddressElementBase.cs
- SafeArrayRankMismatchException.cs
- Compiler.cs
- DataSourceXmlSerializationAttribute.cs
- ObjectAnimationUsingKeyFrames.cs
- AddInContractAttribute.cs
- WizardPanel.cs
- HideDisabledControlAdapter.cs
- MemberInitExpression.cs
- XmlSchemaGroup.cs
- CompModHelpers.cs
- BoundColumn.cs
- KeyGestureConverter.cs
- ServerType.cs
- ParserHooks.cs
- CopyNamespacesAction.cs
- VScrollProperties.cs
- UrlMappingsModule.cs
- ValidatedControlConverter.cs
- RefreshEventArgs.cs
- X509Certificate.cs
- ObjectRef.cs
- DefinitionProperties.cs
- SigningCredentials.cs
- NullableFloatSumAggregationOperator.cs
- RunInstallerAttribute.cs
- util.cs
- CultureTableRecord.cs
- OdbcReferenceCollection.cs
- Misc.cs
- ViewDesigner.cs
- AmbientLight.cs
- SmtpCommands.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- Selection.cs
- TextRangeEdit.cs
- ProgressPage.cs
- Journaling.cs
- OrderedEnumerableRowCollection.cs
- BuildResult.cs
- RepeatBehavior.cs
- PerformanceCounterCategory.cs
- AnnotationResource.cs
- MouseEvent.cs
- XsltSettings.cs
- UserUseLicenseDictionaryLoader.cs
- QilStrConcat.cs
- Polygon.cs
- BreakRecordTable.cs
- FamilyMap.cs
- PasswordTextNavigator.cs
- DataMemberAttribute.cs
- PropertyTabChangedEvent.cs
- InvalidAsynchronousStateException.cs
- ObjectDataSourceView.cs
- DownloadProgressEventArgs.cs
- Stack.cs