Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- EllipseGeometry.cs
- ProcessThread.cs
- SqlClientPermission.cs
- TemplateXamlParser.cs
- CalendarBlackoutDatesCollection.cs
- TextSpanModifier.cs
- Fx.cs
- ResourceReader.cs
- ContextProperty.cs
- FatalException.cs
- ComponentCommands.cs
- StyleModeStack.cs
- ConfigurationErrorsException.cs
- VectorAnimationBase.cs
- CollectionBuilder.cs
- AsyncPostBackErrorEventArgs.cs
- ArrayElementGridEntry.cs
- ProgramPublisher.cs
- PathSegmentCollection.cs
- URIFormatException.cs
- LongCountAggregationOperator.cs
- MatchAllMessageFilter.cs
- Floater.cs
- TextCharacters.cs
- SafeThemeHandle.cs
- ConnectorEditor.cs
- SourceLineInfo.cs
- BackEase.cs
- ConfigXmlAttribute.cs
- DocumentViewer.cs
- RequestCachePolicyConverter.cs
- TextRangeSerialization.cs
- FrameworkReadOnlyPropertyMetadata.cs
- HttpListenerContext.cs
- XmlNotation.cs
- OuterGlowBitmapEffect.cs
- ParamArrayAttribute.cs
- ClientUrlResolverWrapper.cs
- DeviceContexts.cs
- GetPageNumberCompletedEventArgs.cs
- ObjectContext.cs
- PlainXmlSerializer.cs
- KeyboardNavigation.cs
- ConsoleCancelEventArgs.cs
- CompilerResults.cs
- SafeProcessHandle.cs
- OdbcConnection.cs
- StylusDevice.cs
- XmlILConstructAnalyzer.cs
- DeviceFiltersSection.cs
- DataServices.cs
- IBuiltInEvidence.cs
- ArrangedElementCollection.cs
- SegmentInfo.cs
- TimelineClockCollection.cs
- HtmlLink.cs
- SourceInterpreter.cs
- PathSegment.cs
- ScalarRestriction.cs
- CompleteWizardStep.cs
- TemplateControlParser.cs
- AdRotator.cs
- CatalogPartCollection.cs
- TimeSpanConverter.cs
- ResXResourceSet.cs
- GridSplitterAutomationPeer.cs
- ExtensibleSyndicationObject.cs
- FolderLevelBuildProviderCollection.cs
- AssemblyCollection.cs
- WindowsPrincipal.cs
- Normalization.cs
- SQLSingleStorage.cs
- CollectionTypeElement.cs
- XmlBinaryReaderSession.cs
- AuthenticationModulesSection.cs
- CacheAxisQuery.cs
- SafeRightsManagementPubHandle.cs
- ISessionStateStore.cs
- BitmapEffect.cs
- SectionRecord.cs
- UrlPath.cs
- StatusCommandUI.cs
- XmlSubtreeReader.cs
- WebBaseEventKeyComparer.cs
- TypeDescriptionProviderAttribute.cs
- ComboBoxHelper.cs
- DataGridTablesFactory.cs
- DirectionalLight.cs
- InputReferenceExpression.cs
- RightsManagementEncryptionTransform.cs
- InitiatorServiceModelSecurityTokenRequirement.cs
- RootCodeDomSerializer.cs
- Speller.cs
- SchemaCollectionPreprocessor.cs
- InkCanvasInnerCanvas.cs
- SystemPens.cs
- CompressionTracing.cs
- XdrBuilder.cs
- ErrorRuntimeConfig.cs
- ObjectDataSourceDisposingEventArgs.cs