Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Specifies the ///that represents the clicked panel. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ThreadNeutralSemaphore.cs
- XmlUnspecifiedAttribute.cs
- RoutedEventConverter.cs
- DbProviderConfigurationHandler.cs
- HttpFileCollection.cs
- PrimitiveRenderer.cs
- CollectionsUtil.cs
- RemotingConfiguration.cs
- EntityDataSourceSelectingEventArgs.cs
- GradientStop.cs
- DateTimeConstantAttribute.cs
- XNameTypeConverter.cs
- BatchParser.cs
- NewItemsContextMenuStrip.cs
- EditorPartChrome.cs
- XPathNodeList.cs
- TextAction.cs
- InternalReceiveMessage.cs
- Bits.cs
- ViewBox.cs
- ColorBlend.cs
- HashLookup.cs
- ScriptMethodAttribute.cs
- ProcessManager.cs
- MultiSelectRootGridEntry.cs
- SoapIgnoreAttribute.cs
- ListViewItemSelectionChangedEvent.cs
- FacetChecker.cs
- FormClosingEvent.cs
- SrgsRule.cs
- SendMailErrorEventArgs.cs
- PrintDialog.cs
- DefinitionBase.cs
- SystemKeyConverter.cs
- FrameworkContentElement.cs
- SafeLibraryHandle.cs
- SqlConnection.cs
- ServiceDebugBehavior.cs
- FormatterServices.cs
- GuidelineSet.cs
- TraversalRequest.cs
- ScaleTransform3D.cs
- ImageKeyConverter.cs
- HttpWebRequestElement.cs
- StrokeNode.cs
- PropertyGridCommands.cs
- KeyPullup.cs
- ClassValidator.cs
- EdmError.cs
- CryptoConfig.cs
- DashStyles.cs
- DynamicDiscoSearcher.cs
- XamlWrappingReader.cs
- IndexedGlyphRun.cs
- WebHttpBindingCollectionElement.cs
- oledbconnectionstring.cs
- Errors.cs
- SoapFormatterSinks.cs
- DecimalFormatter.cs
- ServiceChannelFactory.cs
- ExtendedPropertyDescriptor.cs
- RoleManagerModule.cs
- NewArrayExpression.cs
- ObjectAnimationBase.cs
- SpecularMaterial.cs
- Section.cs
- IsolatedStoragePermission.cs
- AdPostCacheSubstitution.cs
- DataDesignUtil.cs
- UInt32Storage.cs
- SelectionUIService.cs
- MimeFormImporter.cs
- ListViewItem.cs
- QilTargetType.cs
- CompensationExtension.cs
- FormViewUpdatedEventArgs.cs
- SortDescriptionCollection.cs
- RC2.cs
- StylusButton.cs
- BaseCollection.cs
- StaticExtension.cs
- ChineseLunisolarCalendar.cs
- EditorZone.cs
- PtsHost.cs
- DataGridViewCellCollection.cs
- LeftCellWrapper.cs
- PageAsyncTask.cs
- DataBindingHandlerAttribute.cs
- NavigationFailedEventArgs.cs
- DataGridDesigner.cs
- ActivationServices.cs
- LinqDataSourceSelectEventArgs.cs
- NativeMethods.cs
- TextSegment.cs
- PropertyDescriptorCollection.cs
- StrokeNodeOperations2.cs
- DelegateBodyWriter.cs
- CachedPathData.cs
- RangeValuePattern.cs
- SplashScreen.cs