Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripLocationCancelEventArgs.cs / 1305376 / 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
- ICollection.cs
- TimeSpanSecondsConverter.cs
- DetailsViewUpdatedEventArgs.cs
- EnumUnknown.cs
- AsyncWaitHandle.cs
- LayoutInformation.cs
- AsymmetricSecurityProtocol.cs
- XNodeValidator.cs
- Roles.cs
- GeneralTransform3DCollection.cs
- _RequestLifetimeSetter.cs
- RenderingBiasValidation.cs
- AppDomainManager.cs
- XmlTextReader.cs
- AmbiguousMatchException.cs
- ToolBarTray.cs
- MulticastNotSupportedException.cs
- StylusPlugInCollection.cs
- DataRelationCollection.cs
- SecUtil.cs
- ProgressPage.cs
- WebControlsSection.cs
- loginstatus.cs
- Window.cs
- HTTPRemotingHandler.cs
- LateBoundBitmapDecoder.cs
- ParserStreamGeometryContext.cs
- ContentPresenter.cs
- FunctionGenerator.cs
- HyperLinkField.cs
- HashAlgorithm.cs
- FreezableCollection.cs
- EdmToObjectNamespaceMap.cs
- FixedDocumentSequencePaginator.cs
- AbstractDataSvcMapFileLoader.cs
- SubpageParagraph.cs
- SerialErrors.cs
- LogicalTreeHelper.cs
- AsymmetricSignatureDeformatter.cs
- LexicalChunk.cs
- Range.cs
- ExpressionVisitor.cs
- UIElement3D.cs
- WizardPanelChangingEventArgs.cs
- ImageClickEventArgs.cs
- brushes.cs
- ScrollBar.cs
- ExtensibleClassFactory.cs
- TypeLibConverter.cs
- HtmlInputPassword.cs
- XPathParser.cs
- PartBasedPackageProperties.cs
- StrongNameIdentityPermission.cs
- ContentElementAutomationPeer.cs
- ValidateNames.cs
- JsonEncodingStreamWrapper.cs
- ProxyWebPartManager.cs
- ThreadAbortException.cs
- EventItfInfo.cs
- SelectionItemPattern.cs
- ParallelTimeline.cs
- Rotation3D.cs
- _NetRes.cs
- GridViewRowCollection.cs
- DockAndAnchorLayout.cs
- SerializableAttribute.cs
- ColumnMapProcessor.cs
- DelegateTypeInfo.cs
- ToolBarOverflowPanel.cs
- RelationshipConstraintValidator.cs
- TimeoutException.cs
- CommandManager.cs
- PathSegmentCollection.cs
- TabPanel.cs
- TextViewBase.cs
- LinearKeyFrames.cs
- RenderTargetBitmap.cs
- FormViewPageEventArgs.cs
- AmbiguousMatchException.cs
- OleDbInfoMessageEvent.cs
- Int32.cs
- FocusManager.cs
- TableAutomationPeer.cs
- CompModSwitches.cs
- SqlRowUpdatedEvent.cs
- XmlToDatasetMap.cs
- OledbConnectionStringbuilder.cs
- CodeCatchClause.cs
- HideDisabledControlAdapter.cs
- MailAddress.cs
- TrustDriver.cs
- DateTimeOffset.cs
- InputProcessorProfiles.cs
- SortQuery.cs
- Nullable.cs
- CompositeActivityValidator.cs
- Substitution.cs
- SlipBehavior.cs
- DllNotFoundException.cs
- NamedPipeProcessProtocolHandler.cs