Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlContainerControl.cs
- ScriptResourceInfo.cs
- SqlHelper.cs
- MergeFailedEvent.cs
- SqlWebEventProvider.cs
- NavigationWindow.cs
- Compiler.cs
- EventRoute.cs
- SmiGettersStream.cs
- PointCollection.cs
- MaskInputRejectedEventArgs.cs
- DataGridDetailsPresenterAutomationPeer.cs
- XmlSchemaException.cs
- WpfGeneratedKnownTypes.cs
- StdValidatorsAndConverters.cs
- TabControlEvent.cs
- VariableQuery.cs
- State.cs
- PerfService.cs
- Pair.cs
- PropertyMetadata.cs
- _NtlmClient.cs
- XmlDataContract.cs
- Internal.cs
- PageCopyCount.cs
- Queue.cs
- SimpleBitVector32.cs
- HwndHostAutomationPeer.cs
- NamedPipeProcessProtocolHandler.cs
- SqlXml.cs
- FunctionMappingTranslator.cs
- As.cs
- ContentAlignmentEditor.cs
- DoubleAverageAggregationOperator.cs
- SocketInformation.cs
- RequestCacheManager.cs
- basecomparevalidator.cs
- CharAnimationUsingKeyFrames.cs
- SiteMap.cs
- TokenBasedSetEnumerator.cs
- PriorityBindingExpression.cs
- ExtendedProtectionPolicy.cs
- JpegBitmapDecoder.cs
- FormView.cs
- OracleRowUpdatingEventArgs.cs
- UiaCoreProviderApi.cs
- WindowsStartMenu.cs
- Rect3DConverter.cs
- figurelength.cs
- DebugTrace.cs
- TemplateXamlTreeBuilder.cs
- EmptyQuery.cs
- AncestorChangedEventArgs.cs
- TemplateBuilder.cs
- DataListItemCollection.cs
- PtsHost.cs
- RelationshipNavigation.cs
- HtmlAnchor.cs
- WebRequestModuleElementCollection.cs
- assertwrapper.cs
- Polygon.cs
- DrawingContextDrawingContextWalker.cs
- ChannelServices.cs
- GridViewSortEventArgs.cs
- ForeignKeyFactory.cs
- ConsoleEntryPoint.cs
- DebugHandleTracker.cs
- DataColumn.cs
- LineSegment.cs
- ValidationSummary.cs
- NumberAction.cs
- FloatSumAggregationOperator.cs
- GenericNameHandler.cs
- CacheMemory.cs
- MenuAutoFormat.cs
- Walker.cs
- ButtonStandardAdapter.cs
- PointAnimationUsingPath.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- ValidatingCollection.cs
- FixedDSBuilder.cs
- CompoundFileReference.cs
- DefaultProxySection.cs
- TextServicesDisplayAttribute.cs
- SQLInt16Storage.cs
- Utility.cs
- XslVisitor.cs
- EngineSiteSapi.cs
- TagPrefixAttribute.cs
- ParameterBinding.cs
- HierarchicalDataBoundControl.cs
- EventMappingSettings.cs
- TransformationRules.cs
- KeyedCollection.cs
- MouseActionConverter.cs
- ReplyChannelAcceptor.cs
- Stacktrace.cs
- ValueChangedEventManager.cs
- WindowsComboBox.cs
- TabControlAutomationPeer.cs