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
- MethodImplAttribute.cs
- SqlException.cs
- DesignTimeXamlWriter.cs
- Serializer.cs
- GroupQuery.cs
- SqlCacheDependency.cs
- QilSortKey.cs
- CatalogPartChrome.cs
- ProcessHostServerConfig.cs
- EntityDataSourceColumn.cs
- QuotedPairReader.cs
- HttpCachePolicy.cs
- DbConnectionPoolOptions.cs
- CardSpaceSelector.cs
- CodeTypeDeclarationCollection.cs
- NativeMethods.cs
- AsyncPostBackErrorEventArgs.cs
- ExtensionDataObject.cs
- SafeSecurityHelper.cs
- FixedSOMPage.cs
- DataControlReferenceCollection.cs
- ItemAutomationPeer.cs
- Claim.cs
- _ConnectStream.cs
- JsonFormatReaderGenerator.cs
- StrokeFIndices.cs
- InvalidCastException.cs
- TabRenderer.cs
- TransformerInfo.cs
- TemplateControl.cs
- ExpressionBuilder.cs
- StructuralObject.cs
- MissingSatelliteAssemblyException.cs
- VectorValueSerializer.cs
- SqlColumnizer.cs
- Bezier.cs
- DirectoryNotFoundException.cs
- SelectedCellsCollection.cs
- CurrentTimeZone.cs
- DataGridRowClipboardEventArgs.cs
- UniqueConstraint.cs
- ServerValidateEventArgs.cs
- XmlAttributeCollection.cs
- RegionInfo.cs
- XmlQueryType.cs
- XsltLoader.cs
- AndAlso.cs
- MILUtilities.cs
- TreeNodeClickEventArgs.cs
- NativeCppClassAttribute.cs
- GeneralTransform3DTo2DTo3D.cs
- HtmlInputText.cs
- DateTimeValueSerializerContext.cs
- InheritablePropertyChangeInfo.cs
- LineServicesCallbacks.cs
- NativeMethodsCLR.cs
- OdbcConnectionFactory.cs
- WindowsTokenRoleProvider.cs
- TextViewSelectionProcessor.cs
- StorageConditionPropertyMapping.cs
- UpdatePanelTriggerCollection.cs
- SqlInternalConnection.cs
- NonSerializedAttribute.cs
- DNS.cs
- LogicalMethodInfo.cs
- BoundsDrawingContextWalker.cs
- TemplateKeyConverter.cs
- validationstate.cs
- ExtendedProtectionPolicy.cs
- SqlMetaData.cs
- ServiceInfo.cs
- ObjectDataSource.cs
- BindingCollection.cs
- TextEncodedRawTextWriter.cs
- DesignerVerb.cs
- SettingsPropertyCollection.cs
- DesignerActionKeyboardBehavior.cs
- Normalization.cs
- IncrementalReadDecoders.cs
- StrongNameKeyPair.cs
- WCFModelStrings.Designer.cs
- Relationship.cs
- WebZone.cs
- DataGridViewCellFormattingEventArgs.cs
- BaseDataList.cs
- EventEntry.cs
- TrackingValidationObjectDictionary.cs
- PassportAuthenticationModule.cs
- MonthChangedEventArgs.cs
- PathGeometry.cs
- NotSupportedException.cs
- CommandField.cs
- AutomationPropertyInfo.cs
- ResourceManagerWrapper.cs
- Visual.cs
- CheckBox.cs
- D3DImage.cs
- XPathMessageFilterElement.cs
- MethodImplAttribute.cs
- VectorCollectionConverter.cs