Code:
/ FX-1434 / FX-1434 / 1.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
- XPathArrayIterator.cs
- WebPartVerb.cs
- ProcessHost.cs
- FocusChangedEventArgs.cs
- HwndSource.cs
- DataPagerFieldCommandEventArgs.cs
- UrlMappingsModule.cs
- StyleCollection.cs
- TargetControlTypeCache.cs
- TextRangeBase.cs
- Missing.cs
- DesignerContextDescriptor.cs
- QuaternionConverter.cs
- COAUTHINFO.cs
- Sentence.cs
- ToolStripScrollButton.cs
- MetaModel.cs
- PagerSettings.cs
- StringUtil.cs
- RecommendedAsConfigurableAttribute.cs
- SqlUDTStorage.cs
- TreeIterator.cs
- CodeExporter.cs
- FormViewRow.cs
- Point3DCollectionValueSerializer.cs
- HasCopySemanticsAttribute.cs
- Int32CollectionValueSerializer.cs
- XmlNotation.cs
- GuidelineCollection.cs
- BitmapEffectGeneralTransform.cs
- ProcessProtocolHandler.cs
- NumericPagerField.cs
- ImageBrush.cs
- WFItemsToSpacerVisibility.cs
- ToolStripLocationCancelEventArgs.cs
- RecordsAffectedEventArgs.cs
- FlowDocumentScrollViewer.cs
- MappingException.cs
- Version.cs
- AutoResizedEvent.cs
- SkewTransform.cs
- RegisteredDisposeScript.cs
- XmlTextReader.cs
- VisualBasic.cs
- ThreadAbortException.cs
- ConfigurationElementCollection.cs
- InlineObject.cs
- ListViewPagedDataSource.cs
- HttpHandlerAction.cs
- EncryptedData.cs
- ViewManager.cs
- InternalConfigHost.cs
- JulianCalendar.cs
- XmlChildEnumerator.cs
- TextBounds.cs
- WindowsTreeView.cs
- ConstNode.cs
- CreateUserWizard.cs
- ComplexPropertyEntry.cs
- UnsafeNativeMethods.cs
- BackgroundFormatInfo.cs
- DuplicateWaitObjectException.cs
- DetailsViewUpdatedEventArgs.cs
- Win32MouseDevice.cs
- SafeCertificateStore.cs
- unitconverter.cs
- ChangeInterceptorAttribute.cs
- RegisteredDisposeScript.cs
- BuildTopDownAttribute.cs
- Grid.cs
- ReferenceAssemblyAttribute.cs
- DoubleUtil.cs
- LostFocusEventManager.cs
- NameSpaceExtractor.cs
- FontStretchConverter.cs
- ResourceDefaultValueAttribute.cs
- arabicshape.cs
- ImageButton.cs
- XmlSchemaSimpleContentExtension.cs
- DbDataSourceEnumerator.cs
- HasActivatableWorkflowEvent.cs
- SqlCachedBuffer.cs
- Rectangle.cs
- _CommandStream.cs
- XmlSchemaIdentityConstraint.cs
- FlowDocumentReader.cs
- MD5CryptoServiceProvider.cs
- WinCategoryAttribute.cs
- ParserContext.cs
- WinFormsSecurity.cs
- OutgoingWebRequestContext.cs
- ExtensionSimplifierMarkupObject.cs
- AbstractDataSvcMapFileLoader.cs
- HtmlInputHidden.cs
- OutputScopeManager.cs
- HttpDebugHandler.cs
- Validator.cs
- PageRequestManager.cs
- DoubleLink.cs
- PartialArray.cs