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
- Pen.cs
- LinqDataSource.cs
- HtmlSelect.cs
- DBCommand.cs
- followingsibling.cs
- TemplateBaseAction.cs
- ECDiffieHellmanCng.cs
- WrappedIUnknown.cs
- UrlPath.cs
- ChannelManager.cs
- Automation.cs
- JoinSymbol.cs
- InstanceKey.cs
- SingleConverter.cs
- RawTextInputReport.cs
- SecuritySessionFilter.cs
- HashSetDebugView.cs
- DescendentsWalker.cs
- TreeWalkHelper.cs
- SafeHandles.cs
- QilList.cs
- View.cs
- GeometryConverter.cs
- CodeVariableReferenceExpression.cs
- Nodes.cs
- PointLightBase.cs
- ThemeDirectoryCompiler.cs
- MatchingStyle.cs
- SQlBooleanStorage.cs
- ServerValidateEventArgs.cs
- WorkflowServiceNamespace.cs
- ActivationServices.cs
- PopupControlService.cs
- XmlExtensionFunction.cs
- TypefaceCollection.cs
- KeyboardDevice.cs
- FlowDocumentReader.cs
- StorageAssociationTypeMapping.cs
- DefaultWorkflowSchedulerService.cs
- OciEnlistContext.cs
- UTF8Encoding.cs
- OdbcException.cs
- PeerEndPoint.cs
- OutputCacheSettingsSection.cs
- Polyline.cs
- PageSettings.cs
- HttpRequestBase.cs
- Tile.cs
- XmlCharacterData.cs
- CapabilitiesPattern.cs
- WebBrowserBase.cs
- LogLogRecord.cs
- DateTimeSerializationSection.cs
- SortQuery.cs
- Compiler.cs
- TailCallAnalyzer.cs
- MaterialGroup.cs
- Transform.cs
- XmlMembersMapping.cs
- DbException.cs
- ActiveXSite.cs
- OptionalColumn.cs
- DictionaryBase.cs
- DataSourceCacheDurationConverter.cs
- BamlRecords.cs
- GPRECTF.cs
- HttpCookie.cs
- SourceFileBuildProvider.cs
- SRGSCompiler.cs
- XmlTextAttribute.cs
- HeaderPanel.cs
- PlatformCulture.cs
- XmlSerializationWriter.cs
- DesignBindingPropertyDescriptor.cs
- UserControlParser.cs
- FileClassifier.cs
- CorrelationToken.cs
- ConfigurationElement.cs
- StringToken.cs
- ColorConverter.cs
- ReadOnlyState.cs
- InputLanguageEventArgs.cs
- TextEndOfLine.cs
- ProgressChangedEventArgs.cs
- Environment.cs
- WizardStepBase.cs
- WaveHeader.cs
- CodeDesigner.cs
- WebPartExportVerb.cs
- XmlObjectSerializerReadContextComplexJson.cs
- ResourceReader.cs
- X509Utils.cs
- ServiceModelActivity.cs
- TableItemPatternIdentifiers.cs
- CustomMenuItemCollection.cs
- BindingValueChangedEventArgs.cs
- Rectangle.cs
- RemotingHelper.cs
- UserControlParser.cs
- CharacterBuffer.cs