Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / StatusBarPanelClickEvent.cs / 1305376 / 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;
///
///
///
/// Provides data for the
/// event.
///
///
public class StatusBarPanelClickEventArgs : MouseEventArgs {
readonly StatusBarPanel statusBarPanel;
///
///
///
/// Initializes a new instance of the
/// class.
///
///
public StatusBarPanelClickEventArgs(StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y)
: base(button, clicks, x, y, 0) {
this.statusBarPanel = statusBarPanel;
}
///
///
///
/// Specifies the that represents the clicked panel.
///
///
public StatusBarPanel StatusBarPanel {
get {
return statusBarPanel;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// 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;
///
///
///
/// Provides data for the
/// event.
///
///
public class StatusBarPanelClickEventArgs : MouseEventArgs {
readonly StatusBarPanel statusBarPanel;
///
///
///
/// Initializes a new instance of the
/// class.
///
///
public StatusBarPanelClickEventArgs(StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y)
: base(button, clicks, x, y, 0) {
this.statusBarPanel = statusBarPanel;
}
///
///
///
/// Specifies the that represents the clicked panel.
///
///
public StatusBarPanel StatusBarPanel {
get {
return statusBarPanel;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FlowDocumentPaginator.cs
- CorrelationManager.cs
- ListView.cs
- EditingMode.cs
- ConvertersCollection.cs
- DocumentAutomationPeer.cs
- SiteMapNodeItem.cs
- XmlMapping.cs
- MouseEventArgs.cs
- GetPageNumberCompletedEventArgs.cs
- QueryContinueDragEventArgs.cs
- BoolLiteral.cs
- ZoneLinkButton.cs
- TransactionManagerProxy.cs
- UrlMappingCollection.cs
- GatewayIPAddressInformationCollection.cs
- ProxyHelper.cs
- InvokeHandlers.cs
- SQLGuidStorage.cs
- CookieParameter.cs
- SEHException.cs
- FileUtil.cs
- SqlIdentifier.cs
- OleDbDataReader.cs
- PeerObject.cs
- QilGenerator.cs
- LingerOption.cs
- ActivityDesignerAccessibleObject.cs
- SoapAttributes.cs
- ArraySegment.cs
- GridLengthConverter.cs
- ControlPropertyNameConverter.cs
- BypassElement.cs
- SafeNativeMethods.cs
- VScrollProperties.cs
- ProfileServiceManager.cs
- XmlSchemaRedefine.cs
- EventHandlersDesigner.cs
- EntityDesignerDataSourceView.cs
- XmlSchemaInclude.cs
- XmlTypeMapping.cs
- Connection.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- MemberBinding.cs
- TrackingProvider.cs
- PerformanceCounterPermission.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- OrderedEnumerableRowCollection.cs
- CodeCatchClause.cs
- ProgressBarBrushConverter.cs
- RequestQueryParser.cs
- ConcurrentBag.cs
- AutoGeneratedField.cs
- HttpModuleCollection.cs
- ShimAsPublicXamlType.cs
- SQLGuid.cs
- ToolStripContentPanelRenderEventArgs.cs
- AssemblyFilter.cs
- XmlStringTable.cs
- MarkupObject.cs
- DbReferenceCollection.cs
- ImageMap.cs
- UiaCoreTypesApi.cs
- EventData.cs
- OrderToken.cs
- EntityDataSourceColumn.cs
- XmlBaseReader.cs
- SystemNetworkInterface.cs
- DataGridViewCellValidatingEventArgs.cs
- EdmItemError.cs
- BaseValidator.cs
- DataGridViewImageCell.cs
- EntityWithChangeTrackerStrategy.cs
- NumericUpDownAccelerationCollection.cs
- SortedDictionary.cs
- TreeBuilderXamlTranslator.cs
- NamespaceDecl.cs
- CustomAttribute.cs
- StreamMarshaler.cs
- ExpressionList.cs
- SqlTriggerContext.cs
- nulltextcontainer.cs
- ServiceOperationParameter.cs
- DrawingGroupDrawingContext.cs
- TraceInternal.cs
- InlineCollection.cs
- ClonableStack.cs
- InvalidProgramException.cs
- AuthenticationException.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- InvokeMethod.cs
- cookieexception.cs
- EdmToObjectNamespaceMap.cs
- CommandPlan.cs
- WSDualHttpSecurity.cs
- XmlWhitespace.cs
- XamlInt32CollectionSerializer.cs
- XmlEncodedRawTextWriter.cs
- XmlObjectSerializerReadContextComplex.cs
- securestring.cs