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
- UserControlCodeDomTreeGenerator.cs
- SpoolingTaskBase.cs
- DataGridTable.cs
- ToolCreatedEventArgs.cs
- EntityConnectionStringBuilder.cs
- SamlConditions.cs
- TreeNodeStyleCollection.cs
- PropertyGridView.cs
- ValidatedControlConverter.cs
- CompModSwitches.cs
- ExecutionEngineException.cs
- SharedDp.cs
- DependentList.cs
- ToolStripSettings.cs
- DatasetMethodGenerator.cs
- WebPartConnection.cs
- Int32RectValueSerializer.cs
- IIS7UserPrincipal.cs
- RowCache.cs
- DataServiceClientException.cs
- RelationshipWrapper.cs
- LinkAreaEditor.cs
- IPAddressCollection.cs
- GridProviderWrapper.cs
- XslTransform.cs
- GridItemCollection.cs
- ObsoleteAttribute.cs
- TypePropertyEditor.cs
- UidManager.cs
- PermissionAttributes.cs
- HelpFileFileNameEditor.cs
- DbBuffer.cs
- WebConfigurationHost.cs
- PenThreadPool.cs
- CodePropertyReferenceExpression.cs
- AspNetSynchronizationContext.cs
- XmlEntity.cs
- InvalidCommandTreeException.cs
- ComponentEditorPage.cs
- MbpInfo.cs
- TranslateTransform.cs
- LocalizationParserHooks.cs
- KeyInstance.cs
- DocumentApplication.cs
- WmpBitmapDecoder.cs
- LinqDataSourceSelectEventArgs.cs
- FilterElement.cs
- StringAnimationUsingKeyFrames.cs
- OrderablePartitioner.cs
- PersonalizationProviderCollection.cs
- WebBaseEventKeyComparer.cs
- TextTabProperties.cs
- PointCollectionConverter.cs
- FixedTextView.cs
- OAVariantLib.cs
- DataExpression.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- WebPartZoneBase.cs
- AccessKeyManager.cs
- Ppl.cs
- FamilyCollection.cs
- TemplateParser.cs
- FieldAccessException.cs
- ColumnHeaderConverter.cs
- StringConcat.cs
- GACMembershipCondition.cs
- IndexedString.cs
- Rfc2898DeriveBytes.cs
- XPathPatternParser.cs
- ProxyWebPart.cs
- UnsafeNativeMethods.cs
- LayoutInformation.cs
- InProcStateClientManager.cs
- StringFreezingAttribute.cs
- DescendentsWalker.cs
- BooleanKeyFrameCollection.cs
- DodSequenceMerge.cs
- StartUpEventArgs.cs
- Light.cs
- MSAANativeProvider.cs
- RtfToken.cs
- CompiledXpathExpr.cs
- Compiler.cs
- Internal.cs
- OverrideMode.cs
- IChannel.cs
- TransformConverter.cs
- LinqDataSourceUpdateEventArgs.cs
- TTSEngineTypes.cs
- SmtpTransport.cs
- DrawingImage.cs
- SqlDataAdapter.cs
- Bold.cs
- RelationshipEnd.cs
- PeerCustomResolverElement.cs
- StrokeDescriptor.cs
- XmlWhitespace.cs
- XmlException.cs
- NativeMethods.cs
- StorageEntityTypeMapping.cs