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
- FtpWebResponse.cs
- ChannelFactory.cs
- MultiPropertyDescriptorGridEntry.cs
- ListViewItemEventArgs.cs
- Margins.cs
- SourceLocation.cs
- ILGen.cs
- HierarchicalDataSourceConverter.cs
- Image.cs
- SingleAnimationUsingKeyFrames.cs
- SafeHandles.cs
- ReadOnlyCollection.cs
- ListViewItemSelectionChangedEvent.cs
- DoubleLink.cs
- LinkArea.cs
- MailWebEventProvider.cs
- NetSectionGroup.cs
- InstanceLockedException.cs
- TCPClient.cs
- Int16Storage.cs
- BuildResult.cs
- RawStylusInputCustomDataList.cs
- DiscoveryEndpointValidator.cs
- StreamHelper.cs
- StrongNameHelpers.cs
- RangeBaseAutomationPeer.cs
- OdbcConnectionHandle.cs
- WorkflowServiceHost.cs
- BuildProvidersCompiler.cs
- DataGridViewRowCancelEventArgs.cs
- TextSimpleMarkerProperties.cs
- SelectorAutomationPeer.cs
- ScriptReference.cs
- __Filters.cs
- PathTooLongException.cs
- DbInsertCommandTree.cs
- MobileControlPersister.cs
- DockPanel.cs
- PermissionSetEnumerator.cs
- HttpListenerContext.cs
- PermissionToken.cs
- NamespaceEmitter.cs
- WebBrowserContainer.cs
- DisplayClaim.cs
- CodeArrayIndexerExpression.cs
- CodeSnippetTypeMember.cs
- XmlUtilWriter.cs
- NullableConverter.cs
- ResourceContainer.cs
- CollectionEditVerbManager.cs
- DefaultAutoFieldGenerator.cs
- FixedSOMLineCollection.cs
- MsdtcClusterUtils.cs
- BindingsSection.cs
- GeometryConverter.cs
- SoapElementAttribute.cs
- DataGridState.cs
- Window.cs
- Italic.cs
- ServiceOperationViewControl.cs
- FontCollection.cs
- RuleValidation.cs
- ControlPaint.cs
- HwndTarget.cs
- PageSetupDialog.cs
- FixedElement.cs
- CachedBitmap.cs
- CreateUserWizardStep.cs
- SafeFileMapViewHandle.cs
- UpdateException.cs
- CellRelation.cs
- LineVisual.cs
- StrokeNodeEnumerator.cs
- TextEditorTyping.cs
- XmlWellformedWriter.cs
- Asn1IntegerConverter.cs
- TextTreeRootNode.cs
- BookmarkScopeManager.cs
- SettingsAttributeDictionary.cs
- DataRecord.cs
- DataMemberListEditor.cs
- ContainerParaClient.cs
- ScrollViewerAutomationPeer.cs
- StyleHelper.cs
- NavigationProperty.cs
- RelationalExpressions.cs
- NewExpression.cs
- SrgsSemanticInterpretationTag.cs
- TypePresenter.xaml.cs
- QilValidationVisitor.cs
- ObjectListItemCollection.cs
- TemplateXamlTreeBuilder.cs
- Command.cs
- AccessorTable.cs
- PersonalizableAttribute.cs
- StrokeNodeOperations.cs
- TransactionScope.cs
- WinCategoryAttribute.cs
- EntityModelBuildProvider.cs
- FederatedMessageSecurityOverHttp.cs