Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- UrlAuthFailedErrorFormatter.cs
- path.cs
- RequestCachePolicyConverter.cs
- WindowsContainer.cs
- WindowsTitleBar.cs
- HttpWriter.cs
- XmlSchemaSimpleContentRestriction.cs
- HelpOperationInvoker.cs
- WebContext.cs
- TextComposition.cs
- LicenseManager.cs
- FastPropertyAccessor.cs
- RtfToXamlLexer.cs
- CodeAttributeDeclaration.cs
- RightsManagementLicense.cs
- SemaphoreSecurity.cs
- ParseChildrenAsPropertiesAttribute.cs
- StateDesigner.cs
- InheritanceAttribute.cs
- CultureInfoConverter.cs
- TextBlock.cs
- MessageDecoder.cs
- FileSecurity.cs
- ItemCollection.cs
- ValidateNames.cs
- OverlappedContext.cs
- MouseActionConverter.cs
- CoTaskMemUnicodeSafeHandle.cs
- ToRequest.cs
- WebBrowserPermission.cs
- LicFileLicenseProvider.cs
- SizeValueSerializer.cs
- CookieProtection.cs
- ReachSerializer.cs
- DeviceFilterEditorDialog.cs
- StringFormat.cs
- HttpCapabilitiesEvaluator.cs
- SkewTransform.cs
- ConnectivityStatus.cs
- ValueType.cs
- Roles.cs
- TypeUsage.cs
- GlyphShapingProperties.cs
- CellTreeNodeVisitors.cs
- LinqDataSourceHelper.cs
- InfoCardServiceInstallComponent.cs
- DbExpressionRules.cs
- TemplatedMailWebEventProvider.cs
- Merger.cs
- ClaimComparer.cs
- TimeManager.cs
- DataProtection.cs
- ServiceChannelProxy.cs
- RegularExpressionValidator.cs
- WebServiceErrorEvent.cs
- AppLevelCompilationSectionCache.cs
- EntityCommandCompilationException.cs
- sqlpipe.cs
- NavigationCommands.cs
- GridViewCellAutomationPeer.cs
- SelectionWordBreaker.cs
- OleDbMetaDataFactory.cs
- FileDataSourceCache.cs
- ControlBuilderAttribute.cs
- DeclarationUpdate.cs
- DocumentOrderQuery.cs
- DataGridBoolColumn.cs
- TextEndOfLine.cs
- EntityDataSourceEntitySetNameItem.cs
- PropertyCondition.cs
- TimeZone.cs
- Stack.cs
- DoubleCollection.cs
- ProviderSettings.cs
- FloaterBaseParagraph.cs
- WhitespaceRuleReader.cs
- CodeMethodInvokeExpression.cs
- CalendarButtonAutomationPeer.cs
- WebGetAttribute.cs
- CodeCommentStatementCollection.cs
- FileLevelControlBuilderAttribute.cs
- New.cs
- metrodevice.cs
- SizeAnimationUsingKeyFrames.cs
- ControlType.cs
- PropertyRef.cs
- DefaultObjectMappingItemCollection.cs
- ObjectSet.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- VersionConverter.cs
- InvalidPipelineStoreException.cs
- MethodBody.cs
- SqlExpander.cs
- COM2PictureConverter.cs
- WSHttpTransportSecurityElement.cs
- TdsParser.cs
- UserValidatedEventArgs.cs
- HyperLink.cs
- ResourceReferenceExpression.cs
- WebPartCollection.cs