Code:
/ DotNET / DotNET / 8.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
- PolyLineSegment.cs
- CursorConverter.cs
- InputScopeConverter.cs
- SerializationTrace.cs
- GraphicsState.cs
- CompleteWizardStep.cs
- DropDownButton.cs
- DiscoveryService.cs
- TranslateTransform3D.cs
- CodeDOMProvider.cs
- Int16.cs
- PagerSettings.cs
- CollectionsUtil.cs
- BindingNavigator.cs
- PointValueSerializer.cs
- DrawingDrawingContext.cs
- TypeElement.cs
- Misc.cs
- Message.cs
- ExpandedWrapper.cs
- ConnectionManagementElementCollection.cs
- ContainerSelectorGlyph.cs
- BooleanConverter.cs
- OraclePermission.cs
- HashHelper.cs
- AuthenticationModuleElement.cs
- recordstate.cs
- MetadataPropertyCollection.cs
- ReflectEventDescriptor.cs
- XmlResolver.cs
- Transactions.cs
- TransportSecurityProtocol.cs
- HwndHost.cs
- DelegateBodyWriter.cs
- _OSSOCK.cs
- ClaimSet.cs
- SerializationInfoEnumerator.cs
- SessionViewState.cs
- WeakRefEnumerator.cs
- ControllableStoryboardAction.cs
- FragmentNavigationEventArgs.cs
- Latin1Encoding.cs
- CompiledIdentityConstraint.cs
- NamedObject.cs
- TableColumn.cs
- ScrollChrome.cs
- NamespaceCollection.cs
- dataSvcMapFileLoader.cs
- AppDomain.cs
- ObfuscateAssemblyAttribute.cs
- FloatUtil.cs
- DBDataPermission.cs
- QilXmlWriter.cs
- RNGCryptoServiceProvider.cs
- XmlDictionary.cs
- ComEventsMethod.cs
- CompilerResults.cs
- PlatformNotSupportedException.cs
- MouseOverProperty.cs
- SqlConnectionPoolProviderInfo.cs
- Parameter.cs
- FindProgressChangedEventArgs.cs
- CacheAxisQuery.cs
- ConsoleEntryPoint.cs
- TableItemStyle.cs
- Effect.cs
- CustomExpressionEventArgs.cs
- AssemblyAttributesGoHere.cs
- TypeHelpers.cs
- Timer.cs
- LongPath.cs
- ComponentDispatcher.cs
- AcceleratedTokenAuthenticator.cs
- regiisutil.cs
- ObjectStateFormatter.cs
- LocalizedNameDescriptionPair.cs
- Translator.cs
- DurableEnlistmentState.cs
- VBIdentifierNameEditor.cs
- SymbolEqualComparer.cs
- TextSimpleMarkerProperties.cs
- TransformerInfoCollection.cs
- WebPartCloseVerb.cs
- AuthenticationModuleElement.cs
- EdmSchemaAttribute.cs
- ManualWorkflowSchedulerService.cs
- GenericsInstances.cs
- XmlSchemaSimpleContent.cs
- CustomAttributeBuilder.cs
- StringConcat.cs
- VerificationAttribute.cs
- SelectionPattern.cs
- HyperLinkField.cs
- SafeLocalMemHandle.cs
- ReaderWriterLockWrapper.cs
- ByteRangeDownloader.cs
- DataSysAttribute.cs
- DbConnectionPool.cs
- ISFTagAndGuidCache.cs
- AssemblyBuilder.cs