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
- XmlSerializerFactory.cs
- IsolatedStorage.cs
- ConfigurationLoader.cs
- SortedList.cs
- DbProviderFactoriesConfigurationHandler.cs
- ConstraintStruct.cs
- SqlDataReader.cs
- ThicknessKeyFrameCollection.cs
- Connector.cs
- WebRequestModuleElementCollection.cs
- OuterGlowBitmapEffect.cs
- FileBasedResourceGroveler.cs
- XmlDownloadManager.cs
- StorageEntityContainerMapping.cs
- TextServicesContext.cs
- LinqDataSourceStatusEventArgs.cs
- DateTimeFormatInfoScanner.cs
- Stroke.cs
- Frame.cs
- DesignerCategoryAttribute.cs
- ByteKeyFrameCollection.cs
- PersistenceContext.cs
- RootProfilePropertySettingsCollection.cs
- _Rfc2616CacheValidators.cs
- XamlBrushSerializer.cs
- ProcessHostServerConfig.cs
- ContentIterators.cs
- Point3D.cs
- SchemaAttDef.cs
- Highlights.cs
- LiteralControl.cs
- StrokeNode.cs
- FileChangesMonitor.cs
- XmlException.cs
- DrawingContextWalker.cs
- DataControlImageButton.cs
- DataGridViewCellStyleChangedEventArgs.cs
- LocalizabilityAttribute.cs
- DuplexChannelFactory.cs
- ListViewInsertionMark.cs
- XmlSchemaElement.cs
- HtmlTableCellCollection.cs
- EpmCustomContentDeSerializer.cs
- SafeNativeMethods.cs
- WasAdminWrapper.cs
- SocketAddress.cs
- XsltLibrary.cs
- HtmlShim.cs
- TransformDescriptor.cs
- StateDesigner.TransitionInfo.cs
- ActivityBuilderHelper.cs
- TextRangeEdit.cs
- RowsCopiedEventArgs.cs
- Vector3DCollection.cs
- DataIdProcessor.cs
- RightsManagementEncryptionTransform.cs
- MimeTypeMapper.cs
- BinaryConverter.cs
- PageBuildProvider.cs
- ComponentTray.cs
- LoginCancelEventArgs.cs
- SystemGatewayIPAddressInformation.cs
- FontNamesConverter.cs
- ProgressBarRenderer.cs
- FilterQuery.cs
- Nodes.cs
- HandlerMappingMemo.cs
- DataListItemEventArgs.cs
- ToolstripProfessionalRenderer.cs
- XmlMapping.cs
- GenericTransactionFlowAttribute.cs
- WsatServiceAddress.cs
- HealthMonitoringSection.cs
- Buffer.cs
- ConfigUtil.cs
- NullableDoubleAverageAggregationOperator.cs
- StyleSheet.cs
- Internal.cs
- PropertyToken.cs
- DataColumnMappingCollection.cs
- PropertyPath.cs
- HostedHttpRequestAsyncResult.cs
- SimpleTableProvider.cs
- ConfigurationSchemaErrors.cs
- ETagAttribute.cs
- SqlClientMetaDataCollectionNames.cs
- HMACSHA384.cs
- DataKey.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- HashHelpers.cs
- ActivationServices.cs
- ApplicationSecurityInfo.cs
- SynchronizedInputProviderWrapper.cs
- InsufficientExecutionStackException.cs
- XmlComment.cs
- CatalogPartChrome.cs
- DoubleConverter.cs
- _DigestClient.cs
- DataGridViewSortCompareEventArgs.cs
- SizeValueSerializer.cs