Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / GiveFeedbackEvent.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// 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
- QuotaThrottle.cs
- MsiStyleLogWriter.cs
- SHA384Cng.cs
- ObjectItemAssemblyLoader.cs
- XmlSecureResolver.cs
- XmlSchemaAny.cs
- RedistVersionInfo.cs
- ConcurrencyMode.cs
- XmlCharacterData.cs
- RemotingConfiguration.cs
- PropertyGridView.cs
- RegexInterpreter.cs
- WebPartUserCapability.cs
- PlaceHolder.cs
- TypeConverterHelper.cs
- SqlClientWrapperSmiStream.cs
- QilXmlWriter.cs
- InstanceCollisionException.cs
- LineBreakRecord.cs
- WhiteSpaceTrimStringConverter.cs
- ConfigXmlWhitespace.cs
- EntityDataSourceChangedEventArgs.cs
- SystemFonts.cs
- ControlCollection.cs
- SkipStoryboardToFill.cs
- XmlNamespaceMapping.cs
- SqlTypeSystemProvider.cs
- BitVector32.cs
- SimpleWorkerRequest.cs
- HtmlInputFile.cs
- SchemaElementDecl.cs
- COSERVERINFO.cs
- DataGridViewRowConverter.cs
- FrameSecurityDescriptor.cs
- BigInt.cs
- Hyperlink.cs
- TypeHelpers.cs
- oledbconnectionstring.cs
- PerfCounters.cs
- XmlSecureResolver.cs
- MenuItemBindingCollection.cs
- DesignerSerializerAttribute.cs
- TreeNode.cs
- CreatingCookieEventArgs.cs
- ModuleBuilder.cs
- InitializationEventAttribute.cs
- HttpModulesSection.cs
- HyperLinkStyle.cs
- SiteMapProvider.cs
- UnsafeNativeMethods.cs
- TabletDevice.cs
- controlskin.cs
- TextTrailingCharacterEllipsis.cs
- QueueProcessor.cs
- AnnotationResourceCollection.cs
- ValidationErrorEventArgs.cs
- smtpconnection.cs
- SchemaManager.cs
- LabelDesigner.cs
- ApplicationFileCodeDomTreeGenerator.cs
- UniqueSet.cs
- SemanticTag.cs
- ListViewAutomationPeer.cs
- HTTPNotFoundHandler.cs
- ECDiffieHellman.cs
- CheckPair.cs
- ReflectEventDescriptor.cs
- ConfigXmlSignificantWhitespace.cs
- DateTimeStorage.cs
- SortDescription.cs
- CompositeCollection.cs
- ItemList.cs
- DNS.cs
- BufferModeSettings.cs
- HybridCollection.cs
- UnmanagedMarshal.cs
- AuthenticationException.cs
- MouseOverProperty.cs
- ResourceExpressionBuilder.cs
- XmlText.cs
- CompoundFileIOPermission.cs
- CodeDelegateInvokeExpression.cs
- ChtmlTextWriter.cs
- TextUtf8RawTextWriter.cs
- RangeBase.cs
- SystemUdpStatistics.cs
- Deflater.cs
- HttpEncoder.cs
- ChannelManager.cs
- TextSelection.cs
- DesignerActionService.cs
- X509ThumbprintKeyIdentifierClause.cs
- LineProperties.cs
- TabControlDesigner.cs
- ValueTypeFixupInfo.cs
- RandomNumberGenerator.cs
- AttributeTableBuilder.cs
- WebEvents.cs
- ChameleonKey.cs
- MessageSecurityOverHttpElement.cs