Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / CompMod / System / ComponentModel / Design / DesignerActionHeaderItem.cs / 1 / DesignerActionHeaderItem.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design { using System; using System.ComponentModel; ////// /// [to be provided] /// public sealed class DesignerActionHeaderItem : DesignerActionTextItem { ////// /// [to be provided] /// public DesignerActionHeaderItem(string displayName) : base( displayName, displayName) { } ////// /// [to be provided] /// public DesignerActionHeaderItem(string displayName, string category) : base( displayName, category) { } } } // 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
- XpsFont.cs
- AuthenticationService.cs
- VBCodeProvider.cs
- EncoderParameter.cs
- ObservableCollection.cs
- PersistChildrenAttribute.cs
- MultiView.cs
- ArrayElementGridEntry.cs
- QueueNameHelper.cs
- CustomAttribute.cs
- newitemfactory.cs
- X509Utils.cs
- DecoderExceptionFallback.cs
- PowerModeChangedEventArgs.cs
- PageAdapter.cs
- SqlProvider.cs
- SafeNativeMethodsMilCoreApi.cs
- Query.cs
- ScalarRestriction.cs
- SHA1.cs
- TimeSpan.cs
- SqlRetyper.cs
- DocumentPageView.cs
- ShutDownListener.cs
- ToolStripContentPanel.cs
- FrameworkElement.cs
- COM2ComponentEditor.cs
- LabelExpression.cs
- ThaiBuddhistCalendar.cs
- MDIWindowDialog.cs
- Manipulation.cs
- COM2AboutBoxPropertyDescriptor.cs
- GridViewRowPresenterBase.cs
- TextMarkerSource.cs
- RequestResizeEvent.cs
- FixedDocumentSequencePaginator.cs
- DefaultValueConverter.cs
- CompModSwitches.cs
- IListConverters.cs
- Slider.cs
- UpdatableGenericsFeature.cs
- Contracts.cs
- AuthenticationModuleElementCollection.cs
- TypeHelpers.cs
- OleDbEnumerator.cs
- LateBoundBitmapDecoder.cs
- GridPatternIdentifiers.cs
- WebPartDeleteVerb.cs
- SimpleLine.cs
- Base64Encoder.cs
- TextParaLineResult.cs
- ToolStripDropDownMenu.cs
- ProtocolsInstallComponent.cs
- GridViewSortEventArgs.cs
- IdentityReference.cs
- IndexerNameAttribute.cs
- Baml2006ReaderContext.cs
- RTTrackingProfile.cs
- WebPartManager.cs
- DataGridViewCellMouseEventArgs.cs
- AutomationPatternInfo.cs
- TextTreeObjectNode.cs
- SetStoryboardSpeedRatio.cs
- NotifyParentPropertyAttribute.cs
- Span.cs
- RoutedEvent.cs
- RtType.cs
- JsonFormatWriterGenerator.cs
- StreamInfo.cs
- HexParser.cs
- Transaction.cs
- XDRSchema.cs
- Facet.cs
- KeySplineConverter.cs
- TextBox.cs
- UrlPropertyAttribute.cs
- XsdDuration.cs
- RetrieveVirtualItemEventArgs.cs
- TargetInvocationException.cs
- XmlSchemaCollection.cs
- TextElementEnumerator.cs
- PackageDigitalSignatureManager.cs
- Int64Storage.cs
- BoundField.cs
- PkcsMisc.cs
- PreservationFileWriter.cs
- SemanticAnalyzer.cs
- PropertyState.cs
- Internal.cs
- Util.cs
- CompositeFontParser.cs
- DataGridTablesFactory.cs
- TextTreeDeleteContentUndoUnit.cs
- WpfXamlLoader.cs
- ValueExpressions.cs
- activationcontext.cs
- Operand.cs
- ServiceHostingEnvironmentSection.cs
- ServiceContractListItemList.cs
- HostedBindingBehavior.cs