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
- ColumnReorderedEventArgs.cs
- Graphics.cs
- Expressions.cs
- PointKeyFrameCollection.cs
- HierarchicalDataBoundControlAdapter.cs
- HttpListenerRequest.cs
- SqlConnectionHelper.cs
- UntypedNullExpression.cs
- Transactions.cs
- XmlAttributeProperties.cs
- SrgsElementList.cs
- BinaryUtilClasses.cs
- Comparer.cs
- MachineKeySection.cs
- BitmapEffectDrawingContextState.cs
- InternalsVisibleToAttribute.cs
- ReflectionUtil.cs
- AddressHeaderCollection.cs
- SoapIncludeAttribute.cs
- Converter.cs
- IUnknownConstantAttribute.cs
- mediaeventargs.cs
- CodeBinaryOperatorExpression.cs
- _ConnectStream.cs
- DataGridPageChangedEventArgs.cs
- Zone.cs
- SqlCommandSet.cs
- VisualProxy.cs
- DataPointer.cs
- BaseTemplateParser.cs
- DoubleUtil.cs
- PrinterResolution.cs
- DecoderFallback.cs
- InvalidCommandTreeException.cs
- Camera.cs
- ToolStripGrip.cs
- ScopelessEnumAttribute.cs
- RadioButtonFlatAdapter.cs
- XsltConvert.cs
- DataGridViewColumnCollection.cs
- DataSourceCacheDurationConverter.cs
- RawStylusInputReport.cs
- XPathPatternBuilder.cs
- QueueSurrogate.cs
- EventlogProvider.cs
- Variant.cs
- PhysicalAddress.cs
- HttpHeaderCollection.cs
- StaticSiteMapProvider.cs
- FixedSchema.cs
- PositiveTimeSpanValidator.cs
- SplitContainer.cs
- Rotation3DKeyFrameCollection.cs
- Point4D.cs
- GlyphRun.cs
- FileDialog.cs
- MLangCodePageEncoding.cs
- ToolStripItemCollection.cs
- KnownTypesHelper.cs
- InvokePattern.cs
- SamlSerializer.cs
- DecimalConverter.cs
- MDIClient.cs
- ConfigurationPermission.cs
- FixedTextSelectionProcessor.cs
- Registry.cs
- EmbossBitmapEffect.cs
- OletxResourceManager.cs
- ForeignConstraint.cs
- NativeMethods.cs
- EmptyControlCollection.cs
- Queue.cs
- SspiSecurityTokenParameters.cs
- _UriSyntax.cs
- EntityClassGenerator.cs
- TypeReference.cs
- SecurityTokenSerializer.cs
- DateTimeValueSerializer.cs
- ScriptManager.cs
- DecoderBestFitFallback.cs
- CodeValidator.cs
- ButtonChrome.cs
- DataGridRowClipboardEventArgs.cs
- StateMachineExecutionState.cs
- TextAnchor.cs
- QuaternionKeyFrameCollection.cs
- X509Chain.cs
- CryptoConfig.cs
- updatecommandorderer.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- CompositionTarget.cs
- DeclarativeCatalogPart.cs
- ImageConverter.cs
- TaskHelper.cs
- EventData.cs
- ClientBuildManager.cs
- GridPattern.cs
- RSACryptoServiceProvider.cs
- Interlocked.cs
- LineServicesRun.cs