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
- QilFactory.cs
- ExpandCollapseProviderWrapper.cs
- WinInetCache.cs
- AuthorizationRuleCollection.cs
- Activity.cs
- ReceiveMessageRecord.cs
- SerializationInfoEnumerator.cs
- ActivityDesignerAccessibleObject.cs
- RelatedPropertyManager.cs
- SapiInterop.cs
- ReferencedCollectionType.cs
- AspNetSynchronizationContext.cs
- Convert.cs
- ChtmlFormAdapter.cs
- CardSpacePolicyElement.cs
- FixedSOMTableCell.cs
- DataSetViewSchema.cs
- TraceContext.cs
- TemplateParser.cs
- WsatServiceAddress.cs
- ListViewSortEventArgs.cs
- Font.cs
- SqlDataReader.cs
- EmptyEnumerator.cs
- IItemContainerGenerator.cs
- DataControlLinkButton.cs
- ETagAttribute.cs
- ProtocolsSection.cs
- DynamicValueConverter.cs
- SerialPort.cs
- TripleDES.cs
- LostFocusEventManager.cs
- uribuilder.cs
- ResponseBodyWriter.cs
- DocumentViewerBase.cs
- webeventbuffer.cs
- BindingBase.cs
- RTLAwareMessageBox.cs
- DesignOnlyAttribute.cs
- EntitySqlQueryCacheEntry.cs
- MouseGestureValueSerializer.cs
- DataGridViewRowCancelEventArgs.cs
- AddInPipelineAttributes.cs
- TargetInvocationException.cs
- ImmutableClientRuntime.cs
- PieceDirectory.cs
- FileDialog.cs
- ContentFileHelper.cs
- ResourceKey.cs
- WsdlBuildProvider.cs
- Button.cs
- ReadOnlyAttribute.cs
- ItemChangedEventArgs.cs
- BinaryParser.cs
- SettingsPropertyValueCollection.cs
- BindToObject.cs
- DispatchChannelSink.cs
- PathSegment.cs
- RectIndependentAnimationStorage.cs
- FlowDocumentPage.cs
- AuthenticationModulesSection.cs
- HttpRawResponse.cs
- StateFinalizationActivity.cs
- DataServiceExpressionVisitor.cs
- AccessedThroughPropertyAttribute.cs
- AjaxFrameworkAssemblyAttribute.cs
- ServerTooBusyException.cs
- FontStyleConverter.cs
- LineVisual.cs
- ListViewTableRow.cs
- Hex.cs
- ByteStorage.cs
- ParserExtension.cs
- PrincipalPermission.cs
- ToolboxItemAttribute.cs
- Image.cs
- dataSvcMapFileLoader.cs
- TextTreeRootNode.cs
- DeviceSpecificChoiceCollection.cs
- MailWebEventProvider.cs
- ConfigUtil.cs
- CustomTypeDescriptor.cs
- Rect3DConverter.cs
- SecurityResources.cs
- GridViewColumnHeaderAutomationPeer.cs
- HtmlEmptyTagControlBuilder.cs
- SQLChars.cs
- DrawingContextDrawingContextWalker.cs
- NumericUpDown.cs
- SamlSecurityToken.cs
- DecoderReplacementFallback.cs
- CodeSnippetExpression.cs
- GestureRecognitionResult.cs
- Proxy.cs
- ChildrenQuery.cs
- QueryResponse.cs
- BindingExpressionBase.cs
- BuildResult.cs
- DataSourceHelper.cs
- columnmapfactory.cs