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
- SqlDataAdapter.cs
- MenuItemBinding.cs
- DiscoveryClientDocuments.cs
- XmlEnumAttribute.cs
- SafeFindHandle.cs
- SByteStorage.cs
- XmlAttributeCache.cs
- PartManifestEntry.cs
- StyleBamlRecordReader.cs
- ProcessModule.cs
- Attributes.cs
- OleDbCommand.cs
- CachedTypeface.cs
- ClientApiGenerator.cs
- BitmapEffectInput.cs
- InlineCollection.cs
- PathData.cs
- ExecutionEngineException.cs
- RoutedUICommand.cs
- Camera.cs
- TrailingSpaceComparer.cs
- HashHelper.cs
- UrlUtility.cs
- ObjectAnimationUsingKeyFrames.cs
- sqlcontext.cs
- CapabilitiesAssignment.cs
- ColorTranslator.cs
- ScrollEvent.cs
- ListenerAdaptersInstallComponent.cs
- PropertyConverter.cs
- PackageDigitalSignatureManager.cs
- BoolExpression.cs
- Delegate.cs
- CodeTypeDelegate.cs
- BasicViewGenerator.cs
- PlainXmlDeserializer.cs
- ExceptionDetail.cs
- SimpleHandlerFactory.cs
- _SingleItemRequestCache.cs
- CultureTable.cs
- RequestStatusBarUpdateEventArgs.cs
- LogicalCallContext.cs
- XmlDocumentSerializer.cs
- SelectedCellsCollection.cs
- SqlConnectionStringBuilder.cs
- SafeNativeMethodsOther.cs
- TypeToken.cs
- BeginEvent.cs
- CriticalExceptions.cs
- TextEditorLists.cs
- AuthenticationModuleElementCollection.cs
- MD5HashHelper.cs
- DashStyle.cs
- Line.cs
- NavigationWindowAutomationPeer.cs
- DESCryptoServiceProvider.cs
- SourceFileInfo.cs
- InheritanceContextChangedEventManager.cs
- NonBatchDirectoryCompiler.cs
- TraversalRequest.cs
- ApplicationServiceHelper.cs
- XPathException.cs
- TrackBar.cs
- XmlWriterTraceListener.cs
- LicenseProviderAttribute.cs
- CompilerTypeWithParams.cs
- PropertyItem.cs
- SmtpMail.cs
- PinProtectionHelper.cs
- CodeGenerator.cs
- LineUtil.cs
- SizeAnimationUsingKeyFrames.cs
- HotCommands.cs
- WindowsListViewScroll.cs
- WebPartConnectionsEventArgs.cs
- RuleSettings.cs
- DesignerAutoFormatStyle.cs
- SerializationInfoEnumerator.cs
- PermissionAttributes.cs
- TakeOrSkipWhileQueryOperator.cs
- ListViewUpdatedEventArgs.cs
- Ipv6Element.cs
- QilChoice.cs
- WbmpConverter.cs
- XmlSchemaChoice.cs
- GlyphRun.cs
- ProgressChangedEventArgs.cs
- AnimationClock.cs
- ClientType.cs
- KeyedHashAlgorithm.cs
- LayoutTable.cs
- JumpTask.cs
- ServiceBusyException.cs
- RuntimeHandles.cs
- WinFormsSpinner.cs
- FormCollection.cs
- AspNetSynchronizationContext.cs
- HttpRequest.cs
- RadioButtonPopupAdapter.cs
- SecurityTokenTypes.cs