Code:
/ FX-1434 / FX-1434 / 1.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
- DefinitionUpdate.cs
- WebPartZone.cs
- PDBReader.cs
- PipeException.cs
- TextBox.cs
- AccessorTable.cs
- MultipartContentParser.cs
- PointCollection.cs
- PointConverter.cs
- XmlAttributeCollection.cs
- DataGridCell.cs
- InvokeHandlers.cs
- FieldToken.cs
- RawUIStateInputReport.cs
- DrawingVisualDrawingContext.cs
- ItemAutomationPeer.cs
- TreeWalkHelper.cs
- MaxValueConverter.cs
- BrowserDefinition.cs
- TemplateField.cs
- ProjectionCamera.cs
- TypeForwardedToAttribute.cs
- FunctionImportElement.cs
- Condition.cs
- CheckBox.cs
- OleDbSchemaGuid.cs
- PublisherIdentityPermission.cs
- InvalidCommandTreeException.cs
- SimpleHandlerBuildProvider.cs
- MouseActionValueSerializer.cs
- BackgroundFormatInfo.cs
- MarkupWriter.cs
- DashStyle.cs
- ClientTarget.cs
- SqlFunctionAttribute.cs
- WeakReferenceList.cs
- FrameworkContentElement.cs
- TraceHwndHost.cs
- UserControl.cs
- SkipQueryOptionExpression.cs
- WindowsStatusBar.cs
- RegexNode.cs
- SafeRegistryHandle.cs
- SingleAnimation.cs
- SoapTypeAttribute.cs
- UTF8Encoding.cs
- ELinqQueryState.cs
- StylusEventArgs.cs
- ComponentEditorPage.cs
- ThicknessAnimation.cs
- TaskExtensions.cs
- IisTraceWebEventProvider.cs
- sqlinternaltransaction.cs
- DefinitionBase.cs
- MsmqIntegrationProcessProtocolHandler.cs
- SqlRemoveConstantOrderBy.cs
- RemoteArgument.cs
- ParserHooks.cs
- pingexception.cs
- ZipFileInfo.cs
- ControlCommandSet.cs
- PassportIdentity.cs
- InkCanvasFeedbackAdorner.cs
- DetailsViewPageEventArgs.cs
- TemplateControlCodeDomTreeGenerator.cs
- util.cs
- TypedLocationWrapper.cs
- BrowserDefinition.cs
- IIS7WorkerRequest.cs
- LightweightEntityWrapper.cs
- ObjectPersistData.cs
- ApplicationTrust.cs
- ValueTable.cs
- PropertyEmitterBase.cs
- X509UI.cs
- codemethodreferenceexpression.cs
- TypeHelpers.cs
- UserControlCodeDomTreeGenerator.cs
- DirectionalLight.cs
- DecimalKeyFrameCollection.cs
- XmlMembersMapping.cs
- Base64Encoding.cs
- DeleteMemberBinder.cs
- AttributeProviderAttribute.cs
- NotImplementedException.cs
- RightsDocument.cs
- GeometryHitTestParameters.cs
- SqlGatherConsumedAliases.cs
- EnumBuilder.cs
- TagMapInfo.cs
- XmlCDATASection.cs
- HtmlControl.cs
- NonParentingControl.cs
- PropertyCollection.cs
- NativeWindow.cs
- DataGridViewCell.cs
- BamlLocalizabilityResolver.cs
- TypeLibConverter.cs
- WindowsAuthenticationModule.cs
- ProviderSettings.cs