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
- HttpValueCollection.cs
- Script.cs
- ToolZone.cs
- EncodingDataItem.cs
- BufferAllocator.cs
- MDIControlStrip.cs
- SqlDataSourceStatusEventArgs.cs
- WebResourceUtil.cs
- FontStretch.cs
- PrintDialogException.cs
- ImpersonateTokenRef.cs
- Serializer.cs
- TypeUsage.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- RunWorkerCompletedEventArgs.cs
- HttpCookie.cs
- PropertyBuilder.cs
- ProcessHostMapPath.cs
- UIElementCollection.cs
- WorkflowServiceHostFactory.cs
- ContentTextAutomationPeer.cs
- DateBoldEvent.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- Enum.cs
- ModelItemDictionary.cs
- DataControlFieldCollection.cs
- SafeBitVector32.cs
- CodeGen.cs
- CodeMemberField.cs
- FormConverter.cs
- SizeConverter.cs
- SQLStringStorage.cs
- Hash.cs
- FrameworkTemplate.cs
- SmtpNegotiateAuthenticationModule.cs
- ListItemCollection.cs
- CleanUpVirtualizedItemEventArgs.cs
- Empty.cs
- PublishLicense.cs
- AuthenticatedStream.cs
- LoginCancelEventArgs.cs
- ListBoxItemAutomationPeer.cs
- IdentitySection.cs
- EmptyImpersonationContext.cs
- DataListItem.cs
- QueryTaskGroupState.cs
- ContextMenuStripActionList.cs
- ResourcePermissionBase.cs
- XmlDataSourceNodeDescriptor.cs
- StrokeCollection.cs
- ActiveXSite.cs
- SimpleWebHandlerParser.cs
- SafeRightsManagementHandle.cs
- XPathDocumentNavigator.cs
- HtmlInputSubmit.cs
- DbDataRecord.cs
- XmlSchemaImport.cs
- Menu.cs
- ObservableDictionary.cs
- mda.cs
- SchemaType.cs
- ObjectTag.cs
- Speller.cs
- IntegerCollectionEditor.cs
- TextShapeableCharacters.cs
- TemplateXamlTreeBuilder.cs
- Vertex.cs
- TextServicesCompartmentContext.cs
- BrowserCapabilitiesFactoryBase.cs
- SByteConverter.cs
- FixedSOMFixedBlock.cs
- MostlySingletonList.cs
- RelationshipType.cs
- XpsFixedPageReaderWriter.cs
- ImageBrush.cs
- DiscoveryDocumentSearchPattern.cs
- LiteralControl.cs
- AlternateView.cs
- ReflectionPermission.cs
- BooleanExpr.cs
- GatewayDefinition.cs
- BCLDebug.cs
- IndexExpression.cs
- ParseElement.cs
- NativeObjectSecurity.cs
- SupportingTokenAuthenticatorSpecification.cs
- ArraySubsetEnumerator.cs
- ViewValidator.cs
- uribuilder.cs
- TableRow.cs
- SByte.cs
- WebPartDisplayModeCancelEventArgs.cs
- CallbackTimeoutsBehavior.cs
- SchemaImporter.cs
- DataBinding.cs
- SamlAdvice.cs
- String.cs
- FaultImportOptions.cs
- WorkflowExecutor.cs
- EncryptedType.cs