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;
///
///
///
/// Provides data for the
/// event.
///
///
public class StatusBarPanelClickEventArgs : MouseEventArgs {
readonly StatusBarPanel statusBarPanel;
///
///
///
/// Initializes a new instance of the
/// class.
///
///
public StatusBarPanelClickEventArgs(StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y)
: base(button, clicks, x, y, 0) {
this.statusBarPanel = statusBarPanel;
}
///
///
///
/// Specifies the that represents the clicked panel.
///
///
public StatusBarPanel StatusBarPanel {
get {
return statusBarPanel;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// 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;
///
///
///
/// Provides data for the
/// event.
///
///
public class StatusBarPanelClickEventArgs : MouseEventArgs {
readonly StatusBarPanel statusBarPanel;
///
///
///
/// Initializes a new instance of the
/// class.
///
///
public StatusBarPanelClickEventArgs(StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y)
: base(button, clicks, x, y, 0) {
this.statusBarPanel = statusBarPanel;
}
///
///
///
/// Specifies the that represents the clicked panel.
///
///
public StatusBarPanel StatusBarPanel {
get {
return statusBarPanel;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ResourceProperty.cs
- EventProperty.cs
- BaseCodePageEncoding.cs
- DisplayInformation.cs
- TemplateColumn.cs
- HttpHandlersSection.cs
- UnaryOperationBinder.cs
- PenContexts.cs
- PointLightBase.cs
- StylusPlugInCollection.cs
- SqlDependencyUtils.cs
- ReturnEventArgs.cs
- UnicodeEncoding.cs
- SubclassTypeValidatorAttribute.cs
- XmlParserContext.cs
- DeferredSelectedIndexReference.cs
- ExceptionHelpers.cs
- BamlTreeNode.cs
- ReadWriteObjectLock.cs
- FixedPosition.cs
- BuiltInExpr.cs
- EntityCommandCompilationException.cs
- DefaultValueTypeConverter.cs
- ReachUIElementCollectionSerializerAsync.cs
- MarginsConverter.cs
- Utils.cs
- AddInEnvironment.cs
- EntityCommandExecutionException.cs
- UrlMappingsSection.cs
- WebPartCollection.cs
- SqlDataSourceView.cs
- RetriableClipboard.cs
- UnitySerializationHolder.cs
- EntityParameter.cs
- ShapingEngine.cs
- TextPointerBase.cs
- BindingEditor.xaml.cs
- ConfigurationCollectionAttribute.cs
- ToolboxSnapDragDropEventArgs.cs
- CommandPlan.cs
- WindowsListViewItemCheckBox.cs
- FreezableOperations.cs
- MimeTypePropertyAttribute.cs
- SmtpSection.cs
- ConfigurationFileMap.cs
- EffectiveValueEntry.cs
- DataRelationPropertyDescriptor.cs
- DataSourceXmlSerializationAttribute.cs
- ModelItem.cs
- SerializationEventsCache.cs
- VariableAction.cs
- BaseParagraph.cs
- TraceUtils.cs
- SharedUtils.cs
- SourceItem.cs
- AnnotationResourceChangedEventArgs.cs
- CommandConverter.cs
- OdbcError.cs
- documentsequencetextview.cs
- Pkcs7Recipient.cs
- XXXInfos.cs
- HttpProfileBase.cs
- MasterPageCodeDomTreeGenerator.cs
- Scheduler.cs
- DeferrableContentConverter.cs
- FixedSchema.cs
- ImageListImage.cs
- LoadedOrUnloadedOperation.cs
- ArraySortHelper.cs
- ParserContext.cs
- OSFeature.cs
- ResourceReferenceExpression.cs
- BitArray.cs
- XmlAttributeAttribute.cs
- XmlNullResolver.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- ReferentialConstraint.cs
- EmptyStringExpandableObjectConverter.cs
- ClientSponsor.cs
- EllipseGeometry.cs
- LineSegment.cs
- DataKeyCollection.cs
- DataGridColumn.cs
- WorkflowNamespace.cs
- Opcode.cs
- FloaterBaseParagraph.cs
- CancellationState.cs
- VectorAnimationUsingKeyFrames.cs
- ExpressionHelper.cs
- WebPartVerbsEventArgs.cs
- TextBox.cs
- ComponentResourceManager.cs
- DesignerVerbCollection.cs
- EnumValidator.cs
- PowerModeChangedEventArgs.cs
- StringWriter.cs
- XNodeNavigator.cs
- DataGridViewBand.cs
- ContentWrapperAttribute.cs
- DBConnection.cs