Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ ///// Gets or sets a /// value /// indicating whether a default pointer is used. /// ///// 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
- ProvideValueServiceProvider.cs
- ValueTypeFixupInfo.cs
- AppDomainAttributes.cs
- COM2IProvidePropertyBuilderHandler.cs
- VirtualDirectoryMapping.cs
- ActivityBindForm.cs
- _KerberosClient.cs
- StylusPointPropertyInfo.cs
- SessionSwitchEventArgs.cs
- ClientCredentials.cs
- figurelengthconverter.cs
- XmlSchemaFacet.cs
- RecognizeCompletedEventArgs.cs
- ArrayWithOffset.cs
- ProfilePropertySettingsCollection.cs
- AnchoredBlock.cs
- TargetInvocationException.cs
- BindingMAnagerBase.cs
- Color.cs
- SchemaEntity.cs
- XPathAncestorQuery.cs
- RemotingServices.cs
- TreeNodeBinding.cs
- BitmapMetadata.cs
- SqlDataSourceConfigureFilterForm.cs
- GuidConverter.cs
- RelatedCurrencyManager.cs
- HttpListenerTimeoutManager.cs
- XpsFilter.cs
- CloudCollection.cs
- MarkerProperties.cs
- TextChangedEventArgs.cs
- RequestNavigateEventArgs.cs
- ComponentManagerBroker.cs
- ProfileGroupSettings.cs
- StatusCommandUI.cs
- Base64Encoding.cs
- PropertySourceInfo.cs
- HtmlProps.cs
- TextPattern.cs
- WebPartAddingEventArgs.cs
- sqlmetadatafactory.cs
- SchemaCreator.cs
- ADRoleFactoryConfiguration.cs
- XPathDocument.cs
- EventData.cs
- TextChangedEventArgs.cs
- SystemWebSectionGroup.cs
- ManagementBaseObject.cs
- PointLight.cs
- shaper.cs
- Point3DCollectionConverter.cs
- FixedDocumentSequencePaginator.cs
- QuaternionIndependentAnimationStorage.cs
- ParserHooks.cs
- TextLineBreak.cs
- SendingRequestEventArgs.cs
- InstanceKeyNotReadyException.cs
- entitydatasourceentitysetnameconverter.cs
- OptimizerPatterns.cs
- HttpCacheVaryByContentEncodings.cs
- RijndaelCryptoServiceProvider.cs
- WebBrowserBase.cs
- MdiWindowListItemConverter.cs
- GifBitmapDecoder.cs
- EventSource.cs
- FixUp.cs
- TypeDescriptorContext.cs
- DoubleAnimationUsingPath.cs
- XPathLexer.cs
- OleCmdHelper.cs
- XmlProcessingInstruction.cs
- HttpWebResponse.cs
- DBDataPermission.cs
- ObjectDisposedException.cs
- NetworkAddressChange.cs
- sitestring.cs
- WithParamAction.cs
- OpenFileDialog.cs
- SingleTagSectionHandler.cs
- TemplateBuilder.cs
- Model3D.cs
- Utilities.cs
- cache.cs
- XamlToRtfWriter.cs
- StorageComplexPropertyMapping.cs
- InfoCard.cs
- Set.cs
- GroupLabel.cs
- VoiceChangeEventArgs.cs
- TextEvent.cs
- Authorization.cs
- PortCache.cs
- Claim.cs
- Single.cs
- MailDefinition.cs
- ImageDrawing.cs
- WpfPayload.cs
- SafeBitVector32.cs
- SchemaEntity.cs