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
- EventLog.cs
- MobileControlDesigner.cs
- AdRotator.cs
- TripleDES.cs
- ComponentEvent.cs
- TextRunTypographyProperties.cs
- Parameter.cs
- DescendantOverDescendantQuery.cs
- WebControl.cs
- FunctionDescription.cs
- ButtonBase.cs
- CopyOnWriteList.cs
- translator.cs
- InternalControlCollection.cs
- EncryptedPackage.cs
- SafeRegistryKey.cs
- NetSectionGroup.cs
- RuleRefElement.cs
- Point3DAnimationBase.cs
- DataServiceEntityAttribute.cs
- Authorization.cs
- AuthenticationModuleElement.cs
- EpmCustomContentWriterNodeData.cs
- ActivationArguments.cs
- Bold.cs
- LineBreak.cs
- SerializationAttributes.cs
- MatrixIndependentAnimationStorage.cs
- DataGridAddNewRow.cs
- DataGridViewLayoutData.cs
- VerificationAttribute.cs
- dataobject.cs
- ProcessModelSection.cs
- Helper.cs
- ActiveXHelper.cs
- AutomationPattern.cs
- LayoutEditorPart.cs
- DrawingAttributes.cs
- CriticalFinalizerObject.cs
- tibetanshape.cs
- GorillaCodec.cs
- ResourceReferenceExpressionConverter.cs
- CompoundFileIOPermission.cs
- LinkTarget.cs
- InvokePattern.cs
- PreloadedPackages.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- MembershipUser.cs
- ChildChangedEventArgs.cs
- FlowDocumentPageViewerAutomationPeer.cs
- MatrixConverter.cs
- DbInsertCommandTree.cs
- RuntimeArgumentHandle.cs
- NavigationEventArgs.cs
- MaskedTextBox.cs
- UserCancellationException.cs
- WebPartTransformer.cs
- MatrixIndependentAnimationStorage.cs
- KeyboardNavigation.cs
- TableLayoutStyle.cs
- AssemblyBuilder.cs
- CommonDialog.cs
- DataSvcMapFileSerializer.cs
- SimpleRecyclingCache.cs
- EmissiveMaterial.cs
- SoapEnumAttribute.cs
- ChangePassword.cs
- Style.cs
- NonClientArea.cs
- IndentedWriter.cs
- RegistrySecurity.cs
- EventMappingSettings.cs
- ClientApiGenerator.cs
- DependencyPropertyKind.cs
- HtmlInputCheckBox.cs
- DataRelationPropertyDescriptor.cs
- WindowsIdentity.cs
- MediaTimeline.cs
- WindowsListViewSubItem.cs
- SelectionProcessor.cs
- FindCriteriaCD1.cs
- UITypeEditor.cs
- MembershipSection.cs
- EdmSchemaError.cs
- GeneralTransformGroup.cs
- CommonObjectSecurity.cs
- OleDbWrapper.cs
- OutOfProcStateClientManager.cs
- PrintPageEvent.cs
- MediaPlayerState.cs
- DescendantBaseQuery.cs
- ToolStripRenderer.cs
- ImmutablePropertyDescriptorGridEntry.cs
- EntityDataSourceChangedEventArgs.cs
- EntityType.cs
- ProfileBuildProvider.cs
- Point4D.cs
- _SSPIWrapper.cs
- DataGridSortCommandEventArgs.cs
- SignedXmlDebugLog.cs