Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ActivityTrace.cs
- ProfileModule.cs
- DynamicQueryableWrapper.cs
- ObjectDataSourceWizardForm.cs
- ADMembershipProvider.cs
- ToolStrip.cs
- RadioButtonStandardAdapter.cs
- XPathMessageFilterTable.cs
- KeyValuePairs.cs
- MachineKeySection.cs
- ProjectionPath.cs
- MembershipUser.cs
- MLangCodePageEncoding.cs
- NativeMethods.cs
- Bidi.cs
- SrgsItemList.cs
- SerializerWriterEventHandlers.cs
- DragSelectionMessageFilter.cs
- HotSpotCollection.cs
- XmlElement.cs
- MobileListItemCollection.cs
- DockPatternIdentifiers.cs
- DataServiceConfiguration.cs
- GridViewCommandEventArgs.cs
- SspiSecurityToken.cs
- UriWriter.cs
- MailWebEventProvider.cs
- TextClipboardData.cs
- MultipleViewProviderWrapper.cs
- TCPListener.cs
- Item.cs
- TimelineClockCollection.cs
- XslAstAnalyzer.cs
- Hashtable.cs
- Registry.cs
- CountdownEvent.cs
- Geometry.cs
- _DomainName.cs
- Axis.cs
- SqlGatherConsumedAliases.cs
- RewritingProcessor.cs
- SamlAuthorizationDecisionClaimResource.cs
- ObjectConverter.cs
- SSmlParser.cs
- StatusBarAutomationPeer.cs
- GenerateTemporaryTargetAssembly.cs
- SiteMapDataSource.cs
- NestedContainer.cs
- DelayedRegex.cs
- ColorConvertedBitmapExtension.cs
- SendMailErrorEventArgs.cs
- IndexedEnumerable.cs
- TagPrefixInfo.cs
- SmtpCommands.cs
- DataServiceQuery.cs
- AccessControlEntry.cs
- TreeIterators.cs
- SuppressIldasmAttribute.cs
- Decimal.cs
- SqlFlattener.cs
- Vector3D.cs
- ConnectionStringSettingsCollection.cs
- ScrollProperties.cs
- ZoneIdentityPermission.cs
- ComboBox.cs
- DeclarativeCatalogPart.cs
- XMLDiffLoader.cs
- FixedSOMLineRanges.cs
- SqlStatistics.cs
- DbgUtil.cs
- basemetadatamappingvisitor.cs
- QuadraticBezierSegment.cs
- SelectionEditor.cs
- AppLevelCompilationSectionCache.cs
- Span.cs
- ConfigurationSectionHelper.cs
- SystemUnicastIPAddressInformation.cs
- HttpsChannelFactory.cs
- ClockGroup.cs
- TreeChangeInfo.cs
- RotateTransform.cs
- NetworkCredential.cs
- BulletChrome.cs
- XmlSchemaCollection.cs
- ResourceAttributes.cs
- CacheDependency.cs
- Viewport3DAutomationPeer.cs
- FullTrustAssembliesSection.cs
- SqlClientPermission.cs
- KnownTypesProvider.cs
- DetailsViewRow.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- cookie.cs
- AdPostCacheSubstitution.cs
- SerializerWriterEventHandlers.cs
- RequestQueryParser.cs
- Literal.cs
- Property.cs
- DbDataReader.cs
- ComponentCommands.cs