Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- MultiBindingExpression.cs
- WebPartManager.cs
- EntityDataReader.cs
- ColorEditor.cs
- JapaneseCalendar.cs
- GetCertificateRequest.cs
- SchemaNamespaceManager.cs
- ObjectViewFactory.cs
- EventMappingSettingsCollection.cs
- TextEndOfParagraph.cs
- ClassData.cs
- ToolStripSettings.cs
- ConfigurationSection.cs
- StyleReferenceConverter.cs
- SqlStream.cs
- NominalTypeEliminator.cs
- PrintPageEvent.cs
- ReflectTypeDescriptionProvider.cs
- OpenTypeLayout.cs
- ArrayTypeMismatchException.cs
- ContentPlaceHolder.cs
- PolicyChain.cs
- FormatConvertedBitmap.cs
- JsonQNameDataContract.cs
- DefaultBinder.cs
- SaveLedgerEntryRequest.cs
- KnownTypesHelper.cs
- InternalSafeNativeMethods.cs
- AppSettingsExpressionBuilder.cs
- WindowsTooltip.cs
- RedistVersionInfo.cs
- SharedDp.cs
- AnnotationObservableCollection.cs
- FtpWebRequest.cs
- Matrix3DConverter.cs
- XNodeNavigator.cs
- ActivityDesignerLayoutSerializers.cs
- NumberSubstitution.cs
- AudioLevelUpdatedEventArgs.cs
- ContractTypeNameCollection.cs
- XmlSerializerFormatAttribute.cs
- PersonalizationProviderHelper.cs
- User.cs
- CheckBoxAutomationPeer.cs
- ImageMap.cs
- EventLogTraceListener.cs
- PermissionRequestEvidence.cs
- QilInvoke.cs
- WebPartManager.cs
- AddInDeploymentState.cs
- StylusShape.cs
- DataGridViewSelectedCellCollection.cs
- CompilerErrorCollection.cs
- WmpBitmapEncoder.cs
- PartDesigner.cs
- OdbcConnectionHandle.cs
- ElementHost.cs
- TableDetailsCollection.cs
- HwndKeyboardInputProvider.cs
- MenuTracker.cs
- ExpressionDumper.cs
- AddToCollection.cs
- Vector3DCollectionValueSerializer.cs
- ConditionBrowserDialog.cs
- XhtmlBasicListAdapter.cs
- WebBrowsableAttribute.cs
- InstanceDescriptor.cs
- ModelTreeEnumerator.cs
- WebPartCloseVerb.cs
- UseLicense.cs
- OracleCommand.cs
- XmlDataProvider.cs
- FieldTemplateFactory.cs
- DesignerOptionService.cs
- BrowserDefinition.cs
- Panel.cs
- CodeRemoveEventStatement.cs
- InkCanvasInnerCanvas.cs
- SimpleExpression.cs
- WindowsPen.cs
- RijndaelManagedTransform.cs
- StrongNamePublicKeyBlob.cs
- SinglePageViewer.cs
- ScrollBar.cs
- DescendantOverDescendantQuery.cs
- Set.cs
- SettingsAttributes.cs
- InfoCardKeyedHashAlgorithm.cs
- DataRowIndexBuffer.cs
- util.cs
- TriggerActionCollection.cs
- CodeStatement.cs
- ReadOnlyHierarchicalDataSourceView.cs
- CornerRadiusConverter.cs
- DataReaderContainer.cs
- Repeater.cs
- TypeGeneratedEventArgs.cs
- PhysicalAddress.cs
- SafePipeHandle.cs
- PageCopyCount.cs