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; ////// /// 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
- ExceptionHelpers.cs
- MetadataArtifactLoaderCompositeFile.cs
- MetaTable.cs
- HwndStylusInputProvider.cs
- WindowsStatic.cs
- TextSelection.cs
- TextWriterTraceListener.cs
- ParameterModifier.cs
- NonClientArea.cs
- ModifierKeysConverter.cs
- DiscreteKeyFrames.cs
- BCLDebug.cs
- QueueProcessor.cs
- StreamGeometry.cs
- ListItemConverter.cs
- SqlDependencyListener.cs
- CacheMode.cs
- Message.cs
- HexParser.cs
- RegularExpressionValidator.cs
- TextTreeTextElementNode.cs
- XmlToDatasetMap.cs
- HtmlInputRadioButton.cs
- EndEvent.cs
- shaperfactory.cs
- SendContent.cs
- sqlcontext.cs
- NavigationWindow.cs
- ValueQuery.cs
- SafeMILHandle.cs
- ActivityLocationReferenceEnvironment.cs
- ConvertBinder.cs
- WmlControlAdapter.cs
- PrintDocument.cs
- HandlerFactoryWrapper.cs
- MachineKeyConverter.cs
- XamlInt32CollectionSerializer.cs
- DataServiceResponse.cs
- DebugHandleTracker.cs
- SkinIDTypeConverter.cs
- BindingManagerDataErrorEventArgs.cs
- XPathAxisIterator.cs
- SpellCheck.cs
- VBIdentifierName.cs
- HwndPanningFeedback.cs
- Errors.cs
- DbConnectionPoolGroupProviderInfo.cs
- XamlSerializerUtil.cs
- HttpListenerContext.cs
- userdatakeys.cs
- ProofTokenCryptoHandle.cs
- activationcontext.cs
- OdbcCommand.cs
- Block.cs
- EventMappingSettingsCollection.cs
- CookielessHelper.cs
- AuthenticationServiceManager.cs
- Atom10FeedFormatter.cs
- ObjectHandle.cs
- sqlstateclientmanager.cs
- DatagridviewDisplayedBandsData.cs
- TransferRequestHandler.cs
- Inline.cs
- LinearGradientBrush.cs
- PropertySourceInfo.cs
- UInt16.cs
- ObjectDataSourceFilteringEventArgs.cs
- ReflectEventDescriptor.cs
- newitemfactory.cs
- ConnectionStringsExpressionBuilder.cs
- GreenMethods.cs
- GuidelineCollection.cs
- BindToObject.cs
- RealizationContext.cs
- ResourceAttributes.cs
- PropertyToken.cs
- MapPathBasedVirtualPathProvider.cs
- ByteRangeDownloader.cs
- SemaphoreSecurity.cs
- DependencyObjectPropertyDescriptor.cs
- UInt32.cs
- WindowsHyperlink.cs
- EdmComplexTypeAttribute.cs
- BitmapFrameDecode.cs
- ContentIterators.cs
- OutputCacheSettings.cs
- FixedSOMPageElement.cs
- RowCache.cs
- FixUp.cs
- RegexStringValidator.cs
- SoapFault.cs
- HwndHost.cs
- SpecularMaterial.cs
- Oid.cs
- IISMapPath.cs
- LinqDataView.cs
- AppSettingsExpressionBuilder.cs
- WebBrowserDocumentCompletedEventHandler.cs
- OracleMonthSpan.cs
- DateTimeOffsetStorage.cs