Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Returns the New Location of the ToolStrip. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewComboBoxCell.cs
- OdbcCommand.cs
- XmlText.cs
- BinaryNode.cs
- RuntimeHandles.cs
- SiteMapPath.cs
- OneOfTypeConst.cs
- ConfigurationLocation.cs
- PreviewPrintController.cs
- MailAddress.cs
- MaskInputRejectedEventArgs.cs
- mactripleDES.cs
- Subtree.cs
- BamlTreeNode.cs
- InkCollectionBehavior.cs
- TraceSource.cs
- ValidationContext.cs
- SecureConversationServiceElement.cs
- WebPartDisplayModeEventArgs.cs
- Vector3DAnimationBase.cs
- LocalizableResourceBuilder.cs
- BitmapEffect.cs
- QueryAccessibilityHelpEvent.cs
- BitmapEffectInputData.cs
- x509utils.cs
- HandlerBase.cs
- ThreadExceptionDialog.cs
- SqlFlattener.cs
- IPGlobalProperties.cs
- DataGridTableCollection.cs
- TextElement.cs
- ThreadAbortException.cs
- PropertyDescriptor.cs
- ItemDragEvent.cs
- TextAutomationPeer.cs
- TimeSpan.cs
- WinFormsSpinner.cs
- XmlUrlResolver.cs
- FrameworkContentElement.cs
- COM2ExtendedUITypeEditor.cs
- BaseParagraph.cs
- Switch.cs
- CodeDOMUtility.cs
- HtmlElementErrorEventArgs.cs
- MetabaseServerConfig.cs
- EncodingNLS.cs
- Utils.cs
- ProgressChangedEventArgs.cs
- Utils.cs
- ConfigurationPropertyCollection.cs
- MultilineStringConverter.cs
- SecUtil.cs
- OdbcInfoMessageEvent.cs
- MaterialGroup.cs
- PropertyExpression.cs
- WebPartZone.cs
- BuilderPropertyEntry.cs
- _AutoWebProxyScriptHelper.cs
- BuildProvidersCompiler.cs
- CompareInfo.cs
- SymDocumentType.cs
- EventLogEntryCollection.cs
- ResourceManagerWrapper.cs
- SplitterEvent.cs
- ComponentCache.cs
- TextSimpleMarkerProperties.cs
- TextDecorationCollectionConverter.cs
- CrossAppDomainChannel.cs
- HierarchicalDataBoundControlAdapter.cs
- KeyPullup.cs
- WebPartConnectVerb.cs
- CodeEventReferenceExpression.cs
- DrawingState.cs
- ImportContext.cs
- EmptyReadOnlyDictionaryInternal.cs
- DeviceSpecificChoice.cs
- SessionMode.cs
- ZipPackage.cs
- HandlerFactoryWrapper.cs
- ByteFacetDescriptionElement.cs
- NativeCompoundFileAPIs.cs
- KeyValuePair.cs
- ListBoxAutomationPeer.cs
- FunctionNode.cs
- Stopwatch.cs
- TextRangeBase.cs
- XmlMembersMapping.cs
- TextDecorationCollectionConverter.cs
- FragmentQuery.cs
- ToolBar.cs
- BuildProviderCollection.cs
- TextWriter.cs
- Point4D.cs
- XmlEnumAttribute.cs
- ClientType.cs
- IgnoreSection.cs
- ToolStripItemBehavior.cs
- ComPlusTypeValidator.cs
- BadImageFormatException.cs
- InkCanvasSelection.cs