Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ResourceDescriptionAttribute.cs
- WmfPlaceableFileHeader.cs
- FileDetails.cs
- MimeTypeMapper.cs
- sortedlist.cs
- SizeAnimationClockResource.cs
- SecurityIdentifierConverter.cs
- WsdlParser.cs
- TimeZone.cs
- PermissionAttributes.cs
- Rectangle.cs
- PartEditor.cs
- UnsafeNativeMethods.cs
- StrokeFIndices.cs
- WebPartDescriptionCollection.cs
- EncryptedType.cs
- MediaEntryAttribute.cs
- ParameterBuilder.cs
- OraclePermission.cs
- PixelShader.cs
- MissingMemberException.cs
- XPathSelectionIterator.cs
- Matrix3DConverter.cs
- FigureParaClient.cs
- PriorityBinding.cs
- WorkflowViewStateService.cs
- ListViewGroup.cs
- StringBlob.cs
- SocketException.cs
- StringKeyFrameCollection.cs
- MemberJoinTreeNode.cs
- HashHelper.cs
- ADMembershipProvider.cs
- AVElementHelper.cs
- UseAttributeSetsAction.cs
- ContainerSelectorActiveEvent.cs
- XmlNamespaceManager.cs
- Assert.cs
- GlobalizationSection.cs
- TextHidden.cs
- WebPartConnectionsCancelVerb.cs
- SerializationSectionGroup.cs
- PropertyDescriptorComparer.cs
- DesignerCategoryAttribute.cs
- ActivityInstance.cs
- ToolboxSnapDragDropEventArgs.cs
- TrustLevel.cs
- FileDialog.cs
- ExceptionRoutedEventArgs.cs
- WebUtil.cs
- WebEventTraceProvider.cs
- UnorderedHashRepartitionStream.cs
- Decimal.cs
- XmlTextReaderImplHelpers.cs
- ToolStripPanelRenderEventArgs.cs
- UInt64Storage.cs
- smtppermission.cs
- PageContentCollection.cs
- RegisteredExpandoAttribute.cs
- PageCache.cs
- WindowsUpDown.cs
- WindowsUpDown.cs
- PeerContact.cs
- ResourceIDHelper.cs
- BuildProvider.cs
- StringComparer.cs
- ToggleProviderWrapper.cs
- SByteConverter.cs
- SchemaImporterExtension.cs
- Activator.cs
- XmlSchemaImport.cs
- ConfigurationManagerHelperFactory.cs
- WebPartPersonalization.cs
- ReadOnlyActivityGlyph.cs
- TimeoutStream.cs
- Sequence.cs
- LiteralLink.cs
- RowUpdatingEventArgs.cs
- PrimitiveXmlSerializers.cs
- DesignerCategoryAttribute.cs
- MailMessage.cs
- TextRangeBase.cs
- DbTransaction.cs
- CustomExpressionEventArgs.cs
- XmlSchemaSequence.cs
- FrameworkContextData.cs
- EventManager.cs
- EventListenerClientSide.cs
- SuppressMergeCheckAttribute.cs
- StylusCollection.cs
- JumpItem.cs
- XmlSchemaSubstitutionGroup.cs
- JsonGlobals.cs
- UrlAuthorizationModule.cs
- StringBuilder.cs
- DBConcurrencyException.cs
- MonitorWrapper.cs
- SimpleFieldTemplateFactory.cs
- DoubleLink.cs
- AncillaryOps.cs