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
- LogicalTreeHelper.cs
- XsltLibrary.cs
- TempFiles.cs
- SuppressIldasmAttribute.cs
- KerberosTokenFactoryCredential.cs
- DataTableReaderListener.cs
- Decorator.cs
- ThreadStaticAttribute.cs
- ActivityWithResultValueSerializer.cs
- Validator.cs
- DataGridViewLinkColumn.cs
- SrgsRuleRef.cs
- TabletDeviceInfo.cs
- GridSplitter.cs
- OpCellTreeNode.cs
- XmlSchemaExternal.cs
- ParallelSeparator.xaml.cs
- counter.cs
- ParameterCollection.cs
- FloaterBaseParagraph.cs
- ConstraintConverter.cs
- SqlDataAdapter.cs
- ClickablePoint.cs
- RelationshipEntry.cs
- Boolean.cs
- CollectionChangeEventArgs.cs
- SortQuery.cs
- DataControlPagerLinkButton.cs
- basecomparevalidator.cs
- AttributeTableBuilder.cs
- TimeSpanOrInfiniteConverter.cs
- ImageClickEventArgs.cs
- SqlDuplicator.cs
- MemberInfoSerializationHolder.cs
- XmlMembersMapping.cs
- StackBuilderSink.cs
- Model3D.cs
- DataGridPageChangedEventArgs.cs
- XmlSchemaComplexType.cs
- TreeViewItem.cs
- safelinkcollection.cs
- CachedFontFace.cs
- LexicalChunk.cs
- EntitySqlQueryState.cs
- basemetadatamappingvisitor.cs
- NativeMethods.cs
- ExpandedProjectionNode.cs
- RoutedEvent.cs
- FixedSOMLineCollection.cs
- DesignerTextViewAdapter.cs
- WindowsServiceElement.cs
- ElementHostAutomationPeer.cs
- formatter.cs
- DocumentViewerBaseAutomationPeer.cs
- TimestampInformation.cs
- DataContractJsonSerializer.cs
- WebEventCodes.cs
- MessageQueueConverter.cs
- CodeConditionStatement.cs
- XmlSchemaException.cs
- RegexNode.cs
- BamlCollectionHolder.cs
- ProcessHost.cs
- DataGridItemCollection.cs
- SuppressMessageAttribute.cs
- SchemaDeclBase.cs
- SocketInformation.cs
- ListControlDesigner.cs
- CompensationHandlingFilter.cs
- DocumentViewerAutomationPeer.cs
- ParameterExpression.cs
- ZoneIdentityPermission.cs
- HttpsTransportElement.cs
- LabelDesigner.cs
- TextEmbeddedObject.cs
- CqlBlock.cs
- ListViewItemMouseHoverEvent.cs
- AttachedAnnotationChangedEventArgs.cs
- Size.cs
- ToggleButton.cs
- SoapHeader.cs
- StylusPlugInCollection.cs
- CqlParser.cs
- GroupDescription.cs
- StyleXamlParser.cs
- initElementDictionary.cs
- Boolean.cs
- PropertyTab.cs
- TreeView.cs
- Resources.Designer.cs
- FrameSecurityDescriptor.cs
- DecoderExceptionFallback.cs
- PermissionToken.cs
- ValidatorCollection.cs
- ConstraintConverter.cs
- ProcessHostServerConfig.cs
- MetadataCache.cs
- GeometryValueSerializer.cs
- LogArchiveSnapshot.cs
- httpserverutility.cs