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
- PropertySourceInfo.cs
- RegionInfo.cs
- ClipboardData.cs
- XamlReader.cs
- ProfileManager.cs
- ListMarkerSourceInfo.cs
- DetailsViewRow.cs
- StructureChangedEventArgs.cs
- ComponentDispatcher.cs
- XpsFixedPageReaderWriter.cs
- HttpContext.cs
- XsltLoader.cs
- ConstraintManager.cs
- InputMethodStateTypeInfo.cs
- CookielessHelper.cs
- FieldDescriptor.cs
- PackagingUtilities.cs
- HttpContext.cs
- ParseElement.cs
- MatrixAnimationUsingKeyFrames.cs
- TextDecoration.cs
- PropertyRef.cs
- ErrorRuntimeConfig.cs
- ICspAsymmetricAlgorithm.cs
- LateBoundChannelParameterCollection.cs
- XmlSchemaComplexContentRestriction.cs
- FormDesigner.cs
- InstanceContextManager.cs
- SecurityResources.cs
- AnalyzedTree.cs
- Double.cs
- XmlUtil.cs
- StateMachineWorkflowInstance.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- FillRuleValidation.cs
- LicenseManager.cs
- DesignerSerializationManager.cs
- XmlEnumAttribute.cs
- GroupQuery.cs
- UnsafeNetInfoNativeMethods.cs
- XPathAncestorQuery.cs
- Visual.cs
- ContractAdapter.cs
- Function.cs
- RecordBuilder.cs
- OperationCanceledException.cs
- ClassicBorderDecorator.cs
- AssemblyUtil.cs
- ActivityMarkupSerializer.cs
- GAC.cs
- ExpressionList.cs
- CacheChildrenQuery.cs
- Int32CAMarshaler.cs
- OutputCacheModule.cs
- CustomError.cs
- VariableQuery.cs
- CheckPair.cs
- BufferBuilder.cs
- StoreAnnotationsMap.cs
- SuppressMessageAttribute.cs
- SafeBitVector32.cs
- OutputCacheSection.cs
- TrustLevelCollection.cs
- LookupNode.cs
- FileNotFoundException.cs
- GenerateTemporaryTargetAssembly.cs
- AstNode.cs
- EditingScope.cs
- PageSetupDialog.cs
- InfiniteIntConverter.cs
- basevalidator.cs
- DefaultMemberAttribute.cs
- EditingMode.cs
- WindowPatternIdentifiers.cs
- COM2Enum.cs
- GridView.cs
- Hash.cs
- RijndaelCryptoServiceProvider.cs
- CatchBlock.cs
- DoubleConverter.cs
- CorrelationManager.cs
- ConnectionManagementElementCollection.cs
- DNS.cs
- EventSetterHandlerConverter.cs
- Compilation.cs
- Int32Storage.cs
- SchemaDeclBase.cs
- ToolStripPanel.cs
- PageBreakRecord.cs
- AuthorizationRuleCollection.cs
- CallbackHandler.cs
- SessionEndingCancelEventArgs.cs
- CultureInfoConverter.cs
- UriSectionReader.cs
- GenericArgumentsUpdater.cs
- Track.cs
- DataKeyArray.cs
- ListControlConvertEventArgs.cs
- AliasedSlot.cs
- ChangePassword.cs