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
- EdmSchemaError.cs
- MsmqMessageSerializationFormat.cs
- ProfileSettingsCollection.cs
- selecteditemcollection.cs
- DictionaryBase.cs
- SecurityRuntime.cs
- AutomationElementCollection.cs
- SmtpDigestAuthenticationModule.cs
- RepeaterItemEventArgs.cs
- CornerRadius.cs
- ProcessingInstructionAction.cs
- ClaimSet.cs
- WebSysDisplayNameAttribute.cs
- tooltip.cs
- HostExecutionContextManager.cs
- TextSimpleMarkerProperties.cs
- TextCompositionManager.cs
- TreeNodeConverter.cs
- X509Utils.cs
- FrugalMap.cs
- Freezable.cs
- ParameterCollection.cs
- SplayTreeNode.cs
- PropertyValueUIItem.cs
- XmlSchemaNotation.cs
- DNS.cs
- FontStyleConverter.cs
- FacetValueContainer.cs
- ProbeDuplex11AsyncResult.cs
- _SslSessionsCache.cs
- FileLogRecordHeader.cs
- DatasetMethodGenerator.cs
- RuleConditionDialog.Designer.cs
- Binding.cs
- _StreamFramer.cs
- CodeLinePragma.cs
- RegisteredExpandoAttribute.cs
- ModifierKeysConverter.cs
- ScriptResourceAttribute.cs
- TypeUsageBuilder.cs
- TypeBinaryExpression.cs
- InitializationEventAttribute.cs
- PathSegment.cs
- PerformanceCounterManager.cs
- _NetRes.cs
- InputReportEventArgs.cs
- GcHandle.cs
- SizeConverter.cs
- ApplicationGesture.cs
- Transform.cs
- FontFamilyIdentifier.cs
- Table.cs
- DrawingVisual.cs
- Mouse.cs
- CompareInfo.cs
- CustomValidator.cs
- ExtendedProperty.cs
- BaseValidatorDesigner.cs
- VirtualDirectoryMapping.cs
- WrapperEqualityComparer.cs
- FloaterBaseParaClient.cs
- ChtmlPageAdapter.cs
- PromptStyle.cs
- PositiveTimeSpanValidatorAttribute.cs
- TemplatedMailWebEventProvider.cs
- WebFaultClientMessageInspector.cs
- KeyTimeConverter.cs
- WSSecureConversation.cs
- PictureBox.cs
- hresults.cs
- FontDifferentiator.cs
- RegistrationServices.cs
- SqlProfileProvider.cs
- SchemaImporter.cs
- FloaterParaClient.cs
- ImageAnimator.cs
- TrackingMemoryStreamFactory.cs
- OleDbSchemaGuid.cs
- Constants.cs
- MediaEntryAttribute.cs
- MachineSettingsSection.cs
- ProcessHost.cs
- SeekStoryboard.cs
- SplayTreeNode.cs
- ProfileSettingsCollection.cs
- EncryptedPackageFilter.cs
- ReversePositionQuery.cs
- WarningException.cs
- FixedFlowMap.cs
- RoleService.cs
- ImageListImageEditor.cs
- OrderByLifter.cs
- FormViewInsertEventArgs.cs
- DataGridHeaderBorder.cs
- filewebrequest.cs
- MenuStrip.cs
- ConfigDefinitionUpdates.cs
- WindowsFormsLinkLabel.cs
- ControlValuePropertyAttribute.cs
- Enum.cs