Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / CompMod / System / ComponentModel / Design / DesignerActionPropertyItem.cs / 1 / DesignerActionPropertyItem.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.ComponentModel.Design {
using System;
using System.ComponentModel;
///
///
/// [to be provided]
///
public sealed class DesignerActionPropertyItem : DesignerActionItem {
private string memberName;
private IComponent relatedComponent;
///
///
/// [to be provvided]
///
public DesignerActionPropertyItem(string memberName, string displayName, string category, string description)
: base( displayName, category, description)
{
this.memberName = memberName;
}
///
///
/// [to be provvided]
///
public DesignerActionPropertyItem(string memberName, string displayName)
: this(memberName, displayName, null, null) {
}
///
///
/// [to be provvided]
///
public DesignerActionPropertyItem(string memberName, string displayName, string category)
: this(memberName, displayName, category, null) {
}
///
///
/// [to be provvided]
///
public string MemberName {
get {
return memberName;
}
}
///
///
/// [to be provvided]
///
public IComponent RelatedComponent {
get {
return relatedComponent;
}
set {
relatedComponent = value;
}
}
}
}
// 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
- SoapSchemaImporter.cs
- WorkflowCompensationBehavior.cs
- Calendar.cs
- RegexWorker.cs
- ServiceOperation.cs
- ResourceAssociationSet.cs
- XmlCharType.cs
- RegistrySecurity.cs
- RegexInterpreter.cs
- ForEachAction.cs
- CodeTypeReferenceCollection.cs
- NetTcpBindingElement.cs
- ParameterCollectionEditorForm.cs
- CodeValidator.cs
- ToolStripPanelRenderEventArgs.cs
- ControlValuePropertyAttribute.cs
- TrackingMemoryStreamFactory.cs
- MetaForeignKeyColumn.cs
- ScrollViewerAutomationPeer.cs
- ResourceIDHelper.cs
- AsyncDataRequest.cs
- CultureInfo.cs
- ValidationErrorEventArgs.cs
- IdnMapping.cs
- SystemUdpStatistics.cs
- ProtocolsConfiguration.cs
- IisTraceWebEventProvider.cs
- DataGridViewComboBoxCell.cs
- NotSupportedException.cs
- ProfileInfo.cs
- Stopwatch.cs
- ContextInformation.cs
- ApplicationFileParser.cs
- Span.cs
- ComponentManagerBroker.cs
- PrimitiveDataContract.cs
- HttpSocketManager.cs
- QueryRewriter.cs
- TextEditorParagraphs.cs
- LinearKeyFrames.cs
- HiddenField.cs
- PartitionerQueryOperator.cs
- ValuePattern.cs
- AVElementHelper.cs
- SystemKeyConverter.cs
- PackageStore.cs
- TextFindEngine.cs
- CompositionCommandSet.cs
- Component.cs
- Site.cs
- AppSettingsReader.cs
- SoapReflector.cs
- Repeater.cs
- EnterpriseServicesHelper.cs
- Rules.cs
- WebServiceEnumData.cs
- ImageDrawing.cs
- EncoderBestFitFallback.cs
- LocalBuilder.cs
- AssemblyFilter.cs
- RegexStringValidatorAttribute.cs
- KeyNotFoundException.cs
- XmlEnumAttribute.cs
- ReliabilityContractAttribute.cs
- RelatedView.cs
- MenuItemBinding.cs
- LogSwitch.cs
- CellRelation.cs
- Operand.cs
- OdbcCommandBuilder.cs
- DataTableReaderListener.cs
- PeerUnsafeNativeCryptMethods.cs
- ClientScriptManagerWrapper.cs
- ManagedWndProcTracker.cs
- XXXInfos.cs
- WindowsNonControl.cs
- Popup.cs
- PrivilegeNotHeldException.cs
- LocationSectionRecord.cs
- StackBuilderSink.cs
- ToolTipAutomationPeer.cs
- Vector3D.cs
- TableLayoutRowStyleCollection.cs
- ISessionStateStore.cs
- AttributeProviderAttribute.cs
- ScrollBar.cs
- DmlSqlGenerator.cs
- SerializationInfoEnumerator.cs
- DataSourceCache.cs
- OdbcStatementHandle.cs
- CommonRemoteMemoryBlock.cs
- PtsCache.cs
- RemotingServices.cs
- XmlAtomicValue.cs
- RegisteredExpandoAttribute.cs
- HebrewCalendar.cs
- EntityContainerEntitySet.cs
- ObjectDataSourceView.cs
- DBPropSet.cs
- WindowsToolbar.cs