Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ ///// 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
- SymbolPair.cs
- HtmlLink.cs
- SqlDataSourceView.cs
- DetailsViewModeEventArgs.cs
- Figure.cs
- PeerCollaboration.cs
- DataGridViewImageCell.cs
- ReachVisualSerializer.cs
- UpdateCommand.cs
- RequestCacheValidator.cs
- XmlSerializationWriter.cs
- StrokeCollectionDefaultValueFactory.cs
- LinqDataSourceDisposeEventArgs.cs
- Component.cs
- Pair.cs
- WebPartDisplayModeEventArgs.cs
- MimeTypeAttribute.cs
- BinaryFormatter.cs
- HandlerFactoryWrapper.cs
- TableRowCollection.cs
- DynamicRenderer.cs
- KeyBinding.cs
- HttpBrowserCapabilitiesWrapper.cs
- sqlmetadatafactory.cs
- HttpInputStream.cs
- FullTrustAssembly.cs
- CodeTypeParameter.cs
- WindowsImpersonationContext.cs
- InternalBufferManager.cs
- ColumnHeaderCollectionEditor.cs
- OlePropertyStructs.cs
- AdjustableArrowCap.cs
- EditorPartCollection.cs
- BatchParser.cs
- PartialToken.cs
- HtmlAnchor.cs
- ConfigXmlText.cs
- QuaternionRotation3D.cs
- WebPartConnectionsCloseVerb.cs
- SendReply.cs
- XmlSchemaSet.cs
- DEREncoding.cs
- IPAddress.cs
- TextCollapsingProperties.cs
- NavigationPropertyEmitter.cs
- XPathSelfQuery.cs
- StatusBar.cs
- SerializationInfo.cs
- TextSimpleMarkerProperties.cs
- AssociationTypeEmitter.cs
- DbConnectionPoolIdentity.cs
- Error.cs
- DerivedKeySecurityToken.cs
- ConfigDefinitionUpdates.cs
- TextElementCollectionHelper.cs
- DataSourceBooleanViewSchemaConverter.cs
- FileDialog.cs
- CodeValidator.cs
- GetBrowserTokenRequest.cs
- QueryCursorEventArgs.cs
- SingleAnimationBase.cs
- DrawingDrawingContext.cs
- TextPatternIdentifiers.cs
- FacetChecker.cs
- WinInetCache.cs
- IpcServerChannel.cs
- NativeMethods.cs
- PageCodeDomTreeGenerator.cs
- BrowserPolicyValidator.cs
- StrictModeSecurityHeaderElementInferenceEngine.cs
- Identity.cs
- PropertyConverter.cs
- IpcServerChannel.cs
- DateTimeFormatInfo.cs
- GridItemCollection.cs
- CompositeFontFamily.cs
- OneOfScalarConst.cs
- RegexCapture.cs
- ButtonRenderer.cs
- InfoCardTraceRecord.cs
- FillErrorEventArgs.cs
- LogReserveAndAppendState.cs
- FixUpCollection.cs
- RuntimeHelpers.cs
- RootBuilder.cs
- RenderContext.cs
- AudienceUriMode.cs
- DataTemplate.cs
- WebColorConverter.cs
- TextDecorationCollection.cs
- WMIInterop.cs
- WebPartUserCapability.cs
- embossbitmapeffect.cs
- CurrentChangingEventManager.cs
- WindowsClaimSet.cs
- VisualTransition.cs
- TableParagraph.cs
- DesignerCommandAdapter.cs
- ModelPropertyImpl.cs
- categoryentry.cs