Code:
/ 4.0 / 4.0 / untmp / 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 /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectCacheSettings.cs
- MetadataCache.cs
- PermissionSet.cs
- KeyPullup.cs
- XmlDataSource.cs
- StylusPointPropertyInfo.cs
- WebColorConverter.cs
- TreeViewEvent.cs
- XmlRawWriterWrapper.cs
- ToolStripButton.cs
- MetabaseServerConfig.cs
- BooleanAnimationBase.cs
- Msec.cs
- TdsParserSafeHandles.cs
- WpfXamlMember.cs
- ZoneMembershipCondition.cs
- UInt16.cs
- XmlUtilWriter.cs
- DispatchRuntime.cs
- ExecutionContext.cs
- WindowsTooltip.cs
- RijndaelManaged.cs
- StringWriter.cs
- CqlIdentifiers.cs
- SqlDataSourceQueryEditorForm.cs
- TransformerInfo.cs
- NaturalLanguageHyphenator.cs
- IPAddress.cs
- ReferenceSchema.cs
- ButtonStandardAdapter.cs
- Module.cs
- ManipulationVelocities.cs
- IndexedWhereQueryOperator.cs
- UserControl.cs
- CacheOutputQuery.cs
- Resources.Designer.cs
- AssemblyNameProxy.cs
- ReferencedCollectionType.cs
- TrackBarDesigner.cs
- messageonlyhwndwrapper.cs
- ServicePoint.cs
- ContextDataSource.cs
- SevenBitStream.cs
- ServiceHost.cs
- RelatedCurrencyManager.cs
- DrawingCollection.cs
- DbProviderFactoriesConfigurationHandler.cs
- ArrayConverter.cs
- ZipPackage.cs
- FastEncoder.cs
- AuthenticationConfig.cs
- XmlNodeChangedEventManager.cs
- RootProfilePropertySettingsCollection.cs
- CharEnumerator.cs
- ObservableCollection.cs
- GlyphingCache.cs
- RtfControlWordInfo.cs
- OSFeature.cs
- RelationshipWrapper.cs
- OptimizerPatterns.cs
- DetailsViewCommandEventArgs.cs
- ViewService.cs
- CodePrimitiveExpression.cs
- LoginDesignerUtil.cs
- Win32Interop.cs
- ErrorFormatterPage.cs
- DataSourceView.cs
- SqlDataSourceStatusEventArgs.cs
- XmlNullResolver.cs
- StoryFragments.cs
- RtfToXamlLexer.cs
- TextContainerChangedEventArgs.cs
- FillBehavior.cs
- WebPartZoneBase.cs
- ItemCollection.cs
- Context.cs
- LeftCellWrapper.cs
- Transform.cs
- WebDescriptionAttribute.cs
- KeysConverter.cs
- PageCatalogPart.cs
- ObjectCacheHost.cs
- Page.cs
- ExceptQueryOperator.cs
- ObjectListTitleAttribute.cs
- HybridCollection.cs
- counter.cs
- ApplicationTrust.cs
- DefaultAsyncDataDispatcher.cs
- TextBoxLine.cs
- FirstMatchCodeGroup.cs
- _HelperAsyncResults.cs
- JsonStringDataContract.cs
- MetaModel.cs
- RIPEMD160Managed.cs
- CatchBlock.cs
- CodeTypeDeclarationCollection.cs
- FacetEnabledSchemaElement.cs
- TemplateControlParser.cs
- ToolStripPanelRenderEventArgs.cs