Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / ConstructorNeedsTagAttribute.cs / 1305376 / ConstructorNeedsTagAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] public sealed class ConstructorNeedsTagAttribute: Attribute { bool needsTag = false; ///Allows a control to specify that it needs a /// tag name in its constructor. ////// public ConstructorNeedsTagAttribute() { } ///Initializes a new instance of the ///class. /// public ConstructorNeedsTagAttribute(bool needsTag) { this.needsTag = needsTag; } ///Initializes a new instance of the ///class. /// public bool NeedsTag { get { return needsTag; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Indicates whether a control needs a tag in its contstructor. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CrossAppDomainChannel.cs
- AddingNewEventArgs.cs
- ExpressionEditorAttribute.cs
- XslVisitor.cs
- KeyInterop.cs
- ColumnMapVisitor.cs
- EncoderParameter.cs
- WindowsRegion.cs
- COM2PropertyBuilderUITypeEditor.cs
- ResourceSet.cs
- EdmComplexPropertyAttribute.cs
- DetailsViewDeleteEventArgs.cs
- DateTimeStorage.cs
- SubclassTypeValidatorAttribute.cs
- ImageAnimator.cs
- ProxyHwnd.cs
- UnionCodeGroup.cs
- userdatakeys.cs
- LocatorManager.cs
- DtrList.cs
- WebUtil.cs
- UmAlQuraCalendar.cs
- SecurityTokenSerializer.cs
- KeyboardEventArgs.cs
- Vector3D.cs
- WizardSideBarListControlItemEventArgs.cs
- Point3DAnimationBase.cs
- TextTreeFixupNode.cs
- ArgumentException.cs
- EntityDataSourceChangedEventArgs.cs
- TypeElementCollection.cs
- _Events.cs
- ModelToObjectValueConverter.cs
- BinHexEncoder.cs
- OleDbRowUpdatingEvent.cs
- LocalizableAttribute.cs
- CaseInsensitiveOrdinalStringComparer.cs
- XmlnsDefinitionAttribute.cs
- Decoder.cs
- FontCacheUtil.cs
- MSAANativeProvider.cs
- UInt32Storage.cs
- TagNameToTypeMapper.cs
- TableLayoutColumnStyleCollection.cs
- Material.cs
- CriticalHandle.cs
- ServicePerformanceCounters.cs
- DiscoveryClientDocuments.cs
- UserControlBuildProvider.cs
- SafeNativeMethods.cs
- EncoderReplacementFallback.cs
- WithStatement.cs
- BoundsDrawingContextWalker.cs
- WebPartDisplayMode.cs
- PropertyGridView.cs
- VirtualizingPanel.cs
- ToolboxItem.cs
- SchemaImporterExtension.cs
- BooleanSwitch.cs
- WebPartHelpVerb.cs
- RawTextInputReport.cs
- ProfileService.cs
- StdValidatorsAndConverters.cs
- SafeCoTaskMem.cs
- MemberProjectedSlot.cs
- ServicePointManagerElement.cs
- TypeUtil.cs
- HostedTransportConfigurationManager.cs
- SelectedDatesCollection.cs
- WebMethodAttribute.cs
- WebPartExportVerb.cs
- DataGridItem.cs
- TextParagraphProperties.cs
- TransportChannelFactory.cs
- DbProviderFactory.cs
- WindowsGraphicsWrapper.cs
- VerificationException.cs
- RelationshipType.cs
- PropertyOverridesTypeEditor.cs
- StandardMenuStripVerb.cs
- LogicalExpr.cs
- SafeNativeMethods.cs
- SynchronizationValidator.cs
- TableCellsCollectionEditor.cs
- IOThreadScheduler.cs
- ReadOnlyPropertyMetadata.cs
- IERequestCache.cs
- ExitEventArgs.cs
- ImageListImage.cs
- SqlMethodAttribute.cs
- TextTreeRootTextBlock.cs
- Compiler.cs
- PlainXmlDeserializer.cs
- RepeatInfo.cs
- ObjectDataSourceDisposingEventArgs.cs
- XPathScanner.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- GridToolTip.cs
- ViewValidator.cs
- AttributeConverter.cs