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
- TableChangeProcessor.cs
- Tracer.cs
- PreviewPageInfo.cs
- PasswordBox.cs
- MimeParameter.cs
- COM2Properties.cs
- Pair.cs
- HttpRawResponse.cs
- NotificationContext.cs
- ServicesExceptionNotHandledEventArgs.cs
- OverlappedAsyncResult.cs
- TextWriterTraceListener.cs
- PageCache.cs
- TableDetailsCollection.cs
- GradientBrush.cs
- DataGridViewTopRowAccessibleObject.cs
- DocumentSequence.cs
- DescendantOverDescendantQuery.cs
- BufferedGraphicsManager.cs
- UrlParameterWriter.cs
- BinaryObjectWriter.cs
- SQLInt64Storage.cs
- ProcessModuleCollection.cs
- CryptoStream.cs
- SerializationObjectManager.cs
- GeometryValueSerializer.cs
- TargetControlTypeCache.cs
- GetPageNumberCompletedEventArgs.cs
- Polyline.cs
- FieldBuilder.cs
- RoutedCommand.cs
- GeneralTransformGroup.cs
- ProcessInfo.cs
- GraphicsPath.cs
- SafeReversePInvokeHandle.cs
- CertificateReferenceElement.cs
- _CacheStreams.cs
- ListDictionaryInternal.cs
- NavigationHelper.cs
- _AutoWebProxyScriptWrapper.cs
- CancellationHandlerDesigner.cs
- MonthCalendar.cs
- DoWorkEventArgs.cs
- SerializationInfoEnumerator.cs
- ObjectItemAttributeAssemblyLoader.cs
- ToolStripStatusLabel.cs
- CodeSnippetTypeMember.cs
- SqlProvider.cs
- BinaryNode.cs
- SmiMetaDataProperty.cs
- ToolboxDataAttribute.cs
- ScalarOps.cs
- ProfileSettings.cs
- EmptyEnumerator.cs
- TemplateControlBuildProvider.cs
- CfgParser.cs
- CancellationState.cs
- ClipboardData.cs
- XmlNode.cs
- DbMetaDataFactory.cs
- Visitors.cs
- NativeMethods.cs
- AccessDataSource.cs
- Style.cs
- FileDataSourceCache.cs
- BitArray.cs
- ListBindableAttribute.cs
- MemoryResponseElement.cs
- TrustManagerMoreInformation.cs
- ScriptMethodAttribute.cs
- XamlPointCollectionSerializer.cs
- Utils.cs
- ToolboxDataAttribute.cs
- XsdDuration.cs
- CodeAttributeDeclaration.cs
- AnnouncementInnerClientCD1.cs
- VirtualDirectoryMappingCollection.cs
- ServiceOperationDetailViewControl.cs
- RootBrowserWindowProxy.cs
- iisPickupDirectory.cs
- Select.cs
- SimpleTypesSurrogate.cs
- ECDsa.cs
- MaskPropertyEditor.cs
- FrameworkContentElementAutomationPeer.cs
- SystemInformation.cs
- ClientScriptManager.cs
- SerialStream.cs
- Point3DConverter.cs
- XsdCachingReader.cs
- PhonemeEventArgs.cs
- OperatingSystem.cs
- OdbcCommandBuilder.cs
- ConstrainedDataObject.cs
- HtmlTernaryTree.cs
- StructuredProperty.cs
- ScriptServiceAttribute.cs
- DispatcherProcessingDisabled.cs
- XsltOutput.cs
- SqlDependencyUtils.cs