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
- DbConnectionPool.cs
- PersonalizationStateInfo.cs
- ScriptIgnoreAttribute.cs
- Run.cs
- RepeaterItemEventArgs.cs
- AliasGenerator.cs
- AddInPipelineAttributes.cs
- MembershipSection.cs
- XmlTextReaderImpl.cs
- TabControlEvent.cs
- StringSource.cs
- NGCSerializationManager.cs
- QilParameter.cs
- NegationPusher.cs
- AssemblyAttributes.cs
- PersonalizationProviderHelper.cs
- TextStore.cs
- SR.cs
- FrameSecurityDescriptor.cs
- Win32.cs
- TimelineCollection.cs
- InputProcessorProfilesLoader.cs
- UpDownBase.cs
- MultipleViewPattern.cs
- TileBrush.cs
- TimeBoundedCache.cs
- ComponentEvent.cs
- BatchStream.cs
- FlowDocumentPage.cs
- ConfigurationManagerInternal.cs
- HashCodeCombiner.cs
- GridViewUpdatedEventArgs.cs
- ToolStripDropTargetManager.cs
- AbsoluteQuery.cs
- DeobfuscatingStream.cs
- ViewManager.cs
- ListBox.cs
- CompilerTypeWithParams.cs
- ByteViewer.cs
- DefaultValueConverter.cs
- PointAnimationClockResource.cs
- Compilation.cs
- WorkflowServiceInstance.cs
- GridViewUpdateEventArgs.cs
- SystemDiagnosticsSection.cs
- DoubleAnimationClockResource.cs
- Parameter.cs
- BitmapEffectInputData.cs
- WindowsListBox.cs
- XmlStringTable.cs
- CreateUserErrorEventArgs.cs
- XmlKeywords.cs
- TextElementAutomationPeer.cs
- AttributeUsageAttribute.cs
- PhotoPrintingIntent.cs
- BinaryMethodMessage.cs
- BrowserTree.cs
- ICspAsymmetricAlgorithm.cs
- GridViewRowCollection.cs
- Boolean.cs
- PagedDataSource.cs
- cache.cs
- PowerModeChangedEventArgs.cs
- ISAPIApplicationHost.cs
- SplitterPanel.cs
- Label.cs
- SHA1CryptoServiceProvider.cs
- PanelStyle.cs
- CookielessData.cs
- DurableMessageDispatchInspector.cs
- KeyTimeConverter.cs
- SurrogateSelector.cs
- DoubleLinkList.cs
- ScriptControlManager.cs
- CompositionAdorner.cs
- TextBox.cs
- SafeBitVector32.cs
- GradientStop.cs
- ToolStripItemRenderEventArgs.cs
- ListViewItem.cs
- LayoutEditorPart.cs
- ShaperBuffers.cs
- TrackingExtract.cs
- ErrorHandlingAcceptor.cs
- ValidationHelper.cs
- EdmProviderManifest.cs
- FontStyle.cs
- LinkGrep.cs
- BamlTreeUpdater.cs
- BaseProcessProtocolHandler.cs
- BufferBuilder.cs
- Types.cs
- Directory.cs
- ParameterToken.cs
- isolationinterop.cs
- Compiler.cs
- BitmapSourceSafeMILHandle.cs
- Evidence.cs
- MetadataItem.cs
- BooleanExpr.cs