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
- XmlEntity.cs
- ListBox.cs
- AttributeQuery.cs
- DataRowComparer.cs
- SynchronizationFilter.cs
- SecurityContext.cs
- Size.cs
- DataFormats.cs
- RegexNode.cs
- SmiRecordBuffer.cs
- SafeViewOfFileHandle.cs
- TransformCryptoHandle.cs
- ReferentialConstraint.cs
- SiteOfOriginContainer.cs
- TrimSurroundingWhitespaceAttribute.cs
- LineServices.cs
- ProvidePropertyAttribute.cs
- TypedAsyncResult.cs
- ValidationError.cs
- XmlEnumAttribute.cs
- DocumentSequence.cs
- QueryOperatorEnumerator.cs
- CorrelationToken.cs
- PropertyGridEditorPart.cs
- PackWebRequestFactory.cs
- ByteAnimationUsingKeyFrames.cs
- MsmqEncryptionAlgorithm.cs
- CompoundFileIOPermission.cs
- RijndaelManaged.cs
- PreviewPageInfo.cs
- Bidi.cs
- NetworkCredential.cs
- UriExt.cs
- Base64Decoder.cs
- CellRelation.cs
- MainMenu.cs
- SvcMapFileLoader.cs
- FixUp.cs
- DeviceSpecificChoice.cs
- AspProxy.cs
- PageRanges.cs
- VersionPair.cs
- PlatformNotSupportedException.cs
- StringUtil.cs
- XmlParserContext.cs
- X509Certificate.cs
- ProviderManager.cs
- ReadOnlyDataSourceView.cs
- BinaryReader.cs
- DeviceContext.cs
- NamedPipeTransportBindingElement.cs
- IDQuery.cs
- Enum.cs
- BrowserCapabilitiesFactory35.cs
- Typography.cs
- SequentialWorkflowHeaderFooter.cs
- HeaderedContentControl.cs
- ControlHelper.cs
- ProgressBarBrushConverter.cs
- ContentType.cs
- DynamicPropertyReader.cs
- BigInt.cs
- TextTreePropertyUndoUnit.cs
- NegotiationTokenAuthenticatorState.cs
- BindingNavigator.cs
- XPathNavigatorKeyComparer.cs
- DataSourceExpression.cs
- TextServicesProperty.cs
- SqlDuplicator.cs
- RegularExpressionValidator.cs
- TemplateEditingFrame.cs
- PrintPreviewControl.cs
- MimeBasePart.cs
- TextTreeTextNode.cs
- TextEditorParagraphs.cs
- PerformanceCounterPermission.cs
- AssemblyCache.cs
- ToolStripDropDownMenu.cs
- SamlAuthenticationClaimResource.cs
- CompositeActivityValidator.cs
- SoapFormatExtensions.cs
- WindowsServiceCredential.cs
- Literal.cs
- odbcmetadatacolumnnames.cs
- ScriptControl.cs
- CodeBlockBuilder.cs
- cache.cs
- ResourceManager.cs
- ParameterModifier.cs
- ImpersonateTokenRef.cs
- IdentityHolder.cs
- BufferBuilder.cs
- SettingsPropertyIsReadOnlyException.cs
- filewebrequest.cs
- ValidationContext.cs
- TraceHwndHost.cs
- DatagridviewDisplayedBandsData.cs
- Knowncolors.cs
- EntityModelSchemaGenerator.cs
- PartialArray.cs