Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / CompMod / System / ComponentModel / Design / DesignerCommandSet.cs / 1 / DesignerCommandSet.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design { using System; using System.Collections; using System.ComponentModel; ////// /// [to be provided] /// public class DesignerCommandSet { ////// /// [to be provided] /// public virtual ICollection GetCommands(string name) { return null; } /* public DesignerActionList CreateVerbsActionList() { DesignerActionList result = null; DesignerVerbCollection verbs = Verbs; if(verbs != null) { DesignerVerb[] verbsArray = new DesignerVerb[verbs.Count]; verbs.CopyTo(verbsArray, 0); result = new DesignerActionVerbList(verbsArray); } return result; } */ ////// /// [to be provided] /// public DesignerVerbCollection Verbs { get { return (DesignerVerbCollection)GetCommands("Verbs"); } } ////// /// [to be provided] /// public DesignerActionListCollection ActionLists { get { return (DesignerActionListCollection)GetCommands("ActionLists"); } } } } // 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
- MasterPageParser.cs
- Span.cs
- userdatakeys.cs
- SqlStatistics.cs
- InlineCategoriesDocument.cs
- NamedElement.cs
- DataGridViewCellStyleChangedEventArgs.cs
- HwndSource.cs
- UIntPtr.cs
- CodeAssignStatement.cs
- BitmapFrameDecode.cs
- StringValueSerializer.cs
- AbandonedMutexException.cs
- _ConnectionGroup.cs
- BuildProviderAppliesToAttribute.cs
- Publisher.cs
- Clause.cs
- TimelineGroup.cs
- TranslateTransform3D.cs
- Sentence.cs
- RectAnimationClockResource.cs
- FormViewPagerRow.cs
- BooleanConverter.cs
- OdbcInfoMessageEvent.cs
- CodeDelegateCreateExpression.cs
- Sequence.cs
- CheckBoxPopupAdapter.cs
- DataGridItemCollection.cs
- EditingCommands.cs
- QualifiedId.cs
- NotifyParentPropertyAttribute.cs
- TextSearch.cs
- XmlBindingWorker.cs
- Stack.cs
- DesignerFrame.cs
- BuildProviderCollection.cs
- GeometryConverter.cs
- iisPickupDirectory.cs
- TypeElement.cs
- ConfigLoader.cs
- PartialTrustHelpers.cs
- Accessors.cs
- ScriptRegistrationManager.cs
- DataPagerField.cs
- ButtonRenderer.cs
- ConstrainedDataObject.cs
- ProfileGroupSettings.cs
- DrawingContextDrawingContextWalker.cs
- AlignmentYValidation.cs
- Console.cs
- ScriptControlDescriptor.cs
- SmtpFailedRecipientException.cs
- SafeFileMapViewHandle.cs
- MimeWriter.cs
- Double.cs
- TextLineBreak.cs
- PropertyDescriptorGridEntry.cs
- OperationResponse.cs
- DataGridLinkButton.cs
- PasswordPropertyTextAttribute.cs
- AnimationTimeline.cs
- Pts.cs
- TextRange.cs
- WebResourceUtil.cs
- ConnectionInterfaceCollection.cs
- ExpressionLink.cs
- SqlConnectionManager.cs
- BaseTemplateBuildProvider.cs
- GetLedgerEntryForRecipientRequest.cs
- ContentPlaceHolderDesigner.cs
- Expressions.cs
- CompositeCollectionView.cs
- WeakReferenceList.cs
- ScriptReference.cs
- TypefaceMetricsCache.cs
- ComPlusSynchronizationContext.cs
- SHA512Cng.cs
- ViewCellSlot.cs
- SqlCrossApplyToCrossJoin.cs
- Delay.cs
- StaticSiteMapProvider.cs
- X509Certificate.cs
- AvTraceDetails.cs
- FormViewPagerRow.cs
- RankException.cs
- Models.cs
- BinaryObjectInfo.cs
- ConfigXmlCDataSection.cs
- Main.cs
- DuplicateWaitObjectException.cs
- NamespaceQuery.cs
- PolicyConversionContext.cs
- DeviceContext.cs
- SrgsRule.cs
- Floater.cs
- RequestBringIntoViewEventArgs.cs
- LoadRetryConstantStrategy.cs
- ISCIIEncoding.cs
- CurrentChangedEventManager.cs
- BamlRecords.cs