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
- ObjectReaderCompiler.cs
- ListItem.cs
- SqlCharStream.cs
- EnvelopedSignatureTransform.cs
- ServiceEndpointElement.cs
- SessionPageStatePersister.cs
- LongMinMaxAggregationOperator.cs
- Pair.cs
- OperatingSystemVersionCheck.cs
- CodeAttributeArgument.cs
- PerformanceCounterPermissionEntry.cs
- LocatorManager.cs
- HttpServerVarsCollection.cs
- ServiceDeploymentInfo.cs
- AsyncPostBackErrorEventArgs.cs
- FixedTextBuilder.cs
- CheckBoxPopupAdapter.cs
- ObjectListItemCollection.cs
- OutgoingWebResponseContext.cs
- ImplicitInputBrush.cs
- DataKeyArray.cs
- EnumMember.cs
- BasicExpressionVisitor.cs
- HttpDictionary.cs
- Label.cs
- HttpApplicationFactory.cs
- WmlValidatorAdapter.cs
- UserPreferenceChangedEventArgs.cs
- RunWorkerCompletedEventArgs.cs
- DeferrableContent.cs
- Brush.cs
- SettingsPropertyWrongTypeException.cs
- util.cs
- AlignmentYValidation.cs
- ExtensionWindowResizeGrip.cs
- DocobjHost.cs
- FieldNameLookup.cs
- LineServicesRun.cs
- DecimalStorage.cs
- HMACSHA384.cs
- CompModSwitches.cs
- InstalledFontCollection.cs
- RowVisual.cs
- _SslStream.cs
- shaper.cs
- WebCodeGenerator.cs
- ListBox.cs
- InternalRelationshipCollection.cs
- CookieParameter.cs
- StorageAssociationSetMapping.cs
- HtmlTextArea.cs
- WrapPanel.cs
- DBDataPermissionAttribute.cs
- ObjectDataSourceWizardForm.cs
- OdbcCommand.cs
- ServiceModelActivationSectionGroup.cs
- ListBoxDesigner.cs
- DLinqTableProvider.cs
- UnsafeNativeMethods.cs
- RelationshipEntry.cs
- PropertyEmitter.cs
- MetabaseSettings.cs
- DaylightTime.cs
- XmlArrayItemAttribute.cs
- XamlTreeBuilder.cs
- PresentationSource.cs
- OleDbException.cs
- SignedInfo.cs
- PreservationFileReader.cs
- ListViewSelectEventArgs.cs
- ChtmlTextWriter.cs
- EventEntry.cs
- Content.cs
- XmlComplianceUtil.cs
- QueryReaderSettings.cs
- WindowsPrincipal.cs
- TextEffect.cs
- ProjectionCamera.cs
- DataSourceCache.cs
- Model3DGroup.cs
- EventSetter.cs
- BufferedGraphicsContext.cs
- ListParaClient.cs
- DBConnection.cs
- RtfControlWordInfo.cs
- ClientSideQueueItem.cs
- TextShapeableCharacters.cs
- RoutedEventValueSerializer.cs
- BindingOperations.cs
- NoPersistHandle.cs
- ParenthesizePropertyNameAttribute.cs
- RefreshEventArgs.cs
- HandlerBase.cs
- TemplateNameScope.cs
- JoinElimination.cs
- ChtmlSelectionListAdapter.cs
- SendActivityValidator.cs
- TypeDelegator.cs
- WebUtil.cs
- webproxy.cs