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
- KeyedHashAlgorithm.cs
- OleAutBinder.cs
- EntityDataSourceReferenceGroup.cs
- ProjectedSlot.cs
- RawKeyboardInputReport.cs
- LocalValueEnumerator.cs
- SqlUserDefinedAggregateAttribute.cs
- ButtonRenderer.cs
- ToolstripProfessionalRenderer.cs
- FrameworkContentElement.cs
- RightNameExpirationInfoPair.cs
- ProjectionPruner.cs
- UITypeEditor.cs
- OleDbTransaction.cs
- LineProperties.cs
- XmlMemberMapping.cs
- BamlTreeMap.cs
- Propagator.Evaluator.cs
- ReadOnlyAttribute.cs
- LocatorGroup.cs
- XmlNamespaceMapping.cs
- RightsManagementInformation.cs
- GatewayIPAddressInformationCollection.cs
- CultureTable.cs
- RuleProcessor.cs
- WindowAutomationPeer.cs
- ObjectTag.cs
- SystemThemeKey.cs
- ObjectSecurity.cs
- DeferredSelectedIndexReference.cs
- SqlGenericUtil.cs
- CodeSnippetExpression.cs
- RenderContext.cs
- RepeaterItem.cs
- ScrollableControl.cs
- X509CertificateInitiatorClientCredential.cs
- EdmSchemaAttribute.cs
- UriTemplateClientFormatter.cs
- QuadraticEase.cs
- ColorMap.cs
- QilFunction.cs
- MouseButton.cs
- DocumentCollection.cs
- AsmxEndpointPickerExtension.cs
- AmbientValueAttribute.cs
- PersonalizationProviderCollection.cs
- ParserStreamGeometryContext.cs
- NotSupportedException.cs
- FormatSettings.cs
- ETagAttribute.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- OrCondition.cs
- connectionpool.cs
- EnumerableCollectionView.cs
- InvokeHandlers.cs
- TcpProcessProtocolHandler.cs
- DispatchWrapper.cs
- ListBox.cs
- WebPartEditVerb.cs
- HtmlToClrEventProxy.cs
- MenuCommand.cs
- LocationChangedEventArgs.cs
- EmptyEnumerator.cs
- IBuiltInEvidence.cs
- Ray3DHitTestResult.cs
- FormViewDeleteEventArgs.cs
- IncrementalCompileAnalyzer.cs
- DbParameterCollectionHelper.cs
- StringOutput.cs
- ChangeDirector.cs
- ProfilePropertySettings.cs
- BindingValueChangedEventArgs.cs
- AppSettingsSection.cs
- RightsManagementResourceHelper.cs
- ZoneButton.cs
- DataGrid.cs
- FixedPageStructure.cs
- HMACRIPEMD160.cs
- NumberFunctions.cs
- ResourceFallbackManager.cs
- WebSysDefaultValueAttribute.cs
- LeaseManager.cs
- DataGridColumn.cs
- ReadOnlyNameValueCollection.cs
- ServiceDurableInstance.cs
- basecomparevalidator.cs
- PingReply.cs
- LabelLiteral.cs
- StreamingContext.cs
- SetterBaseCollection.cs
- ActiveXHelper.cs
- EmptyControlCollection.cs
- DeferredBinaryDeserializerExtension.cs
- IIS7UserPrincipal.cs
- Invariant.cs
- ScriptDescriptor.cs
- MobileTextWriter.cs
- ActivationServices.cs
- DoubleKeyFrameCollection.cs
- NativeMethods.cs