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 {
///
///
///
/// Specifies which imagelist a property relates to. For example ImageListIndex must relate to a
/// specific ImageList property
///
///
[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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- VisualBrush.cs
- SettingsPropertyValue.cs
- CodeDesigner.cs
- StructureChangedEventArgs.cs
- SqlFacetAttribute.cs
- XmlReaderSettings.cs
- XmlElementAttribute.cs
- PerfCounters.cs
- RenameRuleObjectDialog.Designer.cs
- ToolstripProfessionalRenderer.cs
- XmlNodeReader.cs
- StructuredTypeEmitter.cs
- AdornedElementPlaceholder.cs
- UpdatePanelTrigger.cs
- DataGridPagerStyle.cs
- DateTimeOffsetConverter.cs
- DocumentsTrace.cs
- HtmlInputFile.cs
- System.Data_BID.cs
- MouseEvent.cs
- ZoneIdentityPermission.cs
- XmlSchemaComplexContentRestriction.cs
- RegexCompilationInfo.cs
- __Error.cs
- CodePageUtils.cs
- PerfProviderCollection.cs
- TimeIntervalCollection.cs
- CompilationSection.cs
- PointLightBase.cs
- TemplateKeyConverter.cs
- HwndStylusInputProvider.cs
- PropertyConverter.cs
- PopupRoot.cs
- RemoteWebConfigurationHost.cs
- MessageEventSubscriptionService.cs
- ObjectDisposedException.cs
- SchemaImporterExtensionElement.cs
- XmlSerializerNamespaces.cs
- iisPickupDirectory.cs
- SecurityPolicySection.cs
- Trace.cs
- VisualTreeUtils.cs
- SqlClientFactory.cs
- MetaColumn.cs
- SymbolType.cs
- SponsorHelper.cs
- MediaPlayerState.cs
- CompositeCollectionView.cs
- SqlNamer.cs
- ServiceNameCollection.cs
- FilterRepeater.cs
- DBCommandBuilder.cs
- NativeMethods.cs
- WCFModelStrings.Designer.cs
- MouseEventArgs.cs
- ContextStaticAttribute.cs
- AudioBase.cs
- cookiecontainer.cs
- MetafileHeaderWmf.cs
- Function.cs
- SafeSystemMetrics.cs
- ISAPIApplicationHost.cs
- InvalidWMPVersionException.cs
- XmlQuerySequence.cs
- WebPartMovingEventArgs.cs
- Pen.cs
- WebEvents.cs
- ToolConsole.cs
- ObjectKeyFrameCollection.cs
- DynamicMethod.cs
- DataGridViewRow.cs
- DropShadowEffect.cs
- TextTreeDeleteContentUndoUnit.cs
- ListViewItemSelectionChangedEvent.cs
- InternalMappingException.cs
- SettingsPropertyValue.cs
- SelectingProviderEventArgs.cs
- TreeNode.cs
- WebPartTransformerAttribute.cs
- PriorityBinding.cs
- XmlLanguageConverter.cs
- CultureInfo.cs
- X509SecurityToken.cs
- DataKeyArray.cs
- CacheMode.cs
- Baml2006Reader.cs
- WmlImageAdapter.cs
- MemoryStream.cs
- ClrPerspective.cs
- RequestCachePolicy.cs
- BulletChrome.cs
- DivideByZeroException.cs
- ElementAction.cs
- TabItemWrapperAutomationPeer.cs
- HttpCookieCollection.cs
- SHA512.cs
- XmlSchemaChoice.cs
- ClockGroup.cs
- SystemResources.cs
- assertwrapper.cs