Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / QueryContinueDragEvent.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// 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
- regiisutil.cs
- AudienceUriMode.cs
- DynamicRendererThreadManager.cs
- IHttpResponseInternal.cs
- SelectedCellsChangedEventArgs.cs
- FileDialogCustomPlaces.cs
- Double.cs
- MbpInfo.cs
- SizeConverter.cs
- TypefaceCollection.cs
- HttpListener.cs
- TypeNameConverter.cs
- ConfigurationValidatorBase.cs
- AdornedElementPlaceholder.cs
- UserNamePasswordClientCredential.cs
- TextTrailingWordEllipsis.cs
- ColorConvertedBitmap.cs
- ExpressionLink.cs
- TimeIntervalCollection.cs
- IProvider.cs
- AppearanceEditorPart.cs
- LinqExpressionNormalizer.cs
- MailAddressCollection.cs
- ContentDisposition.cs
- FormsAuthenticationUser.cs
- WindowsAuthenticationEventArgs.cs
- OptimalTextSource.cs
- Unit.cs
- EastAsianLunisolarCalendar.cs
- EntityViewGenerationConstants.cs
- Wizard.cs
- UmAlQuraCalendar.cs
- _NtlmClient.cs
- PrivilegeNotHeldException.cs
- HttpResponseWrapper.cs
- MetadataWorkspace.cs
- DBConnection.cs
- SqlFormatter.cs
- HtmlInputRadioButton.cs
- VectorCollectionConverter.cs
- _WinHttpWebProxyDataBuilder.cs
- HttpCookie.cs
- _FtpDataStream.cs
- XmlDigitalSignatureProcessor.cs
- SchemaTypeEmitter.cs
- BaseProcessor.cs
- DiffuseMaterial.cs
- ListView.cs
- ConnectionManagementSection.cs
- RadioButtonList.cs
- Types.cs
- TimeSpanOrInfiniteConverter.cs
- ISAPIApplicationHost.cs
- VariableAction.cs
- GeometryCollection.cs
- View.cs
- SimpleWebHandlerParser.cs
- dsa.cs
- BitmapEffect.cs
- FormsAuthenticationModule.cs
- DataSetUtil.cs
- HebrewCalendar.cs
- AvtEvent.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- SocketException.cs
- DiscoveryDocumentReference.cs
- UnicastIPAddressInformationCollection.cs
- __FastResourceComparer.cs
- DateTimeConverter.cs
- RIPEMD160Managed.cs
- MetadataFile.cs
- BulletedListEventArgs.cs
- TextEncodedRawTextWriter.cs
- ColumnCollection.cs
- SmiEventSink_Default.cs
- InfoCardKeyedHashAlgorithm.cs
- DtrList.cs
- StatusBarPanelClickEvent.cs
- SourceElementsCollection.cs
- DrawingContextWalker.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- Table.cs
- IIS7WorkerRequest.cs
- EntityDataSourceQueryBuilder.cs
- HtmlEmptyTagControlBuilder.cs
- StylusShape.cs
- Bind.cs
- QueryExpr.cs
- LoadRetryAsyncResult.cs
- ThreadSafeList.cs
- unsafeIndexingFilterStream.cs
- LiteralControl.cs
- CopyOfAction.cs
- OutgoingWebResponseContext.cs
- FontDifferentiator.cs
- ProgressBar.cs
- SignatureResourcePool.cs
- XPathDocument.cs
- UIElement3DAutomationPeer.cs
- PaperSource.cs