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
- keycontainerpermission.cs
- DataColumnChangeEvent.cs
- ProcessThreadCollection.cs
- AxisAngleRotation3D.cs
- XmlNavigatorFilter.cs
- ScrollItemPattern.cs
- SqlCacheDependency.cs
- SchemaMapping.cs
- TdsParserSessionPool.cs
- CodeTypeParameter.cs
- AttributeAction.cs
- CodeIterationStatement.cs
- X509Chain.cs
- QilTypeChecker.cs
- SpotLight.cs
- FloaterBaseParaClient.cs
- StylusPointProperties.cs
- AnnotationHelper.cs
- DataListItemEventArgs.cs
- ToolStripMenuItem.cs
- ActivityBindForm.cs
- PowerEase.cs
- DtrList.cs
- TextRangeBase.cs
- HttpMethodConstraint.cs
- NetStream.cs
- Compiler.cs
- GestureRecognitionResult.cs
- InputReport.cs
- EmptyStringExpandableObjectConverter.cs
- XpsResourcePolicy.cs
- ChangeTracker.cs
- MethodRental.cs
- AnnotationComponentManager.cs
- ConfigXmlDocument.cs
- MaskedTextBoxTextEditorDropDown.cs
- Transaction.cs
- WebPartDescriptionCollection.cs
- BindingCollectionElement.cs
- OverflowException.cs
- SpStreamWrapper.cs
- HandoffBehavior.cs
- MetabaseSettings.cs
- Trace.cs
- PackageDocument.cs
- XmlSchemaType.cs
- PolicyUnit.cs
- RightsManagementPermission.cs
- MaterialGroup.cs
- JoinTreeNode.cs
- COM2PictureConverter.cs
- Input.cs
- MediaTimeline.cs
- BitmapDecoder.cs
- PlatformCulture.cs
- X509WindowsSecurityToken.cs
- CLRBindingWorker.cs
- Interop.cs
- FactorySettingsElement.cs
- TypeSource.cs
- ClientConfigurationHost.cs
- RegexMatch.cs
- PassportAuthentication.cs
- SimpleRecyclingCache.cs
- CodeTypeDeclaration.cs
- AuthorizationContext.cs
- BulletChrome.cs
- XamlReaderHelper.cs
- Line.cs
- CompilationRelaxations.cs
- StateItem.cs
- ConfigurationValidatorBase.cs
- CanExecuteRoutedEventArgs.cs
- InvokeMemberBinder.cs
- __ConsoleStream.cs
- SafeEventLogWriteHandle.cs
- TabPage.cs
- FontStyles.cs
- WebPartExportVerb.cs
- ImageAutomationPeer.cs
- BoundingRectTracker.cs
- OdbcConnection.cs
- ImageMap.cs
- AutomationPatternInfo.cs
- Material.cs
- _TimerThread.cs
- ThreadStaticAttribute.cs
- SourceCollection.cs
- ServiceBehaviorElementCollection.cs
- ApplicationId.cs
- __ComObject.cs
- XmlIlVisitor.cs
- WebPartsPersonalization.cs
- SrgsSubset.cs
- QuaternionConverter.cs
- IntegerValidatorAttribute.cs
- SelectorAutomationPeer.cs
- QuotedPrintableStream.cs
- graph.cs
- AtomParser.cs