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
- TextPointerBase.cs
- TextRenderer.cs
- XmlAnyAttributeAttribute.cs
- EdmValidator.cs
- Parsers.cs
- Evidence.cs
- Model3DGroup.cs
- SiteMapNodeItem.cs
- ParentQuery.cs
- MethodRental.cs
- DeclarationUpdate.cs
- DataIdProcessor.cs
- WindowProviderWrapper.cs
- Timer.cs
- SqlParameter.cs
- GenericTypeParameterBuilder.cs
- CompilerTypeWithParams.cs
- InvalidOperationException.cs
- PromptBuilder.cs
- GridViewColumnHeader.cs
- DescendantBaseQuery.cs
- XmlMtomReader.cs
- BindableAttribute.cs
- Freezable.cs
- RelatedPropertyManager.cs
- SqlEnums.cs
- SqlClientWrapperSmiStreamChars.cs
- CharacterBufferReference.cs
- ReadOnlyDictionary.cs
- DiscoveryRequestHandler.cs
- IdentitySection.cs
- _DigestClient.cs
- NavigationService.cs
- BindingMAnagerBase.cs
- CreateWorkflowOwnerCommand.cs
- WebPartDisplayModeEventArgs.cs
- CustomErrorCollection.cs
- XmlILStorageConverter.cs
- PropertyPathConverter.cs
- PassportAuthenticationEventArgs.cs
- AdCreatedEventArgs.cs
- MatrixAnimationUsingKeyFrames.cs
- ListViewDeletedEventArgs.cs
- QueueProcessor.cs
- CircleHotSpot.cs
- SerializableAttribute.cs
- Semaphore.cs
- NetMsmqSecurity.cs
- GridViewColumnCollectionChangedEventArgs.cs
- TextDocumentView.cs
- HttpListenerPrefixCollection.cs
- DesignConnection.cs
- UrlAuthorizationModule.cs
- StringBuilder.cs
- ConfigUtil.cs
- ColumnCollection.cs
- Hash.cs
- SqlFunctionAttribute.cs
- DataGridCellInfo.cs
- CodeAttributeDeclaration.cs
- CharacterBufferReference.cs
- DataGridItemEventArgs.cs
- SetMemberBinder.cs
- ChannelEndpointElementCollection.cs
- CodePropertyReferenceExpression.cs
- WebPartDisplayModeCancelEventArgs.cs
- Splitter.cs
- Transactions.cs
- SecurityKeyType.cs
- BookmarkManager.cs
- SQLDateTime.cs
- Registry.cs
- ReflectionUtil.cs
- Internal.cs
- IWorkflowDebuggerService.cs
- SqlUdtInfo.cs
- SHA256CryptoServiceProvider.cs
- TextServicesDisplayAttributePropertyRanges.cs
- InstalledVoice.cs
- SourceItem.cs
- XmlLanguage.cs
- AppDomainAttributes.cs
- ModuleConfigurationInfo.cs
- DataGridViewCellStyleConverter.cs
- loginstatus.cs
- ActivityMetadata.cs
- ConvertersCollection.cs
- CompositeFontFamily.cs
- InProcStateClientManager.cs
- Registry.cs
- BitmapEffectInput.cs
- WeakReadOnlyCollection.cs
- ProtocolsConfigurationHandler.cs
- TextPenaltyModule.cs
- XmlAutoDetectWriter.cs
- ConditionChanges.cs
- StorageSetMapping.cs
- HtmlWindowCollection.cs
- TypeValidationEventArgs.cs
- SplayTreeNode.cs