Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / CompMod / System / ComponentModel / Design / DesignerActionVerbList.cs / 1 / DesignerActionVerbList.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design { using System; using System.Design; using System.Collections; ////// /// internal class DesignerActionVerbList : DesignerActionList { private DesignerVerb[] _verbs; ////// /// [to be provvided] /// public DesignerActionVerbList(DesignerVerb[] verbs) : base(null) { _verbs = verbs; } ////// /// [to be provvided] /// public override bool AutoShow { get { return false; } } ////// /// [to be provvided] /// public override DesignerActionItemCollection GetSortedActionItems() { DesignerActionItemCollection items = new DesignerActionItemCollection(); for(int i=0;i<_verbs.Length; i++) { if(_verbs[i].Visible && _verbs[i].Enabled && _verbs[i].Supported) { items.Add(new DesignerActionVerbItem(_verbs[i])); } } return items; } } } // 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
- _BufferOffsetSize.cs
- SerializationObjectManager.cs
- streamingZipPartStream.cs
- DataGridViewMethods.cs
- InnerItemCollectionView.cs
- Lock.cs
- ResumeStoryboard.cs
- SelectionEditor.cs
- Buffer.cs
- FixedPageStructure.cs
- SQLDateTime.cs
- VirtualDirectoryMapping.cs
- ListQueryResults.cs
- AbsoluteQuery.cs
- TargetInvocationException.cs
- ApplicationSecurityInfo.cs
- DataRecord.cs
- RefExpr.cs
- GeneralTransform3DTo2D.cs
- PnrpPeerResolverBindingElement.cs
- ComplexLine.cs
- ILGenerator.cs
- SynchronizedDispatch.cs
- MessageEventSubscriptionService.cs
- Rotation3D.cs
- CompositeControl.cs
- OletxTransactionManager.cs
- SoapInteropTypes.cs
- Wrapper.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ListViewPagedDataSource.cs
- CodeDOMProvider.cs
- HtmlButton.cs
- PropertyGrid.cs
- WinEventQueueItem.cs
- Hyperlink.cs
- DataAdapter.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- PerformanceCounterManager.cs
- TargetException.cs
- TreeNodeBinding.cs
- DataList.cs
- FrameworkName.cs
- TransactionProtocolConverter.cs
- XmlSignatureProperties.cs
- SqlBulkCopyColumnMapping.cs
- ProcessModelInfo.cs
- isolationinterop.cs
- DrawingContext.cs
- DebugInfoExpression.cs
- UnsafeNativeMethodsPenimc.cs
- XmlSchemaExternal.cs
- SymbolMethod.cs
- MLangCodePageEncoding.cs
- MdImport.cs
- StringInfo.cs
- AttachedAnnotation.cs
- ExpressionsCollectionEditor.cs
- RecordBuilder.cs
- WSHttpBindingBase.cs
- NonClientArea.cs
- MimeTypeMapper.cs
- PreProcessor.cs
- dsa.cs
- WSHttpSecurity.cs
- ServiceEndpointAssociationProvider.cs
- HttpHandlerAction.cs
- CurrentChangingEventArgs.cs
- SapiRecognizer.cs
- PeerTransportBindingElement.cs
- RoleManagerModule.cs
- AssemblyBuilderData.cs
- SQLStringStorage.cs
- GroupedContextMenuStrip.cs
- ValidateNames.cs
- LineBreak.cs
- SymDocumentType.cs
- httpserverutility.cs
- ShapingEngine.cs
- CodeArrayIndexerExpression.cs
- PriorityItem.cs
- LogicalExpr.cs
- ExpressionBuilderContext.cs
- InfoCardAsymmetricCrypto.cs
- ListenerConstants.cs
- TypeNameHelper.cs
- ListBase.cs
- UpDownBase.cs
- MenuItem.cs
- PageBuildProvider.cs
- XPathAncestorIterator.cs
- DataSourceHelper.cs
- OdbcHandle.cs
- GB18030Encoding.cs
- WindowsHyperlink.cs
- TypeValidationEventArgs.cs
- HttpListenerException.cs
- DataGridPageChangedEventArgs.cs
- Attributes.cs
- ExpressionVisitorHelpers.cs