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
- SqlServer2KCompatibilityAnnotation.cs
- FolderBrowserDialogDesigner.cs
- ColumnHeaderConverter.cs
- TemplateApplicationHelper.cs
- QueryOptionExpression.cs
- EncryptedPackage.cs
- Tracer.cs
- MultiSelector.cs
- NumericPagerField.cs
- MsmqIntegrationBindingElement.cs
- AbstractDataSvcMapFileLoader.cs
- SerialPort.cs
- HeaderCollection.cs
- IncrementalCompileAnalyzer.cs
- CalendarDateChangedEventArgs.cs
- TextModifierScope.cs
- DbDataSourceEnumerator.cs
- TdsParserStaticMethods.cs
- BitmapEffect.cs
- MenuItemStyle.cs
- ApplicationFileParser.cs
- Mappings.cs
- TransformPattern.cs
- DefaultShape.cs
- DocumentPageViewAutomationPeer.cs
- DiagnosticTraceSource.cs
- TripleDES.cs
- TemplateComponentConnector.cs
- LogExtent.cs
- ChameleonKey.cs
- SynchronizationContext.cs
- InputReferenceExpression.cs
- OleCmdHelper.cs
- InternalException.cs
- BitmapEffect.cs
- EventPropertyMap.cs
- URLString.cs
- ProtocolsSection.cs
- ConditionalAttribute.cs
- XmlSchemaException.cs
- DesignerContextDescriptor.cs
- Pair.cs
- PropertySourceInfo.cs
- SqlSupersetValidator.cs
- ShellProvider.cs
- ImagingCache.cs
- IPGlobalProperties.cs
- HyperLinkField.cs
- SqlInternalConnectionSmi.cs
- AttributeConverter.cs
- Site.cs
- BookmarkList.cs
- ToggleProviderWrapper.cs
- ScriptIgnoreAttribute.cs
- ContentValidator.cs
- ToolStripMenuItemCodeDomSerializer.cs
- BooleanFunctions.cs
- OperandQuery.cs
- LineProperties.cs
- NavigationHelper.cs
- ClientType.cs
- ReturnEventArgs.cs
- LinqDataSourceUpdateEventArgs.cs
- ButtonRenderer.cs
- ValidatorCompatibilityHelper.cs
- DocumentStatusResources.cs
- QueryResponse.cs
- CacheForPrimitiveTypes.cs
- KeyBinding.cs
- SimpleRecyclingCache.cs
- OdbcConnectionString.cs
- WebServiceEnumData.cs
- DecoderFallback.cs
- XPathQilFactory.cs
- UIPropertyMetadata.cs
- SchemaType.cs
- UnmanagedMemoryStreamWrapper.cs
- DoubleLinkListEnumerator.cs
- Mouse.cs
- OdbcUtils.cs
- XmlUrlResolver.cs
- NativeMethods.cs
- SchemaTableOptionalColumn.cs
- ButtonAutomationPeer.cs
- LayoutEditorPart.cs
- FileDialog.cs
- httpapplicationstate.cs
- RoleGroupCollection.cs
- Condition.cs
- URLAttribute.cs
- SelectionChangedEventArgs.cs
- PerfProviderCollection.cs
- HttpInputStream.cs
- SpeakCompletedEventArgs.cs
- SystemResourceHost.cs
- TimerEventSubscriptionCollection.cs
- ClientFormsAuthenticationCredentials.cs
- OuterGlowBitmapEffect.cs
- RangeValueProviderWrapper.cs
- RemoveStoryboard.cs