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
- ProgressBarAutomationPeer.cs
- HostUtils.cs
- TextShapeableCharacters.cs
- Operator.cs
- URLAttribute.cs
- unsafenativemethodsother.cs
- WebPartConnectionsCancelVerb.cs
- SecurityException.cs
- XmlKeywords.cs
- StorageAssociationSetMapping.cs
- TaskFileService.cs
- OletxCommittableTransaction.cs
- GeneralTransform2DTo3DTo2D.cs
- StylusPoint.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- CalendarBlackoutDatesCollection.cs
- BinaryMethodMessage.cs
- HierarchicalDataBoundControlAdapter.cs
- UnauthorizedAccessException.cs
- DataGridViewIntLinkedList.cs
- Int32Storage.cs
- FtpCachePolicyElement.cs
- XpsStructure.cs
- VisualStateGroup.cs
- HttpCachePolicyElement.cs
- IUnknownConstantAttribute.cs
- StringDictionaryEditor.cs
- BitmapPalette.cs
- WebPartEditorApplyVerb.cs
- AmbientLight.cs
- MulticastDelegate.cs
- DataListItemCollection.cs
- LogicalExpressionTypeConverter.cs
- UIElement.cs
- EventWaitHandle.cs
- ActiveXContainer.cs
- HtmlGenericControl.cs
- ComponentCodeDomSerializer.cs
- RoleManagerSection.cs
- SQLGuidStorage.cs
- CharAnimationBase.cs
- XmlILConstructAnalyzer.cs
- ApplicationSecurityInfo.cs
- TraceListeners.cs
- FileCodeGroup.cs
- WhitespaceRuleReader.cs
- BoolExpr.cs
- SafeFindHandle.cs
- GenericRootAutomationPeer.cs
- HtmlInputHidden.cs
- InlineObject.cs
- EntityContainerRelationshipSetEnd.cs
- Vector3DCollectionConverter.cs
- CellParaClient.cs
- SynchronizingStream.cs
- DataGridTextBoxColumn.cs
- SiteIdentityPermission.cs
- SqlDataSourceSelectingEventArgs.cs
- StringFunctions.cs
- DbModificationCommandTree.cs
- TdsEnums.cs
- Domain.cs
- NewItemsContextMenuStrip.cs
- BlockingCollection.cs
- DescriptionAttribute.cs
- QuestionEventArgs.cs
- SerializationStore.cs
- SqlNode.cs
- XmlDataLoader.cs
- TextEmbeddedObject.cs
- Compiler.cs
- AxWrapperGen.cs
- ListViewDeletedEventArgs.cs
- ISFClipboardData.cs
- HashAlgorithm.cs
- ColorConvertedBitmap.cs
- AdjustableArrowCap.cs
- TabItemAutomationPeer.cs
- ConfigurationCollectionAttribute.cs
- PropertiesTab.cs
- MessageBox.cs
- AuthenticationManager.cs
- GuidConverter.cs
- DBSqlParserTable.cs
- SmtpReplyReaderFactory.cs
- storepermissionattribute.cs
- dataSvcMapFileLoader.cs
- bindurihelper.cs
- itemelement.cs
- SqlWebEventProvider.cs
- CustomMenuItemCollection.cs
- ObjectListCommandsPage.cs
- SqlDataSourceCommandEventArgs.cs
- DockPattern.cs
- SiteMapDataSource.cs
- WinEventWrap.cs
- TemplatePropertyEntry.cs
- SpellerHighlightLayer.cs
- Asn1IntegerConverter.cs
- VerticalConnector.xaml.cs