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
- AsyncResult.cs
- DataView.cs
- HttpApplicationFactory.cs
- ItemsPanelTemplate.cs
- XPathSelectionIterator.cs
- FunctionImportElement.cs
- ListBoxChrome.cs
- SizeF.cs
- InputLanguageCollection.cs
- AutoCompleteStringCollection.cs
- _IPv6Address.cs
- Token.cs
- InitializationEventAttribute.cs
- SynchronizationContext.cs
- Speller.cs
- MetadataItemEmitter.cs
- WebConfigurationManager.cs
- XamlStream.cs
- HtmlInputCheckBox.cs
- ImageListStreamer.cs
- ItemCollection.cs
- MSG.cs
- _FtpDataStream.cs
- SourceItem.cs
- WebPartEditorOkVerb.cs
- DataSourceExpression.cs
- DodSequenceMerge.cs
- MetadataProperty.cs
- ComplexType.cs
- ChannelServices.cs
- ThemeableAttribute.cs
- UIElement.cs
- NextPreviousPagerField.cs
- DescendantOverDescendantQuery.cs
- WinEventTracker.cs
- DefaultAutoFieldGenerator.cs
- dataprotectionpermission.cs
- DataColumnChangeEvent.cs
- PipelineComponent.cs
- BamlLocalizableResource.cs
- JsonWriter.cs
- PeerNameResolver.cs
- EditorPart.cs
- ToolBar.cs
- QilGeneratorEnv.cs
- IgnoreSection.cs
- Misc.cs
- SqlMultiplexer.cs
- Lazy.cs
- SecurityChannel.cs
- ObjectHelper.cs
- FacetEnabledSchemaElement.cs
- PromptEventArgs.cs
- PlanCompiler.cs
- XomlCompilerHelpers.cs
- SqlNotificationRequest.cs
- DataColumnSelectionConverter.cs
- ValuePattern.cs
- InputGestureCollection.cs
- UidManager.cs
- UrlAuthFailedErrorFormatter.cs
- SqlResolver.cs
- InkPresenter.cs
- NegotiateStream.cs
- TextBreakpoint.cs
- Floater.cs
- CultureNotFoundException.cs
- HuffmanTree.cs
- XmlSchemaSet.cs
- ReadOnlyCollection.cs
- URLIdentityPermission.cs
- NetCodeGroup.cs
- BuildProviderCollection.cs
- TypedTableBase.cs
- OdbcDataAdapter.cs
- ServiceDescriptionSerializer.cs
- PropertyTab.cs
- FilterRepeater.cs
- EventListener.cs
- DataGridTextBox.cs
- SecurityRuntime.cs
- GridViewRowCollection.cs
- InstanceCollisionException.cs
- UnicodeEncoding.cs
- LayoutDump.cs
- EtwTrace.cs
- CommonDialog.cs
- BufferedStream.cs
- ConfigurationManagerHelperFactory.cs
- DropDownList.cs
- Menu.cs
- IntellisenseTextBox.cs
- FloaterBaseParaClient.cs
- XmlEntity.cs
- GatewayDefinition.cs
- SplitterCancelEvent.cs
- HttpConfigurationContext.cs
- ValidationHelper.cs
- NameValueSectionHandler.cs
- MdiWindowListItemConverter.cs