Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WinForms / System / WinForms / Design / ToolStripItemDataObject.cs / 1 / ToolStripItemDataObject.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms.Design { using System.Diagnostics; using System; using System.Windows.Forms; using System.Collections; ////// Wrapper class for DataObject. This wrapped object is passed when a ToolStripItem is Drag-Dropped during DesignTime. /// internal class ToolStripItemDataObject : DataObject { private ArrayList dragComponents; private ToolStrip owner; private ToolStripItem primarySelection; internal ToolStripItemDataObject(ArrayList dragComponents, ToolStripItem primarySelection, ToolStrip owner) : base(){ this.dragComponents = dragComponents; this.owner = owner; this.primarySelection = primarySelection; } internal ArrayList DragComponents { get{ return dragComponents; } } internal ToolStrip Owner { get { return owner; } } internal ToolStripItem PrimarySelection { get { return primarySelection; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XsltConvert.cs
- DatePickerDateValidationErrorEventArgs.cs
- GatewayIPAddressInformationCollection.cs
- HeaderUtility.cs
- CodeSnippetExpression.cs
- TransportReplyChannelAcceptor.cs
- IChannel.cs
- MatrixKeyFrameCollection.cs
- X509Certificate.cs
- View.cs
- GeneralTransform3DTo2D.cs
- XmlUTF8TextReader.cs
- TimeoutValidationAttribute.cs
- IndentTextWriter.cs
- HttpRequest.cs
- Oid.cs
- BitmapInitialize.cs
- SafeFileMapViewHandle.cs
- HwndHostAutomationPeer.cs
- InternalControlCollection.cs
- Pen.cs
- ZipIOBlockManager.cs
- CompositeControl.cs
- FilterException.cs
- ReadOnlyDictionary.cs
- AssociationEndMember.cs
- ProfileSection.cs
- COM2ComponentEditor.cs
- TextEditorMouse.cs
- LightweightCodeGenerator.cs
- GridViewColumnHeaderAutomationPeer.cs
- ColumnMapCopier.cs
- DocumentXPathNavigator.cs
- ResourceKey.cs
- DBSqlParser.cs
- ByteStack.cs
- FreeFormDragDropManager.cs
- StringTraceRecord.cs
- InProcStateClientManager.cs
- View.cs
- TargetControlTypeCache.cs
- ChangePassword.cs
- AuthenticationManager.cs
- GridViewCancelEditEventArgs.cs
- LassoHelper.cs
- SystemIPv6InterfaceProperties.cs
- EntityAdapter.cs
- UserValidatedEventArgs.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- ComplexType.cs
- Scene3D.cs
- MessageQueueInstaller.cs
- NavigateEvent.cs
- x509utils.cs
- RuleAttributes.cs
- MetadataSerializer.cs
- propertyentry.cs
- ComProxy.cs
- SystemNetHelpers.cs
- InputScopeAttribute.cs
- SignerInfo.cs
- Stacktrace.cs
- XmlNamespaceManager.cs
- RequestBringIntoViewEventArgs.cs
- Debug.cs
- ComponentEditorForm.cs
- FormatStringEditor.cs
- Odbc32.cs
- OleAutBinder.cs
- GroupDescription.cs
- InternalDispatchObject.cs
- XPathAncestorQuery.cs
- OdbcCommandBuilder.cs
- TraceLevelStore.cs
- StorageScalarPropertyMapping.cs
- initElementDictionary.cs
- OptimizedTemplateContentHelper.cs
- CommandPlan.cs
- SqlXml.cs
- NonPrimarySelectionGlyph.cs
- SqlDataSourceCustomCommandPanel.cs
- GridToolTip.cs
- connectionpool.cs
- CodeSnippetStatement.cs
- DataGridViewComboBoxCell.cs
- GridViewEditEventArgs.cs
- NeedSkipTokenVisitor.cs
- HtmlEmptyTagControlBuilder.cs
- ModulesEntry.cs
- ComponentChangingEvent.cs
- CultureInfoConverter.cs
- Serialization.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- ComboBox.cs
- DbConnectionHelper.cs
- ResourcePermissionBaseEntry.cs
- CombinedGeometry.cs
- isolationinterop.cs
- HyperLinkColumn.cs
- CodeArgumentReferenceExpression.cs