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
- XmlWhitespace.cs
- BitArray.cs
- StsCommunicationException.cs
- relpropertyhelper.cs
- FocusWithinProperty.cs
- IdentityModelStringsVersion1.cs
- SwitchAttribute.cs
- PreviewPageInfo.cs
- HttpDebugHandler.cs
- NamedPermissionSet.cs
- _NetworkingPerfCounters.cs
- BaseTemplateParser.cs
- BamlTreeUpdater.cs
- ApplicationDirectoryMembershipCondition.cs
- RuntimeEnvironment.cs
- ByteArrayHelperWithString.cs
- VirtualDirectoryMappingCollection.cs
- XmlTextAttribute.cs
- PipeException.cs
- GeneralTransform3DGroup.cs
- CoreChannel.cs
- DataGridViewRowHeaderCell.cs
- WebExceptionStatus.cs
- StateMachineExecutionState.cs
- SoapClientProtocol.cs
- RoleGroup.cs
- BehaviorEditorPart.cs
- DelayedRegex.cs
- ResetableIterator.cs
- SignatureDescription.cs
- BulletDecorator.cs
- SecurityProtocol.cs
- SmtpException.cs
- PageHandlerFactory.cs
- FixedSOMElement.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- PropertyGrid.cs
- StreamMarshaler.cs
- WriterOutput.cs
- _IPv6Address.cs
- GenericPrincipal.cs
- CheckBox.cs
- EntityCommandCompilationException.cs
- Compensation.cs
- ReadingWritingEntityEventArgs.cs
- Win32.cs
- TouchDevice.cs
- QueryOutputWriter.cs
- SharedConnectionInfo.cs
- GridViewColumn.cs
- TimeStampChecker.cs
- IMembershipProvider.cs
- TryExpression.cs
- wmiutil.cs
- ResourcePart.cs
- FormatException.cs
- BufferBuilder.cs
- ClientRuntimeConfig.cs
- SoapEnumAttribute.cs
- EventDescriptorCollection.cs
- FileCodeGroup.cs
- Compiler.cs
- RegexNode.cs
- SymbolEqualComparer.cs
- PkcsMisc.cs
- Missing.cs
- BoundPropertyEntry.cs
- DataTemplateKey.cs
- LoadGrammarCompletedEventArgs.cs
- ConfigurationLocationCollection.cs
- XPathPatternBuilder.cs
- HttpModulesSection.cs
- FormsAuthenticationModule.cs
- ActivityPreviewDesigner.cs
- ValidationUtility.cs
- DependencyPropertyKind.cs
- PackageStore.cs
- WindowInteropHelper.cs
- _CookieModule.cs
- XmlSchemaIdentityConstraint.cs
- ProjectionNode.cs
- AssemblyBuilder.cs
- HandleRef.cs
- DataBindingExpressionBuilder.cs
- HttpCacheVary.cs
- NullReferenceException.cs
- CSharpCodeProvider.cs
- SqlConnectionPoolGroupProviderInfo.cs
- CodeDOMUtility.cs
- TextBoxAutoCompleteSourceConverter.cs
- QueryStatement.cs
- RadioButton.cs
- IssuanceLicense.cs
- DirectionalLight.cs
- StylusPoint.cs
- CustomValidator.cs
- SmiMetaDataProperty.cs
- ImageFormatConverter.cs
- BevelBitmapEffect.cs
- AttributeCollection.cs