Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / QueryContinueDragEvent.cs / 1305376 / QueryContinueDragEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class QueryContinueDragEventArgs : EventArgs { private readonly int keyState; private readonly bool escapePressed; private DragAction action; ////// Provides data for the ////// event. /// /// /// public QueryContinueDragEventArgs(int keyState, bool escapePressed, DragAction action) { this.keyState = keyState; this.escapePressed = escapePressed; this.action = action; } ////// Initializes a new instance of the ///class. /// /// /// public int KeyState { get { return keyState; } } ////// Gets a value indicating /// the current state of the SHIFT, CTRL, and ALT keys. /// ////// /// public bool EscapePressed { get { return escapePressed; } } ////// Gets a value indicating whether the user pressed the ESC key. /// ////// /// public DragAction Action { get { return action; } set { action = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets /// or sets the status of a drag-and-drop operation. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlMembersMapping.cs
- CircleEase.cs
- _OSSOCK.cs
- TextEvent.cs
- GB18030Encoding.cs
- ConfigXmlComment.cs
- Typography.cs
- EntityContainerEntitySet.cs
- Vector3DCollectionConverter.cs
- formatstringdialog.cs
- GreenMethods.cs
- DeclarativeCatalogPart.cs
- XmlSerializerFactory.cs
- PopupRootAutomationPeer.cs
- TextSelection.cs
- AsyncPostBackTrigger.cs
- SchemaUtility.cs
- WebPartEditVerb.cs
- ErrorHandler.cs
- TcpConnectionPool.cs
- AdPostCacheSubstitution.cs
- ManualWorkflowSchedulerService.cs
- SecurityProtocol.cs
- DataGridView.cs
- CFStream.cs
- DiagnosticsConfigurationHandler.cs
- GrammarBuilderDictation.cs
- DrawListViewItemEventArgs.cs
- ListViewEditEventArgs.cs
- DbReferenceCollection.cs
- IsolatedStorageException.cs
- PageAdapter.cs
- SqlProfileProvider.cs
- TextTreeExtractElementUndoUnit.cs
- PeerChannelFactory.cs
- SqlVersion.cs
- Mapping.cs
- SystemResources.cs
- NativeMethods.cs
- UnmanagedHandle.cs
- SuppressIldasmAttribute.cs
- SynchronizationContext.cs
- EtwTrace.cs
- SafeRightsManagementPubHandle.cs
- TableChangeProcessor.cs
- RuleValidation.cs
- oledbmetadatacollectionnames.cs
- MimeParameters.cs
- InkCanvasFeedbackAdorner.cs
- FormViewRow.cs
- LayoutSettings.cs
- JournalEntry.cs
- SqlDataSourceConnectionPanel.cs
- SpellCheck.cs
- WebControlsSection.cs
- StringDictionary.cs
- HttpCachePolicyWrapper.cs
- HybridDictionary.cs
- BaseComponentEditor.cs
- TriggerAction.cs
- AnnouncementInnerClientCD1.cs
- AspNetHostingPermission.cs
- ExpressionEditorAttribute.cs
- OLEDB_Enum.cs
- RangeContentEnumerator.cs
- SystemIPInterfaceStatistics.cs
- ExternalException.cs
- _FtpDataStream.cs
- VectorAnimationBase.cs
- DelayedRegex.cs
- UpdateExpressionVisitor.cs
- SqlMultiplexer.cs
- FileEnumerator.cs
- DoubleLinkList.cs
- HttpServerUtilityWrapper.cs
- ListDictionary.cs
- InstallerTypeAttribute.cs
- XmlChoiceIdentifierAttribute.cs
- UmAlQuraCalendar.cs
- _AcceptOverlappedAsyncResult.cs
- TracedNativeMethods.cs
- RequiredFieldValidator.cs
- IteratorDescriptor.cs
- AsyncMethodInvoker.cs
- CapabilitiesState.cs
- BuilderPropertyEntry.cs
- HttpCookiesSection.cs
- DataGridViewRowCancelEventArgs.cs
- CellIdBoolean.cs
- SchemaNotation.cs
- BamlWriter.cs
- IBuiltInEvidence.cs
- D3DImage.cs
- PipelineModuleStepContainer.cs
- DesignOnlyAttribute.cs
- SqlColumnizer.cs
- AggregationMinMaxHelpers.cs
- AppDomainManager.cs
- SafeRightsManagementEnvironmentHandle.cs
- XmlDataCollection.cs