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
- XmlSchemaGroupRef.cs
- ObjectViewQueryResultData.cs
- OutKeywords.cs
- HwndSourceParameters.cs
- _TransmitFileOverlappedAsyncResult.cs
- MissingManifestResourceException.cs
- DataControlLinkButton.cs
- ClientSponsor.cs
- XmlNavigatorStack.cs
- DataGridViewSortCompareEventArgs.cs
- DependencyPropertyKind.cs
- ScaleTransform3D.cs
- HitTestFilterBehavior.cs
- BindingNavigator.cs
- FusionWrap.cs
- ByteAnimationBase.cs
- DataSourceUtil.cs
- LocatorPart.cs
- HtmlInputText.cs
- IsolatedStorage.cs
- RenamedEventArgs.cs
- PrintingPermission.cs
- ValueChangedEventManager.cs
- DataGridViewCellEventArgs.cs
- LayoutTableCell.cs
- Stopwatch.cs
- CacheHelper.cs
- DataObjectMethodAttribute.cs
- FixedDocument.cs
- OperationCanceledException.cs
- HealthMonitoringSectionHelper.cs
- TokenizerHelper.cs
- AnimationLayer.cs
- StylusPlugin.cs
- RuntimeEnvironment.cs
- ScaleTransform.cs
- FontCacheUtil.cs
- querybuilder.cs
- Splitter.cs
- GridViewAutoFormat.cs
- UserUseLicenseDictionaryLoader.cs
- TableStyle.cs
- documentation.cs
- StringSorter.cs
- CultureMapper.cs
- CodeDOMProvider.cs
- ScriptRegistrationManager.cs
- GridToolTip.cs
- NetTcpBindingElement.cs
- FieldBuilder.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- XmlQueryRuntime.cs
- TextRangeEditLists.cs
- MenuCommand.cs
- BinaryMessageFormatter.cs
- Publisher.cs
- ScriptMethodAttribute.cs
- MaterialGroup.cs
- CfgSemanticTag.cs
- TabControlEvent.cs
- StringFunctions.cs
- TextTreeTextElementNode.cs
- XmlLanguageConverter.cs
- ProxyElement.cs
- StyleSheet.cs
- ParallelTimeline.cs
- TableLayoutColumnStyleCollection.cs
- IdentityValidationException.cs
- AssemblyCollection.cs
- AutomationPatternInfo.cs
- CodeDirectionExpression.cs
- Utils.cs
- CodeCommentStatementCollection.cs
- ConnectionsZoneAutoFormat.cs
- FontStyles.cs
- StrongNameIdentityPermission.cs
- ToolStripScrollButton.cs
- ConditionalAttribute.cs
- RectAnimationUsingKeyFrames.cs
- MetadataUtilsSmi.cs
- _AuthenticationState.cs
- FormattedText.cs
- CfgParser.cs
- MaskedTextBox.cs
- DiffuseMaterial.cs
- LassoHelper.cs
- CodeDefaultValueExpression.cs
- MemberRelationshipService.cs
- XmlAttributeOverrides.cs
- SrgsOneOf.cs
- RuntimeCompatibilityAttribute.cs
- _Win32.cs
- Evidence.cs
- WorkItem.cs
- AutomationElementIdentifiers.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- GenericFlowSwitchHelper.cs
- SelectionRangeConverter.cs
- RSAPKCS1SignatureFormatter.cs
- FormParameter.cs