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 {
///
///
///
/// 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.
//------------------------------------------------------------------------------
//
// 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
- BufferedConnection.cs
- HttpCacheParams.cs
- BufferModeSettings.cs
- XmlSerializerAssemblyAttribute.cs
- EdmTypeAttribute.cs
- IfJoinedCondition.cs
- StrokeSerializer.cs
- CryptoConfig.cs
- Permission.cs
- XmlAnyElementAttributes.cs
- DocumentScope.cs
- DrawingContextDrawingContextWalker.cs
- XmlSchemaComplexContentExtension.cs
- TypeElement.cs
- CompilerError.cs
- DesignerForm.cs
- ToolStripSplitButton.cs
- VisualStyleRenderer.cs
- precedingquery.cs
- SkewTransform.cs
- QueueException.cs
- ADRoleFactory.cs
- PaintEvent.cs
- WindowsTreeView.cs
- Rotation3D.cs
- TextTreeObjectNode.cs
- SoapProtocolReflector.cs
- ToolStripItemRenderEventArgs.cs
- SafeNativeMethodsMilCoreApi.cs
- ScriptingProfileServiceSection.cs
- DataSourceControl.cs
- DataRelation.cs
- SqlDataSourceSelectingEventArgs.cs
- ProviderCollection.cs
- LookupNode.cs
- IIS7UserPrincipal.cs
- LongTypeConverter.cs
- FigureParagraph.cs
- ActivityBuilderHelper.cs
- Screen.cs
- FileUtil.cs
- SerializationUtilities.cs
- MultipleViewPattern.cs
- BrowserDefinitionCollection.cs
- FileUpload.cs
- ServiceBusyException.cs
- InstancePersistenceEvent.cs
- VisualTreeUtils.cs
- relpropertyhelper.cs
- InputLanguageEventArgs.cs
- IEnumerable.cs
- DesignerHelpers.cs
- ScriptBehaviorDescriptor.cs
- SelectManyQueryOperator.cs
- TCEAdapterGenerator.cs
- _NegotiateClient.cs
- WsdlContractConversionContext.cs
- newinstructionaction.cs
- DetailsViewCommandEventArgs.cs
- XmlStreamStore.cs
- LocationSectionRecord.cs
- ServiceModelConfigurationSectionCollection.cs
- ActivityExecutionWorkItem.cs
- AttributeAction.cs
- FutureFactory.cs
- EntityViewGenerationAttribute.cs
- SHA384CryptoServiceProvider.cs
- RoutedEventArgs.cs
- GeneralTransformGroup.cs
- WindowsFont.cs
- ResourceManagerWrapper.cs
- ObjectDesignerDataSourceView.cs
- CallContext.cs
- MissingManifestResourceException.cs
- TransformGroup.cs
- VirtualPath.cs
- Rect3D.cs
- Package.cs
- HtmlInputText.cs
- HWStack.cs
- ClientApiGenerator.cs
- SchemaNotation.cs
- SiteMapDataSource.cs
- SinglePageViewer.cs
- DefaultTextStore.cs
- X509Certificate.cs
- HtmlInputCheckBox.cs
- ArgIterator.cs
- AssociationTypeEmitter.cs
- TemplateControl.cs
- storepermission.cs
- SMSvcHost.cs
- PackWebRequest.cs
- XamlRtfConverter.cs
- AsymmetricKeyExchangeDeformatter.cs
- ControlBindingsCollection.cs
- KerberosSecurityTokenAuthenticator.cs
- ZipFileInfo.cs
- RangeEnumerable.cs
- Inflater.cs