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 { ////// /// [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. //------------------------------------------------------------------------------ ///// Specifies which imagelist a property relates to. For example ImageListIndex must relate to a /// specific ImageList property /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { ////// /// [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./// Specifies which imagelist a property relates to. For example ImageListIndex must relate to a /// specific ImageList property /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BuilderPropertyEntry.cs
- FileIOPermission.cs
- UniqueConstraint.cs
- SqlTypesSchemaImporter.cs
- NameService.cs
- TagMapCollection.cs
- BasicCellRelation.cs
- DoubleAnimationBase.cs
- ThousandthOfEmRealDoubles.cs
- DocumentApplication.cs
- AdPostCacheSubstitution.cs
- ObjectStateEntry.cs
- SafePointer.cs
- DebugHandleTracker.cs
- DoWorkEventArgs.cs
- SqlDesignerDataSourceView.cs
- BasicExpandProvider.cs
- WinInet.cs
- EntityDataSourceContainerNameItem.cs
- WebPartPersonalization.cs
- Encoder.cs
- BuildResultCache.cs
- TextMetrics.cs
- ZipIOExtraField.cs
- InstanceData.cs
- SupportsEventValidationAttribute.cs
- UrlMappingCollection.cs
- ToolStripOverflow.cs
- PersistChildrenAttribute.cs
- AlternateView.cs
- ContainerSelectorActiveEvent.cs
- SettingsPropertyWrongTypeException.cs
- SymbolType.cs
- ExceptionHelpers.cs
- EnvelopedSignatureTransform.cs
- QueryOperatorEnumerator.cs
- TrackingMemoryStreamFactory.cs
- FormsAuthenticationEventArgs.cs
- DbMetaDataFactory.cs
- HealthMonitoringSection.cs
- ToolConsole.cs
- StreamGeometryContext.cs
- ResourceProviderFactory.cs
- ServicePointManagerElement.cs
- BindableAttribute.cs
- ActiveDocumentEvent.cs
- GroupItemAutomationPeer.cs
- KeyGestureValueSerializer.cs
- SafeRightsManagementHandle.cs
- SafeMILHandle.cs
- SamlAdvice.cs
- BoundsDrawingContextWalker.cs
- Ports.cs
- QueueAccessMode.cs
- PersonalizationEntry.cs
- Missing.cs
- RegexCompiler.cs
- IpcServerChannel.cs
- HtmlHead.cs
- XmlNodeChangedEventManager.cs
- DateTimeUtil.cs
- CodeTypeReference.cs
- ReadOnlyDataSourceView.cs
- RuntimeCompatibilityAttribute.cs
- AddInServer.cs
- RegisteredHiddenField.cs
- EntityCommandCompilationException.cs
- StatusStrip.cs
- DataGridViewCellStyleEditor.cs
- XmlSchemaInfo.cs
- SiteOfOriginContainer.cs
- DataTable.cs
- UrlMappingCollection.cs
- MimeImporter.cs
- CodeDomSerializationProvider.cs
- OdbcError.cs
- WebControlParameterProxy.cs
- graph.cs
- BitmapData.cs
- XmlDataSourceView.cs
- DataGridHeaderBorder.cs
- ResourceSetExpression.cs
- Propagator.ExtentPlaceholderCreator.cs
- GuidelineSet.cs
- SemanticBasicElement.cs
- IndentedTextWriter.cs
- PrimaryKeyTypeConverter.cs
- IHttpResponseInternal.cs
- ImagingCache.cs
- ObjectDataSourceSelectingEventArgs.cs
- NameValueSectionHandler.cs
- CodeDOMUtility.cs
- TaskDesigner.cs
- XmlAttributeProperties.cs
- ExpressionEditorAttribute.cs
- StatusBarPanelClickEvent.cs
- HttpListener.cs
- _ListenerRequestStream.cs
- FontDriver.cs
- DataGridViewAdvancedBorderStyle.cs