Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- AutomationAttributeInfo.cs
- BookmarkUndoUnit.cs
- BaseTemplateCodeDomTreeGenerator.cs
- NameValueConfigurationElement.cs
- BackStopAuthenticationModule.cs
- DataFormat.cs
- GridViewPageEventArgs.cs
- StreamWriter.cs
- LinqDataSourceContextEventArgs.cs
- FormViewPagerRow.cs
- WebColorConverter.cs
- ModuleBuilderData.cs
- BigInt.cs
- XmlLanguage.cs
- GridViewDeletedEventArgs.cs
- MediaSystem.cs
- CoreSwitches.cs
- SecurityTokenTypes.cs
- SqlDataSourceConnectionPanel.cs
- AutomationProperty.cs
- MetadataArtifactLoaderFile.cs
- SyndicationSerializer.cs
- UniqueConstraint.cs
- Comparer.cs
- ControlAdapter.cs
- DataGridViewCellFormattingEventArgs.cs
- DataTemplateSelector.cs
- BufferModeSettings.cs
- httpapplicationstate.cs
- DataSourceCache.cs
- DeviceContexts.cs
- Properties.cs
- ConsoleEntryPoint.cs
- OdbcCommand.cs
- ConstraintCollection.cs
- MessageDesigner.cs
- FunctionImportElement.cs
- KeyToListMap.cs
- RSAPKCS1SignatureFormatter.cs
- AuthorizationRule.cs
- BinaryObjectReader.cs
- ProtocolsConfigurationEntry.cs
- AudioFormatConverter.cs
- AutomationPeer.cs
- CalendarSelectionChangedEventArgs.cs
- _CookieModule.cs
- HashHelper.cs
- XPathConvert.cs
- ConfigXmlSignificantWhitespace.cs
- InvokePatternIdentifiers.cs
- OracleLob.cs
- CompilerResults.cs
- ReachDocumentPageSerializer.cs
- SchemaNotation.cs
- ButtonField.cs
- GeometryValueSerializer.cs
- Normalization.cs
- VariableValue.cs
- Receive.cs
- PrintControllerWithStatusDialog.cs
- IndentedWriter.cs
- DescendantBaseQuery.cs
- EventLogInternal.cs
- ResponseStream.cs
- WorkflowTimerService.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- RegisteredHiddenField.cs
- RegexWorker.cs
- WindowsIdentity.cs
- DiscoveryInnerClientAdhocCD1.cs
- SqlDataSourceWizardForm.cs
- HtmlAnchor.cs
- ToolStripSplitStackLayout.cs
- BamlVersionHeader.cs
- HtmlInputSubmit.cs
- CurrentChangingEventManager.cs
- VectorCollectionValueSerializer.cs
- PowerStatus.cs
- MasterPage.cs
- DoubleLink.cs
- XmlExpressionDumper.cs
- ActivityWithResult.cs
- SvcMapFile.cs
- RuleSettings.cs
- RectAnimationUsingKeyFrames.cs
- AdPostCacheSubstitution.cs
- DataSpaceManager.cs
- AddInAdapter.cs
- PhysicalAddress.cs
- ValidationHelpers.cs
- SynchronizedMessageSource.cs
- Section.cs
- BinaryUtilClasses.cs
- AssemblyGen.cs
- MetadataException.cs
- DataGridViewTopRowAccessibleObject.cs
- AssociatedControlConverter.cs
- ChangesetResponse.cs
- SafeFileHandle.cs
- CompatibleComparer.cs