Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / RelatedImageListAttribute.cs / 1 / RelatedImageListAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { ////// /// [AttributeUsage(AttributeTargets.Property, AllowMultiple=false, Inherited=true)] public sealed class RelatedImageListAttribute : Attribute { private string relatedImageList=null; public RelatedImageListAttribute(string relatedImageList) { this.relatedImageList = relatedImageList; } public string RelatedImageList { get { return relatedImageList; } } } // end of RelatedImageListAttribute class } // end of namespace // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// Specifies which imagelist a property relates to. For example ImageListIndex must relate to a /// specific ImageList property /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Transform3DCollection.cs
- XmlQueryStaticData.cs
- XmlSchemaGroupRef.cs
- XmlElementList.cs
- DynamicValidatorEventArgs.cs
- CompressedStack.cs
- Repeater.cs
- PreviewPrintController.cs
- StrokeSerializer.cs
- QueryOptionExpression.cs
- HtmlEmptyTagControlBuilder.cs
- DomainUpDown.cs
- BinaryKeyIdentifierClause.cs
- LineSegment.cs
- TreeViewAutomationPeer.cs
- PolyBezierSegmentFigureLogic.cs
- CurrentChangingEventArgs.cs
- AssertSection.cs
- DbBuffer.cs
- GlyphTypeface.cs
- DbParameterHelper.cs
- CodeNamespaceImportCollection.cs
- DataTemplate.cs
- AsyncStreamReader.cs
- XamlFilter.cs
- BoundPropertyEntry.cs
- ConfigXmlSignificantWhitespace.cs
- ObjectStateEntryDbDataRecord.cs
- ControlPropertyNameConverter.cs
- ComponentManagerBroker.cs
- SafeTokenHandle.cs
- ProcessInfo.cs
- BoundField.cs
- PagePropertiesChangingEventArgs.cs
- LinearKeyFrames.cs
- PackageDigitalSignature.cs
- ScriptDescriptor.cs
- PrimitiveSchema.cs
- PropertyIDSet.cs
- ConfigurationValue.cs
- Opcode.cs
- smtpconnection.cs
- TextEffectResolver.cs
- WindowsBrush.cs
- StaticSiteMapProvider.cs
- CodeParameterDeclarationExpression.cs
- NullableConverter.cs
- RuntimeIdentifierPropertyAttribute.cs
- ClientSideProviderDescription.cs
- StructuralComparisons.cs
- DBParameter.cs
- XmlILAnnotation.cs
- ValueSerializer.cs
- ListBox.cs
- ReachObjectContext.cs
- DurableInstanceManager.cs
- RemoteWebConfigurationHost.cs
- BooleanFunctions.cs
- MultiSelectRootGridEntry.cs
- XmlMemberMapping.cs
- RemotingSurrogateSelector.cs
- ParserStreamGeometryContext.cs
- RegionInfo.cs
- FixedSOMTable.cs
- StringExpressionSet.cs
- _NegoState.cs
- IdentityNotMappedException.cs
- BaseValidator.cs
- PanelStyle.cs
- HttpMethodConstraint.cs
- RestClientProxyHandler.cs
- SqlServer2KCompatibilityAnnotation.cs
- DataControlImageButton.cs
- ServiceHttpModule.cs
- KnowledgeBase.cs
- ObfuscationAttribute.cs
- BaseTemplateCodeDomTreeGenerator.cs
- EntityObject.cs
- XmlSchemaImport.cs
- PointAnimationClockResource.cs
- ProviderException.cs
- Transform.cs
- ClientApiGenerator.cs
- TdsParameterSetter.cs
- WinInetCache.cs
- PrimitiveCodeDomSerializer.cs
- AudioFileOut.cs
- PropertyTabAttribute.cs
- PeerEndPoint.cs
- IgnoreFlushAndCloseStream.cs
- DataError.cs
- CancellationState.cs
- ExpressionEditorAttribute.cs
- FunctionNode.cs
- SetStoryboardSpeedRatio.cs
- EventTrigger.cs
- IconBitmapDecoder.cs
- UrlMappingsModule.cs
- TableLayoutStyle.cs
- DataServiceQuery.cs