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
- RangeValidator.cs
- Storyboard.cs
- UriTemplateCompoundPathSegment.cs
- SectionUpdates.cs
- TransformerConfigurationWizardBase.cs
- VoiceChangeEventArgs.cs
- PeerNameRegistration.cs
- GroupItemAutomationPeer.cs
- HttpHandlerAction.cs
- EventSinkActivityDesigner.cs
- FaultException.cs
- shaperfactoryquerycacheentry.cs
- ThaiBuddhistCalendar.cs
- DiagnosticsConfigurationHandler.cs
- WinFormsUtils.cs
- KeyEvent.cs
- GeometryGroup.cs
- ConstraintManager.cs
- WebBrowserProgressChangedEventHandler.cs
- ToolBarButtonClickEvent.cs
- CodeDesigner.cs
- Registry.cs
- ObjectDisposedException.cs
- GZipStream.cs
- RemotingSurrogateSelector.cs
- DocumentPageView.cs
- Translator.cs
- PointLight.cs
- Documentation.cs
- PeerConnector.cs
- OutputCacheSection.cs
- altserialization.cs
- WinCategoryAttribute.cs
- BindableTemplateBuilder.cs
- EventMappingSettingsCollection.cs
- ThreadInterruptedException.cs
- QueryOptionExpression.cs
- ComponentResourceManager.cs
- RegexMatch.cs
- Token.cs
- XmlSchemaCollection.cs
- GeneralTransform3DTo2D.cs
- BamlTreeUpdater.cs
- FactoryGenerator.cs
- LinqDataSourceDeleteEventArgs.cs
- SqlConnectionManager.cs
- RequestDescription.cs
- TextEndOfLine.cs
- SmiRequestExecutor.cs
- IndicCharClassifier.cs
- COM2ComponentEditor.cs
- GorillaCodec.cs
- SerialPort.cs
- COM2FontConverter.cs
- EllipticalNodeOperations.cs
- XmlSchemaSubstitutionGroup.cs
- WindowsNonControl.cs
- Nodes.cs
- DatatypeImplementation.cs
- TextFragmentEngine.cs
- DetailsViewUpdatedEventArgs.cs
- AlphaSortedEnumConverter.cs
- XamlClipboardData.cs
- DataGridViewCellLinkedList.cs
- RunClient.cs
- RSAOAEPKeyExchangeFormatter.cs
- XmlSchemaInclude.cs
- _ConnectionGroup.cs
- HttpContext.cs
- ISCIIEncoding.cs
- ImportCatalogPart.cs
- SendActivity.cs
- PasswordBoxAutomationPeer.cs
- SiteMapDataSourceDesigner.cs
- IsolatedStoragePermission.cs
- ActivityExecutor.cs
- XPathDescendantIterator.cs
- Opcode.cs
- XmlIlVisitor.cs
- KeyProperty.cs
- InlineObject.cs
- Package.cs
- FigureParagraph.cs
- InputProcessorProfilesLoader.cs
- DataGridDesigner.cs
- MulticastOption.cs
- AnchoredBlock.cs
- SafeNativeHandle.cs
- validationstate.cs
- ProcessManager.cs
- SchemaObjectWriter.cs
- TypeNameConverter.cs
- CompareInfo.cs
- SqlDataSourceSelectingEventArgs.cs
- SystemFonts.cs
- XslVisitor.cs
- PlanCompilerUtil.cs
- BinaryObjectInfo.cs
- ObjectPropertyMapping.cs
- OrderedDictionaryStateHelper.cs