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
- BuildProvidersCompiler.cs
- XmlSchemaSimpleType.cs
- CommandDevice.cs
- WinEventQueueItem.cs
- MaskDesignerDialog.cs
- ObjectItemAssemblyLoader.cs
- XmlSchemaGroup.cs
- CdpEqualityComparer.cs
- TransformValueSerializer.cs
- DetailsViewCommandEventArgs.cs
- TextWriterTraceListener.cs
- DataObjectAttribute.cs
- RelationshipEndCollection.cs
- PropertyMetadata.cs
- SrgsDocument.cs
- LinkConverter.cs
- ClientScriptManagerWrapper.cs
- GregorianCalendarHelper.cs
- CqlErrorHelper.cs
- TreeBuilderXamlTranslator.cs
- XmlSchemaImporter.cs
- RadioButton.cs
- SqlDataSourceView.cs
- DynamicResourceExtensionConverter.cs
- HtmlTextViewAdapter.cs
- path.cs
- BridgeDataRecord.cs
- TdsEnums.cs
- httpserverutility.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- DbDataSourceEnumerator.cs
- WebEventTraceProvider.cs
- ProjectionQueryOptionExpression.cs
- DoubleCollection.cs
- SafeViewOfFileHandle.cs
- ChannelBinding.cs
- InfiniteIntConverter.cs
- ScriptModule.cs
- ViewBox.cs
- SafeWaitHandle.cs
- X509Logo.cs
- StickyNoteHelper.cs
- WindowsHyperlink.cs
- ConnectionManagementSection.cs
- RewritingProcessor.cs
- TemplatedMailWebEventProvider.cs
- Camera.cs
- ImageDrawing.cs
- WSDualHttpSecurityElement.cs
- TransformerInfo.cs
- LedgerEntryCollection.cs
- AsyncStreamReader.cs
- DropSource.cs
- SmiEventSink_DeferedProcessing.cs
- ServiceHostFactory.cs
- XmlChoiceIdentifierAttribute.cs
- StronglyTypedResourceBuilder.cs
- ProtectedConfiguration.cs
- DoWorkEventArgs.cs
- SqlInternalConnectionTds.cs
- TaskFormBase.cs
- HitTestDrawingContextWalker.cs
- DataGridViewHitTestInfo.cs
- WmlCalendarAdapter.cs
- TableCellAutomationPeer.cs
- Win32NamedPipes.cs
- CodeAccessPermission.cs
- MemberRestriction.cs
- WebFormsRootDesigner.cs
- RealizationDrawingContextWalker.cs
- DesignerWidgets.cs
- UIPermission.cs
- sqlstateclientmanager.cs
- PrintDialog.cs
- HyperlinkAutomationPeer.cs
- InProcStateClientManager.cs
- MarkupExtensionParser.cs
- DBSqlParserColumn.cs
- NumberFunctions.cs
- MimeFormReflector.cs
- HttpListenerException.cs
- XmlAutoDetectWriter.cs
- MethodAccessException.cs
- ContextMenu.cs
- SystemIPv4InterfaceProperties.cs
- BindingSource.cs
- XPathNavigator.cs
- ControlParameter.cs
- WMIInterop.cs
- FileCodeGroup.cs
- EnumBuilder.cs
- UIElementPropertyUndoUnit.cs
- MenuAdapter.cs
- DataSourceXmlTextReader.cs
- DataControlFieldHeaderCell.cs
- GuidTagList.cs
- CompilerGlobalScopeAttribute.cs
- WebZone.cs
- PageContent.cs
- Documentation.cs