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
- Random.cs
- XPathNodeInfoAtom.cs
- StreamUpgradeInitiator.cs
- wmiprovider.cs
- XmlSerializerNamespaces.cs
- TriState.cs
- SqlConnectionFactory.cs
- CreateUserErrorEventArgs.cs
- XmlSubtreeReader.cs
- CurrentChangedEventManager.cs
- VoiceSynthesis.cs
- VBIdentifierTrimConverter.cs
- SmtpCommands.cs
- ApplicationDirectory.cs
- CultureTableRecord.cs
- SimpleBitVector32.cs
- Track.cs
- X509Certificate2Collection.cs
- ObjectStateFormatter.cs
- DataAdapter.cs
- DataGridViewTextBoxCell.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TextEditor.cs
- ExpressionEditorAttribute.cs
- Utils.cs
- ArrangedElementCollection.cs
- SafeArrayRankMismatchException.cs
- DataGridViewCellPaintingEventArgs.cs
- SettingsSection.cs
- Encoder.cs
- StringToken.cs
- ApplicationManager.cs
- ProxyHelper.cs
- DesignerWidgets.cs
- NonceCache.cs
- EdmError.cs
- updatecommandorderer.cs
- WindowsStatusBar.cs
- FileSecurity.cs
- relpropertyhelper.cs
- ZoneButton.cs
- XmlDictionaryWriter.cs
- PictureBox.cs
- GeometryCombineModeValidation.cs
- GridViewActionList.cs
- SocketStream.cs
- LineBreakRecord.cs
- InputBinder.cs
- AssemblyAttributesGoHere.cs
- DrawingContext.cs
- unitconverter.cs
- Compress.cs
- rsa.cs
- ItemList.cs
- TriggerAction.cs
- AudioFormatConverter.cs
- RepeaterCommandEventArgs.cs
- ObjectDataSourceView.cs
- NonParentingControl.cs
- DynamicScriptObject.cs
- ArrayTypeMismatchException.cs
- GregorianCalendarHelper.cs
- ReadWriteSpinLock.cs
- ConversionValidationRule.cs
- oledbmetadatacollectionnames.cs
- Delegate.cs
- WebServiceMethodData.cs
- ConditionalAttribute.cs
- XDeferredAxisSource.cs
- TransformedBitmap.cs
- TouchesCapturedWithinProperty.cs
- ReturnValue.cs
- GridViewRowEventArgs.cs
- QilScopedVisitor.cs
- CompModSwitches.cs
- ToolStripItemDesigner.cs
- SqlDataSourceView.cs
- listitem.cs
- ThreadExceptionEvent.cs
- VirtualPathProvider.cs
- CryptoApi.cs
- WorkflowStateRollbackService.cs
- FieldMetadata.cs
- EndOfStreamException.cs
- RemoveStoryboard.cs
- NotifyParentPropertyAttribute.cs
- FunctionUpdateCommand.cs
- ByteRangeDownloader.cs
- XPathBuilder.cs
- UserPreferenceChangedEventArgs.cs
- SqlBooleanMismatchVisitor.cs
- DiscoveryClientProtocol.cs
- Sequence.cs
- LinearQuaternionKeyFrame.cs
- LicenseManager.cs
- ChangeProcessor.cs
- QilChoice.cs
- StringBuilder.cs
- ImageList.cs
- XmlNodeChangedEventArgs.cs