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
- DSASignatureFormatter.cs
- ConstructorNeedsTagAttribute.cs
- Pts.cs
- versioninfo.cs
- PeerReferralPolicy.cs
- FixedSOMTableCell.cs
- ToolStripSeparatorRenderEventArgs.cs
- UserPreferenceChangingEventArgs.cs
- TextDecorations.cs
- BamlTreeUpdater.cs
- Nullable.cs
- LinkAreaEditor.cs
- Tablet.cs
- XmlStreamStore.cs
- ResourceDisplayNameAttribute.cs
- TargetException.cs
- BufferedGraphicsContext.cs
- XmlQualifiedNameTest.cs
- XPathDocument.cs
- XmlCustomFormatter.cs
- TextEditorTables.cs
- TextSegment.cs
- CompiledELinqQueryState.cs
- ToolStrip.cs
- CreateUserWizard.cs
- DynamicDiscoveryDocument.cs
- SiteMapDataSource.cs
- StrongNameSignatureInformation.cs
- XmlDataLoader.cs
- TagPrefixAttribute.cs
- SetterBase.cs
- XmlSortKeyAccumulator.cs
- CompModSwitches.cs
- LeaseManager.cs
- UnmanagedHandle.cs
- SessionStateUtil.cs
- HwndSource.cs
- SingleAnimationBase.cs
- SupportsEventValidationAttribute.cs
- SwitchLevelAttribute.cs
- IgnoreFileBuildProvider.cs
- FixedSOMImage.cs
- Stackframe.cs
- Control.cs
- ThicknessAnimationBase.cs
- CollectionChangedEventManager.cs
- SqlClientMetaDataCollectionNames.cs
- XmlWriter.cs
- NumericUpDownAccelerationCollection.cs
- SmiEventStream.cs
- StateInitialization.cs
- Line.cs
- InstanceDataCollection.cs
- CompiledQueryCacheKey.cs
- SqlClientWrapperSmiStream.cs
- DurableInstanceProvider.cs
- FontCacheLogic.cs
- FreezableOperations.cs
- InfocardExtendedInformationEntry.cs
- BitmapInitialize.cs
- WebPartZoneCollection.cs
- ContextMenuStrip.cs
- XmlSchemaProviderAttribute.cs
- SafeNativeMemoryHandle.cs
- MSG.cs
- IItemContainerGenerator.cs
- SqlVisitor.cs
- SqlClientPermission.cs
- FixedHighlight.cs
- TextServicesManager.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- CounterCreationDataCollection.cs
- ContentHostHelper.cs
- XmlLanguageConverter.cs
- FontInfo.cs
- PropertyGridView.cs
- PatternMatcher.cs
- BypassElement.cs
- Metafile.cs
- ExceptionUtil.cs
- DataColumnChangeEvent.cs
- PropertyRecord.cs
- xmlfixedPageInfo.cs
- GetFileNameResult.cs
- SqlIdentifier.cs
- HttpProfileGroupBase.cs
- PersonalizationAdministration.cs
- ViewGenResults.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- HtmlButton.cs
- BindableTemplateBuilder.cs
- ToolStripDropDownMenu.cs
- MultiByteCodec.cs
- DbConnectionPoolCounters.cs
- ButtonChrome.cs
- DynamicAttribute.cs
- LiteralTextContainerControlBuilder.cs
- RadialGradientBrush.cs
- TargetControlTypeAttribute.cs
- FacetValueContainer.cs