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
- ipaddressinformationcollection.cs
- FileLogRecordHeader.cs
- BufferedGraphicsContext.cs
- CqlParser.cs
- ScheduleChanges.cs
- ToolStripPanel.cs
- DataGridItemAttachedStorage.cs
- EntityTypeBase.cs
- CSharpCodeProvider.cs
- WebPartConnectionsCancelEventArgs.cs
- FixedSOMTextRun.cs
- MessageEncodingBindingElement.cs
- CaseExpr.cs
- HostedElements.cs
- ModelItemDictionaryImpl.cs
- ClusterSafeNativeMethods.cs
- TextSearch.cs
- ExpressionBindings.cs
- DependencyPropertyDescriptor.cs
- LinqDataSourceView.cs
- AncillaryOps.cs
- EditorOptionAttribute.cs
- SmtpNtlmAuthenticationModule.cs
- RegexRunner.cs
- RecordsAffectedEventArgs.cs
- UInt16Storage.cs
- Inflater.cs
- HttpPostedFile.cs
- URLIdentityPermission.cs
- HostedNamedPipeTransportManager.cs
- ExceptionTranslationTable.cs
- InnerItemCollectionView.cs
- GeometryModel3D.cs
- sqlmetadatafactory.cs
- SessionEndingEventArgs.cs
- DocumentApplicationJournalEntry.cs
- TypedTableBase.cs
- CodeArrayIndexerExpression.cs
- SmtpMail.cs
- ProofTokenCryptoHandle.cs
- TagMapCollection.cs
- StateMachineExecutionState.cs
- ElementFactory.cs
- AttachedAnnotation.cs
- WebPartDeleteVerb.cs
- RuntimeConfig.cs
- EditorPartChrome.cs
- InputScopeConverter.cs
- HtmlPanelAdapter.cs
- httpserverutility.cs
- figurelength.cs
- SpanIndex.cs
- PriorityQueue.cs
- GeneralTransform2DTo3D.cs
- EntityDesignerUtils.cs
- RegexStringValidator.cs
- ObjectTypeMapping.cs
- FullTextLine.cs
- BorderGapMaskConverter.cs
- PerformanceCounter.cs
- RegistryKey.cs
- cache.cs
- ObjectDataSourceFilteringEventArgs.cs
- NotImplementedException.cs
- AdRotator.cs
- CodeGenerator.cs
- ExpandedProjectionNode.cs
- ChildChangedEventArgs.cs
- WizardForm.cs
- ContentIterators.cs
- WebPartEditorApplyVerb.cs
- PageAsyncTask.cs
- LoginUtil.cs
- DiscoveryDocumentReference.cs
- MimeMapping.cs
- ValidationErrorCollection.cs
- Encoding.cs
- Pen.cs
- EventSourceCreationData.cs
- HtmlDocument.cs
- ListComponentEditor.cs
- ObjectManager.cs
- ComponentConverter.cs
- HttpDebugHandler.cs
- ClientProxyGenerator.cs
- DataGridViewCellMouseEventArgs.cs
- IPAddress.cs
- _LocalDataStore.cs
- DragEvent.cs
- TemplateColumn.cs
- ToolStripSystemRenderer.cs
- ExpressionBindings.cs
- HMACRIPEMD160.cs
- DesignerEditorPartChrome.cs
- SafeNativeMethodsCLR.cs
- CdpEqualityComparer.cs
- SafeMILHandleMemoryPressure.cs
- OLEDB_Enum.cs
- AppDomain.cs
- CookieProtection.cs