Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripLocationCancelEventArgs.cs / 1 / ToolStripLocationCancelEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; ////// /// internal class ToolStripLocationCancelEventArgs : CancelEventArgs { private Point newLocation; ////// ToolStripLocationCancelEventArgs provides Arguments for the Cancelable LocationChanging Event. /// event. /// ////// /// public ToolStripLocationCancelEventArgs(Point newLocation, bool value) : base(value) { this.newLocation = newLocation; } ////// Initializes a new instance of the ToolStripLocationCancelEventArgs with cancel value. /// ////// /// public Point NewLocation { get { return this.newLocation; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Returns the New Location of the ToolStrip. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; ////// /// internal class ToolStripLocationCancelEventArgs : CancelEventArgs { private Point newLocation; ////// ToolStripLocationCancelEventArgs provides Arguments for the Cancelable LocationChanging Event. /// event. /// ////// /// public ToolStripLocationCancelEventArgs(Point newLocation, bool value) : base(value) { this.newLocation = newLocation; } ////// Initializes a new instance of the ToolStripLocationCancelEventArgs with cancel value. /// ////// /// public Point NewLocation { get { return this.newLocation; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Returns the New Location of the ToolStrip. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DbParameterHelper.cs
- DefaultWorkflowLoaderService.cs
- SmiTypedGetterSetter.cs
- ToolStripItemRenderEventArgs.cs
- BatchParser.cs
- ComponentResourceManager.cs
- ToolboxItem.cs
- sitestring.cs
- ValidationErrorEventArgs.cs
- XappLauncher.cs
- HttpProfileBase.cs
- CssStyleCollection.cs
- SortDescription.cs
- XmlCDATASection.cs
- ObjectDataSourceStatusEventArgs.cs
- ImageCodecInfo.cs
- PropertyOverridesDialog.cs
- SystemColorTracker.cs
- UpdateProgress.cs
- Util.cs
- TableSectionStyle.cs
- QilBinary.cs
- Vector.cs
- ToolStripRenderer.cs
- EntityDataSourceConfigureObjectContext.cs
- InfoCardArgumentException.cs
- Image.cs
- ComPlusDiagnosticTraceSchemas.cs
- BinaryObjectReader.cs
- XmlSchemaInclude.cs
- HtmlMobileTextWriter.cs
- OleStrCAMarshaler.cs
- TextDpi.cs
- ColorPalette.cs
- ContextMenu.cs
- DataGridViewSortCompareEventArgs.cs
- LineInfo.cs
- StreamSecurityUpgradeAcceptorBase.cs
- MenuItem.cs
- ArrayConverter.cs
- KeyMatchBuilder.cs
- CategoryAttribute.cs
- StatusBarPanel.cs
- SystemSounds.cs
- MenuBase.cs
- Material.cs
- TaskScheduler.cs
- GroupBoxRenderer.cs
- LoginName.cs
- FormClosedEvent.cs
- HostingPreferredMapPath.cs
- SecurityCapabilities.cs
- DeviceContext.cs
- FtpWebResponse.cs
- EditingScope.cs
- Model3DCollection.cs
- ByteStorage.cs
- MobileContainerDesigner.cs
- BinaryExpressionHelper.cs
- HandlerFactoryCache.cs
- DescriptionAttribute.cs
- ItemList.cs
- AppDomainFactory.cs
- XmlToDatasetMap.cs
- PointValueSerializer.cs
- RelatedPropertyManager.cs
- Sorting.cs
- Int64Converter.cs
- UInt32Storage.cs
- Wizard.cs
- FragmentQueryProcessor.cs
- RewritingValidator.cs
- LocalBuilder.cs
- ManualResetEvent.cs
- InfiniteIntConverter.cs
- Codec.cs
- TokenCreationParameter.cs
- PtsHost.cs
- Token.cs
- SafePointer.cs
- TrackingServices.cs
- XmlDocument.cs
- SqlClientPermission.cs
- COM2ComponentEditor.cs
- MinimizableAttributeTypeConverter.cs
- ByteFacetDescriptionElement.cs
- SoapHeaders.cs
- DefaultTraceListener.cs
- ArcSegment.cs
- MultitargetingHelpers.cs
- TableRowsCollectionEditor.cs
- WorkflowServiceAttributesTypeConverter.cs
- XmlSchemaProviderAttribute.cs
- IdentityReference.cs
- FastPropertyAccessor.cs
- Camera.cs
- ImageFormat.cs
- MsmqNonTransactedPoisonHandler.cs
- Brush.cs
- TextServicesDisplayAttributePropertyRanges.cs