Code:
/ DotNET / DotNET / 8.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
- CompatibleComparer.cs
- ExpandSegmentCollection.cs
- TextBoxRenderer.cs
- PersonalizationStateQuery.cs
- HtmlImage.cs
- UnsafeCollabNativeMethods.cs
- DateTime.cs
- WebServiceBindingAttribute.cs
- BoundColumn.cs
- SupportsEventValidationAttribute.cs
- PlainXmlSerializer.cs
- TransactedBatchingBehavior.cs
- ParallelEnumerableWrapper.cs
- XmlFormatWriterGenerator.cs
- SQLDateTime.cs
- QualifierSet.cs
- ScriptBehaviorDescriptor.cs
- ReflectionUtil.cs
- ListenerHandler.cs
- PrePrepareMethodAttribute.cs
- ResourcesGenerator.cs
- XmlDigitalSignatureProcessor.cs
- Aggregates.cs
- TypeExtension.cs
- ManagementPath.cs
- EndGetFileNameFromUserRequest.cs
- PipeSecurity.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- _PooledStream.cs
- LoginUtil.cs
- cookiecollection.cs
- WindowsFont.cs
- RadioButton.cs
- PagedDataSource.cs
- ADRole.cs
- TypeExtensionConverter.cs
- DesigntimeLicenseContextSerializer.cs
- AppDomainProtocolHandler.cs
- Mutex.cs
- EnumUnknown.cs
- WebConfigurationManager.cs
- WriteFileContext.cs
- CompositeScriptReferenceEventArgs.cs
- SemanticResultValue.cs
- ListViewItemEventArgs.cs
- ValidationResults.cs
- Visual3D.cs
- WindowsGraphics.cs
- SchemaInfo.cs
- DataViewSetting.cs
- Processor.cs
- JsonWriter.cs
- Rect3DConverter.cs
- SaveFileDialogDesigner.cs
- StringDictionaryWithComparer.cs
- ErrorCodes.cs
- PipelineModuleStepContainer.cs
- EdmRelationshipRoleAttribute.cs
- ButtonField.cs
- HttpModuleActionCollection.cs
- XmlMembersMapping.cs
- XamlReaderHelper.cs
- FlowDocumentPageViewerAutomationPeer.cs
- MenuItemStyle.cs
- Size3D.cs
- WeakEventManager.cs
- DataSourceHelper.cs
- WorkflowDataContext.cs
- SiteMapPath.cs
- _SslState.cs
- TrackBarRenderer.cs
- DrawingGroup.cs
- DbParameterCollection.cs
- GeneralTransform.cs
- AppSettingsReader.cs
- TogglePattern.cs
- MiniAssembly.cs
- CodePrimitiveExpression.cs
- DataServiceQueryProvider.cs
- ScrollViewer.cs
- basemetadatamappingvisitor.cs
- SubpageParaClient.cs
- UiaCoreTypesApi.cs
- TreeNodeEventArgs.cs
- DesignerContextDescriptor.cs
- TextOnlyOutput.cs
- BinaryObjectWriter.cs
- CopyAction.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- EntityDataSource.cs
- GcSettings.cs
- RightsManagementPermission.cs
- ComplexTypeEmitter.cs
- GatewayIPAddressInformationCollection.cs
- TemplateBindingExpressionConverter.cs
- SubpageParagraph.cs
- ListViewContainer.cs
- IxmlLineInfo.cs
- SmtpNegotiateAuthenticationModule.cs
- Transform3D.cs