Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / GiveFeedbackEvent.cs / 1305376 / GiveFeedbackEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; //=-------------------------------------------------------------------------= // GiveFeedbackEventArgs.cs //=-------------------------------------------------------------------------= // Copyright (c) 1997 Microsoft Corporation. All Rights Reserved. // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. //=--------------------------------------------------------------------------= using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class GiveFeedbackEventArgs : EventArgs { private readonly DragDropEffects effect; private bool useDefaultCursors; ////// Provides data for the ////// event. /// /// /// public GiveFeedbackEventArgs(DragDropEffects effect, bool useDefaultCursors) { this.effect = effect; this.useDefaultCursors = useDefaultCursors; } ////// Initializes a new instance of the ///class. /// /// /// public DragDropEffects Effect { get { return effect; } } ////// Gets the type of drag-and-drop operation. /// ////// /// public bool UseDefaultCursors { get { return useDefaultCursors; } set { useDefaultCursors = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets a /// value /// indicating whether a default pointer is used. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- X509ClientCertificateCredentialsElement.cs
- HttpConfigurationContext.cs
- OleDbPropertySetGuid.cs
- DecoderBestFitFallback.cs
- TextWriter.cs
- CacheChildrenQuery.cs
- InvalidProgramException.cs
- DataGridRow.cs
- SHA384Cng.cs
- XmlLinkedNode.cs
- NativeMethods.cs
- ArgumentDesigner.xaml.cs
- InfoCardKeyedHashAlgorithm.cs
- XmlWrappingWriter.cs
- DataGridViewCellStyleChangedEventArgs.cs
- AQNBuilder.cs
- DataGridViewDataErrorEventArgs.cs
- UpWmlMobileTextWriter.cs
- NotConverter.cs
- SystemColors.cs
- ReadonlyMessageFilter.cs
- DesignerDataRelationship.cs
- StylusDownEventArgs.cs
- EventMap.cs
- _NtlmClient.cs
- EventProxy.cs
- Math.cs
- WindowsScroll.cs
- TextBoxRenderer.cs
- ErrorEventArgs.cs
- KnownTypesProvider.cs
- VisualStyleTypesAndProperties.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- RC2CryptoServiceProvider.cs
- iisPickupDirectory.cs
- WsdlImporterElementCollection.cs
- FlagsAttribute.cs
- ProtocolsConfigurationHandler.cs
- TableLayoutCellPaintEventArgs.cs
- BitmapEffectState.cs
- OperandQuery.cs
- Viewport3DAutomationPeer.cs
- SHA512Managed.cs
- SortQuery.cs
- xmlsaver.cs
- DataControlFieldTypeEditor.cs
- MimeTextImporter.cs
- WsrmTraceRecord.cs
- DataSourceView.cs
- TcpTransportManager.cs
- StringValidator.cs
- DisplayNameAttribute.cs
- WorkflowValidationFailedException.cs
- COM2ICategorizePropertiesHandler.cs
- _ChunkParse.cs
- DispatchChannelSink.cs
- TransformedBitmap.cs
- StreamWriter.cs
- HashSetDebugView.cs
- DesignerAutoFormatStyle.cs
- CacheRequest.cs
- StateMachineDesignerPaint.cs
- ZoneLinkButton.cs
- Animatable.cs
- TrackingStringDictionary.cs
- ChtmlTextWriter.cs
- HyperLinkStyle.cs
- ObjectView.cs
- MsmqChannelFactory.cs
- SQLGuid.cs
- CqlQuery.cs
- EventItfInfo.cs
- DateTimeFormatInfo.cs
- WMIGenerator.cs
- CompilerGlobalScopeAttribute.cs
- CustomAttributeBuilder.cs
- ObjectConverter.cs
- ButtonColumn.cs
- mactripleDES.cs
- XmlSchemaInfo.cs
- StyleCollectionEditor.cs
- XsltQilFactory.cs
- MetadataFile.cs
- UnsafeNetInfoNativeMethods.cs
- UnmanagedMarshal.cs
- GroupBoxAutomationPeer.cs
- XmlnsDictionary.cs
- StylusCaptureWithinProperty.cs
- Utilities.cs
- TypefaceMap.cs
- mediaeventargs.cs
- WaitHandleCannotBeOpenedException.cs
- Camera.cs
- HtmlLink.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- ScopeCollection.cs
- CompoundFileDeflateTransform.cs
- HandlerFactoryWrapper.cs
- sqlmetadatafactory.cs
- ReplacementText.cs