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
- DataSvcMapFileSerializer.cs
- CodePageEncoding.cs
- XmlSortKey.cs
- BinaryParser.cs
- DispatchChannelSink.cs
- WebInvokeAttribute.cs
- CompositeActivityTypeDescriptorProvider.cs
- SizeConverter.cs
- ConstraintCollection.cs
- HashSetEqualityComparer.cs
- WebServicesDescriptionAttribute.cs
- DBCommandBuilder.cs
- XmlConvert.cs
- RetrieveVirtualItemEventArgs.cs
- PrimitiveXmlSerializers.cs
- TreeNode.cs
- LogEntryDeserializer.cs
- DataKey.cs
- HttpMethodAttribute.cs
- SqlTrackingService.cs
- DbTransaction.cs
- RemoteHelper.cs
- EditorZone.cs
- SiteMapNodeItemEventArgs.cs
- StylusCollection.cs
- FunctionQuery.cs
- Convert.cs
- ChannelSinkStacks.cs
- ArraySortHelper.cs
- XPathArrayIterator.cs
- NamedPipeWorkerProcess.cs
- TableCellAutomationPeer.cs
- MultiDataTrigger.cs
- EFAssociationProvider.cs
- XmlSchemaSimpleTypeList.cs
- OleDbError.cs
- DoWorkEventArgs.cs
- XmlTextEncoder.cs
- XmlUnspecifiedAttribute.cs
- WindowsSpinner.cs
- CompoundFileIOPermission.cs
- XamlPathDataSerializer.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ExpandCollapseProviderWrapper.cs
- ToolStripMenuItemDesigner.cs
- SqlVersion.cs
- TextTreeUndo.cs
- DetailsViewDeletedEventArgs.cs
- NullableDecimalMinMaxAggregationOperator.cs
- HebrewCalendar.cs
- DependencyProperty.cs
- EditBehavior.cs
- Baml2006SchemaContext.cs
- XmlObjectSerializer.cs
- GenericQueueSurrogate.cs
- DeviceSpecificChoice.cs
- SecurityBindingElementImporter.cs
- ExpressionBuilderCollection.cs
- LogLogRecordHeader.cs
- DomainUpDown.cs
- HttpResponse.cs
- TextCollapsingProperties.cs
- OleDbStruct.cs
- TreeView.cs
- State.cs
- SafeNativeMethods.cs
- SqlBulkCopyColumnMappingCollection.cs
- Logging.cs
- ShellProvider.cs
- SqlRowUpdatingEvent.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- DataGridViewTextBoxEditingControl.cs
- EasingQuaternionKeyFrame.cs
- ByteStreamGeometryContext.cs
- WebPartEditVerb.cs
- sortedlist.cs
- ThumbAutomationPeer.cs
- PropertyChangedEventArgs.cs
- DebugView.cs
- WebPartCancelEventArgs.cs
- ScriptingWebServicesSectionGroup.cs
- RetrieveVirtualItemEventArgs.cs
- ButtonRenderer.cs
- XmlSerializer.cs
- ProxyWebPartConnectionCollection.cs
- ContentFilePart.cs
- _ListenerRequestStream.cs
- TraceLog.cs
- SQLUtility.cs
- OutputCacheModule.cs
- CodeTypeConstructor.cs
- ServicePointManager.cs
- PermissionToken.cs
- TabRenderer.cs
- ManagementObject.cs
- Drawing.cs
- TemplateControlCodeDomTreeGenerator.cs
- RSACryptoServiceProvider.cs
- WsiProfilesElementCollection.cs
- ScrollBarRenderer.cs