Code:
/ 4.0 / 4.0 / untmp / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CTreeGenerator.cs
- AuthenticationException.cs
- TextEndOfSegment.cs
- EncryptedKey.cs
- DataRowChangeEvent.cs
- SHA512CryptoServiceProvider.cs
- DnsPermission.cs
- TraceSection.cs
- FileDataSourceCache.cs
- TextPatternIdentifiers.cs
- DefaultTextStoreTextComposition.cs
- AdCreatedEventArgs.cs
- XamlWriter.cs
- xamlnodes.cs
- ServiceMemoryGates.cs
- DefaultMemberAttribute.cs
- SectionInformation.cs
- HttpVersion.cs
- MetadataArtifactLoaderFile.cs
- StorageSetMapping.cs
- InternalTypeHelper.cs
- LeftCellWrapper.cs
- ApplicationBuildProvider.cs
- Classification.cs
- Byte.cs
- InstanceOwnerQueryResult.cs
- Scripts.cs
- CTreeGenerator.cs
- PointF.cs
- RetrieveVirtualItemEventArgs.cs
- ThreadStaticAttribute.cs
- System.Data_BID.cs
- IPipelineRuntime.cs
- ChangeBlockUndoRecord.cs
- LinqDataSourceEditData.cs
- HtmlEncodedRawTextWriter.cs
- WebEventTraceProvider.cs
- DesignerCommandAdapter.cs
- LinkedResourceCollection.cs
- NameValueConfigurationElement.cs
- ViewBase.cs
- SystemColors.cs
- TransportElement.cs
- HwndTarget.cs
- BindingContext.cs
- EventDescriptorCollection.cs
- SqlDataSourceEnumerator.cs
- TextHidden.cs
- BitmapFrameDecode.cs
- SqlTrackingWorkflowInstance.cs
- CodeCatchClauseCollection.cs
- WorkBatch.cs
- SchemaCollectionPreprocessor.cs
- InheritanceContextHelper.cs
- OdbcHandle.cs
- X509AsymmetricSecurityKey.cs
- DataServiceRequestException.cs
- MessageBuffer.cs
- TypeResolver.cs
- ToolBarTray.cs
- IApplicationTrustManager.cs
- AttachedAnnotationChangedEventArgs.cs
- StorageEntityTypeMapping.cs
- EventListener.cs
- DependencyObjectPropertyDescriptor.cs
- Logging.cs
- MappingItemCollection.cs
- TransformerTypeCollection.cs
- TrackingValidationObjectDictionary.cs
- ToolStripDropDownDesigner.cs
- DateTimeValueSerializerContext.cs
- Model3D.cs
- X509ChainElement.cs
- DockPatternIdentifiers.cs
- MemoryMappedFile.cs
- CheckoutException.cs
- UserControlAutomationPeer.cs
- filewebresponse.cs
- XmlWriterDelegator.cs
- XmlLanguage.cs
- BaseCodeDomTreeGenerator.cs
- TableAdapterManagerGenerator.cs
- ToolStripButton.cs
- CompressStream.cs
- GridViewRowPresenter.cs
- DependentList.cs
- QueryCursorEventArgs.cs
- BufferModeSettings.cs
- TableRow.cs
- Condition.cs
- DataGridViewCellStyleConverter.cs
- XPathNodeHelper.cs
- AuthorizationPolicyTypeElementCollection.cs
- ToolStripItem.cs
- XmlElement.cs
- FormsIdentity.cs
- LineInfo.cs
- DependencyObjectType.cs
- ProcessModelInfo.cs
- HitTestWithGeometryDrawingContextWalker.cs