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
- DayRenderEvent.cs
- TypeUtil.cs
- DtcInterfaces.cs
- SetterBase.cs
- ResourceSet.cs
- RegexStringValidator.cs
- PreloadHost.cs
- SqlRowUpdatedEvent.cs
- Int32CollectionValueSerializer.cs
- TextSegment.cs
- RawStylusInputReport.cs
- FlowDocumentScrollViewer.cs
- AliasGenerator.cs
- MenuItemStyle.cs
- XmlSchemaFacet.cs
- Transform3DGroup.cs
- XXXOnTypeBuilderInstantiation.cs
- AppDomainFactory.cs
- SSmlParser.cs
- Variant.cs
- PageAsyncTask.cs
- IisHelper.cs
- Preprocessor.cs
- BinaryMessageFormatter.cs
- IndentedWriter.cs
- PopupEventArgs.cs
- AttributedMetaModel.cs
- JapaneseLunisolarCalendar.cs
- ChangeToolStripParentVerb.cs
- XsltException.cs
- FilterElement.cs
- GeometryConverter.cs
- XslTransform.cs
- InkPresenter.cs
- HttpListenerContext.cs
- ACL.cs
- EventHandlerService.cs
- dataSvcMapFileLoader.cs
- sitestring.cs
- InternalConfigRoot.cs
- XmlChildNodes.cs
- WindowsTokenRoleProvider.cs
- ThreadExceptionEvent.cs
- TextPattern.cs
- SwitchElementsCollection.cs
- FigureParaClient.cs
- SafeEventLogReadHandle.cs
- TextTreeFixupNode.cs
- ComponentEditorPage.cs
- arabicshape.cs
- ResourcesBuildProvider.cs
- ToolStripItem.cs
- OracleTimeSpan.cs
- DataSourceView.cs
- ComponentCollection.cs
- ToolStripDropDown.cs
- _LocalDataStore.cs
- GenerateDerivedKeyRequest.cs
- RemotingConfigParser.cs
- HostedHttpRequestAsyncResult.cs
- ImageSource.cs
- SerializationUtility.cs
- ExcludeFromCodeCoverageAttribute.cs
- EnumType.cs
- CriticalHandle.cs
- RuleSettings.cs
- UnsettableComboBox.cs
- AnimationClockResource.cs
- ALinqExpressionVisitor.cs
- GrammarBuilderBase.cs
- ToolboxBitmapAttribute.cs
- Listbox.cs
- ICspAsymmetricAlgorithm.cs
- CounterSampleCalculator.cs
- ClientSettingsSection.cs
- ThousandthOfEmRealPoints.cs
- ReadOnlyHierarchicalDataSource.cs
- SizeAnimationBase.cs
- ClientBuildManager.cs
- DelegatingTypeDescriptionProvider.cs
- LogEntrySerializationException.cs
- StringDictionaryCodeDomSerializer.cs
- DbCommandDefinition.cs
- StringFunctions.cs
- DataGridCellAutomationPeer.cs
- XmlCharacterData.cs
- DynamicValidatorEventArgs.cs
- ExpressionBindings.cs
- TextDecorations.cs
- Point3DConverter.cs
- Border.cs
- DesignerObject.cs
- ReferenceConverter.cs
- SettingsPropertyWrongTypeException.cs
- While.cs
- EnvironmentPermission.cs
- HMACSHA384.cs
- XamlFilter.cs
- PropertyCollection.cs
- CodeDirectoryCompiler.cs