Code:
/ DotNET / DotNET / 8.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
- HelpKeywordAttribute.cs
- AsymmetricSignatureFormatter.cs
- GenericsInstances.cs
- InputScopeNameConverter.cs
- BasicKeyConstraint.cs
- TimerElapsedEvenArgs.cs
- Model3D.cs
- RowBinding.cs
- IOException.cs
- AnnotationObservableCollection.cs
- ListDictionary.cs
- DesignerSerializationOptionsAttribute.cs
- PixelFormatConverter.cs
- ExtenderControl.cs
- BufferedStream.cs
- TypeConverter.cs
- GenericAuthenticationEventArgs.cs
- CollectionBase.cs
- ClientSideProviderDescription.cs
- ThreadPool.cs
- SqlEnums.cs
- RowToParametersTransformer.cs
- RunWorkerCompletedEventArgs.cs
- BinarySecretKeyIdentifierClause.cs
- DrawingCollection.cs
- TemplateGroupCollection.cs
- ViewGenResults.cs
- ListViewInsertEventArgs.cs
- MonthChangedEventArgs.cs
- SqlDataSourceTableQuery.cs
- ItemChangedEventArgs.cs
- FieldDescriptor.cs
- ProgressBar.cs
- PersonalizationStateQuery.cs
- DataGridCellItemAutomationPeer.cs
- TopClause.cs
- PipelineModuleStepContainer.cs
- COM2PropertyBuilderUITypeEditor.cs
- NotifyInputEventArgs.cs
- DeclaredTypeElementCollection.cs
- StyleSelector.cs
- HtmlControlPersistable.cs
- DelayDesigner.cs
- ValidatorCompatibilityHelper.cs
- CounterCreationData.cs
- ObservableDictionary.cs
- DataGridCellsPanel.cs
- XpsFontSerializationService.cs
- XamlBrushSerializer.cs
- ResourceDictionary.cs
- SqlCrossApplyToCrossJoin.cs
- SudsCommon.cs
- _SingleItemRequestCache.cs
- CompoundFileStreamReference.cs
- ToReply.cs
- IndicShape.cs
- Processor.cs
- HtmlInputPassword.cs
- DeploymentSection.cs
- Triangle.cs
- formatter.cs
- WebPartCatalogCloseVerb.cs
- XmlDataDocument.cs
- SemanticAnalyzer.cs
- safemediahandle.cs
- CoreChannel.cs
- LogEntrySerializationException.cs
- Rotation3D.cs
- CallbackValidator.cs
- SemaphoreSlim.cs
- templategroup.cs
- NotifyCollectionChangedEventArgs.cs
- CreateUserWizard.cs
- StringValidator.cs
- PreservationFileWriter.cs
- AsnEncodedData.cs
- LinqDataSourceDisposeEventArgs.cs
- BridgeDataRecord.cs
- SafeNativeMethods.cs
- Calendar.cs
- ColumnHeader.cs
- DbConnectionPoolGroupProviderInfo.cs
- CodeAttributeArgument.cs
- SslStream.cs
- OdbcConnectionPoolProviderInfo.cs
- TypeForwardedFromAttribute.cs
- ControlTemplate.cs
- HttpCapabilitiesEvaluator.cs
- Quaternion.cs
- UpWmlMobileTextWriter.cs
- DescendentsWalker.cs
- DataGridViewCellValidatingEventArgs.cs
- WindowProviderWrapper.cs
- SamlAudienceRestrictionCondition.cs
- BidirectionalDictionary.cs
- MetadataUtilsSmi.cs
- XmlEventCache.cs
- OdbcCommand.cs
- DataGridAddNewRow.cs
- MatrixCamera.cs