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
- CommonDialog.cs
- CheckBoxFlatAdapter.cs
- OdbcConnectionString.cs
- DigestComparer.cs
- UnsafeNativeMethodsTablet.cs
- SingleKeyFrameCollection.cs
- TextStore.cs
- DataObjectFieldAttribute.cs
- ApplicationManager.cs
- BindToObject.cs
- WmlCalendarAdapter.cs
- PointConverter.cs
- SaveFileDialog.cs
- TranslateTransform.cs
- Identity.cs
- BitmapInitialize.cs
- IsolatedStorage.cs
- EasingQuaternionKeyFrame.cs
- LassoSelectionBehavior.cs
- SmtpTransport.cs
- HierarchicalDataBoundControlAdapter.cs
- MetadataArtifactLoader.cs
- DbDataSourceEnumerator.cs
- TextTreeTextElementNode.cs
- XmlSerializationWriter.cs
- HMACSHA256.cs
- NavigationEventArgs.cs
- TextParagraphCache.cs
- CollectionViewProxy.cs
- ImageConverter.cs
- QilUnary.cs
- WindowVisualStateTracker.cs
- SQLInt64Storage.cs
- TerminatingOperationBehavior.cs
- TransactionTraceIdentifier.cs
- ImportCatalogPart.cs
- EventManager.cs
- ScriptControlManager.cs
- ConfigXmlText.cs
- UnhandledExceptionEventArgs.cs
- PropertyStore.cs
- TargetException.cs
- CommandDevice.cs
- SrgsElementFactoryCompiler.cs
- Version.cs
- ApplicationManager.cs
- X509Chain.cs
- FloatUtil.cs
- SharedDp.cs
- UnionCqlBlock.cs
- ExtensionDataObject.cs
- CornerRadius.cs
- EntityDataSourceContainerNameConverter.cs
- SystemException.cs
- SHA512.cs
- BitmapEffectState.cs
- MessageFilterTable.cs
- SchemaNamespaceManager.cs
- NetworkInformationException.cs
- NonVisualControlAttribute.cs
- SqlDataSourceCommandEventArgs.cs
- FormDesigner.cs
- basemetadatamappingvisitor.cs
- BufferedStream.cs
- SiteIdentityPermission.cs
- XsdDateTime.cs
- DataGrid.cs
- SqlSupersetValidator.cs
- XslUrlEditor.cs
- DataGridViewRowPostPaintEventArgs.cs
- FileReservationCollection.cs
- XmlBinaryReader.cs
- AppSettingsReader.cs
- WebServiceErrorEvent.cs
- ISessionStateStore.cs
- OleDbWrapper.cs
- EntityConnectionStringBuilderItem.cs
- PropagatorResult.cs
- Rotation3D.cs
- Rect3DConverter.cs
- DigitShape.cs
- WebPartDisplayModeEventArgs.cs
- IncrementalReadDecoders.cs
- XPathDocumentIterator.cs
- NativeMethods.cs
- RouteItem.cs
- IgnoreSection.cs
- XmlBinaryReaderSession.cs
- WebPartConnectionsDisconnectVerb.cs
- SwitchDesigner.xaml.cs
- HScrollProperties.cs
- RawKeyboardInputReport.cs
- XNameTypeConverter.cs
- ResourceReader.cs
- EventSinkHelperWriter.cs
- TextEditorContextMenu.cs
- _NegotiateClient.cs
- DataMemberFieldConverter.cs
- XmlCharacterData.cs
- PartBasedPackageProperties.cs