Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / RelatedImageListAttribute.cs / 1305376 / 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. //------------------------------------------------------------------------------ ///// Specifies which imagelist a property relates to. For example ImageListIndex must relate to a /// specific ImageList property /// ///// 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./// 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
- ToolStripSeparatorRenderEventArgs.cs
- Stopwatch.cs
- TypeSystem.cs
- Trace.cs
- UriTemplateMatch.cs
- LateBoundBitmapDecoder.cs
- CodeCompiler.cs
- DataGridViewToolTip.cs
- Light.cs
- ImageSourceValueSerializer.cs
- ListControlStringCollectionEditor.cs
- NativeCppClassAttribute.cs
- UnmanagedMemoryStream.cs
- MethodImplAttribute.cs
- TemplateXamlParser.cs
- StylusPointPropertyInfoDefaults.cs
- ProfileModule.cs
- Viewport3DVisual.cs
- GridEntryCollection.cs
- ExtensionSurface.cs
- InfoCardListRequest.cs
- ConfigurationPermission.cs
- DataGridViewHitTestInfo.cs
- RelativeSource.cs
- XmlSchemaFacet.cs
- XmlConvert.cs
- SimpleExpression.cs
- LastQueryOperator.cs
- SignedXml.cs
- AsyncResult.cs
- CommandHelpers.cs
- CleanUpVirtualizedItemEventArgs.cs
- DBNull.cs
- AutomationPattern.cs
- PeerNameRegistration.cs
- Set.cs
- Win32Exception.cs
- Utils.cs
- HelpProvider.cs
- ProfileGroupSettingsCollection.cs
- KeySplineConverter.cs
- ECDiffieHellman.cs
- RestClientProxyHandler.cs
- OutputBuffer.cs
- RenderingBiasValidation.cs
- DoubleAnimationClockResource.cs
- ParameterModifier.cs
- PropertyReference.cs
- Decorator.cs
- XmlRootAttribute.cs
- UriTemplateTableMatchCandidate.cs
- EventLogInternal.cs
- CacheManager.cs
- Converter.cs
- SortQuery.cs
- XmlSchemaProviderAttribute.cs
- BrowsableAttribute.cs
- ParentQuery.cs
- SequenceNumber.cs
- DefaultPerformanceCounters.cs
- ComponentEditorForm.cs
- ObjectStateFormatter.cs
- NumberSubstitution.cs
- ListViewDesigner.cs
- ContactManager.cs
- ResourcePool.cs
- XmlnsCache.cs
- ClientUIRequest.cs
- TableLayoutCellPaintEventArgs.cs
- BlurBitmapEffect.cs
- DmlSqlGenerator.cs
- TemplateBuilder.cs
- DataGridSortingEventArgs.cs
- ListViewEditEventArgs.cs
- ServiceMemoryGates.cs
- TextEditorSelection.cs
- FileStream.cs
- _ProxyChain.cs
- DataControlImageButton.cs
- SByteConverter.cs
- JsonClassDataContract.cs
- CuspData.cs
- XmlDigitalSignatureProcessor.cs
- XPathAxisIterator.cs
- Label.cs
- _ConnectOverlappedAsyncResult.cs
- DialogWindow.cs
- StyleReferenceConverter.cs
- SqlConnectionHelper.cs
- WrapperEqualityComparer.cs
- SplitterEvent.cs
- CustomAttributeSerializer.cs
- TypeForwardedToAttribute.cs
- CustomTypeDescriptor.cs
- GridProviderWrapper.cs
- HelpProvider.cs
- DataGridTablesFactory.cs
- PolicyUnit.cs
- RouteItem.cs
- ListDictionaryInternal.cs