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
- EventSinkHelperWriter.cs
- NameSpaceExtractor.cs
- BypassElement.cs
- WorkflowRuntimeServicesBehavior.cs
- ResourceProviderFactory.cs
- ViewPort3D.cs
- COM2ExtendedUITypeEditor.cs
- ScrollViewer.cs
- BaseConfigurationRecord.cs
- ReturnValue.cs
- Hash.cs
- ListItemCollection.cs
- CalendarDateRange.cs
- SqlParameterizer.cs
- BufferedWebEventProvider.cs
- SoapCodeExporter.cs
- Trigger.cs
- ZipIOCentralDirectoryFileHeader.cs
- ControlPropertyNameConverter.cs
- Visual3D.cs
- FileSystemWatcher.cs
- SqlHelper.cs
- QueryGeneratorBase.cs
- WorkflowDesigner.cs
- MailDefinition.cs
- UserControlAutomationPeer.cs
- SystemIPAddressInformation.cs
- DynamicDiscoSearcher.cs
- IntPtr.cs
- XmlNode.cs
- Expression.cs
- TextTreeRootTextBlock.cs
- HtmlSelect.cs
- OleDbWrapper.cs
- KeySpline.cs
- Frame.cs
- OutputCacheProfileCollection.cs
- Span.cs
- OdbcConnectionPoolProviderInfo.cs
- CacheOutputQuery.cs
- Frame.cs
- Typeface.cs
- TaskSchedulerException.cs
- Package.cs
- PropertyRef.cs
- DelegateInArgument.cs
- WrapperSecurityCommunicationObject.cs
- Simplifier.cs
- LoginName.cs
- DecoderNLS.cs
- IndexingContentUnit.cs
- CompiledRegexRunner.cs
- LocationUpdates.cs
- Polygon.cs
- RegexMatchCollection.cs
- TabletCollection.cs
- CreateDataSourceDialog.cs
- TextTreeFixupNode.cs
- LocationEnvironment.cs
- PowerStatus.cs
- METAHEADER.cs
- PropertyPathConverter.cs
- ThicknessAnimationBase.cs
- SessionPageStatePersister.cs
- DbCommandTree.cs
- CompletedAsyncResult.cs
- XmlStringTable.cs
- ObjectDataSourceChooseMethodsPanel.cs
- CalendarDesigner.cs
- Block.cs
- OleDbDataAdapter.cs
- DataGridViewCellStyleChangedEventArgs.cs
- SapiAttributeParser.cs
- ClientBase.cs
- DataGridViewSelectedColumnCollection.cs
- XmlSchemas.cs
- PersonalizationStateQuery.cs
- QilStrConcatenator.cs
- DataListItem.cs
- ToolStripEditorManager.cs
- ApplicationServiceHelper.cs
- InternalRelationshipCollection.cs
- HttpListenerRequest.cs
- SessionPageStatePersister.cs
- WebServiceData.cs
- WebControl.cs
- MaskInputRejectedEventArgs.cs
- DbConnectionOptions.cs
- InputReportEventArgs.cs
- TransactionScope.cs
- SmiEventSink_Default.cs
- SlipBehavior.cs
- ValidationError.cs
- HostedElements.cs
- SequentialOutput.cs
- MappingMetadataHelper.cs
- NoneExcludedImageIndexConverter.cs
- HttpWriter.cs
- PropertyEntry.cs
- ExpressionBindingCollection.cs