Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / CssClassPropertyAttribute.cs / 1 / CssClassPropertyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.ComponentModel; using System.Globalization; using System.Security.Permissions; using System.Web.Util; ////// CssClassPropertyAttribute /// The CssClassPropertyAttribute is applied to properties that contain CssClass names. /// The designer uses this attribute to add a design-time CssClass editor experience /// to the property in the property grid. /// [AttributeUsage(AttributeTargets.Property)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class CssClassPropertyAttribute : Attribute { public CssClassPropertyAttribute() { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Ipv6Element.cs
- PartialList.cs
- ChildrenQuery.cs
- BezierSegment.cs
- SqlTopReducer.cs
- AccessControlEntry.cs
- PersonalizationState.cs
- BackEase.cs
- VectorCollectionConverter.cs
- BevelBitmapEffect.cs
- ComplexObject.cs
- PolyBezierSegment.cs
- HttpApplication.cs
- SevenBitStream.cs
- AuthenticatedStream.cs
- ExceptionHandlers.cs
- IdnElement.cs
- DesignerTransactionCloseEvent.cs
- ProfilePropertyNameValidator.cs
- ComponentEditorForm.cs
- DataGridViewRowEventArgs.cs
- QueryStringHandler.cs
- HtmlMeta.cs
- RegexWriter.cs
- ModifierKeysConverter.cs
- EncryptedData.cs
- DataMember.cs
- StrongNameHelpers.cs
- _UncName.cs
- GeneralTransform3DGroup.cs
- InvokeAction.cs
- X509Certificate2.cs
- BaseCollection.cs
- SaveFileDialog.cs
- TypeContext.cs
- SecurityTokenTypes.cs
- AssemblyCollection.cs
- FontDialog.cs
- SQLDateTimeStorage.cs
- AdvancedBindingPropertyDescriptor.cs
- CounterSampleCalculator.cs
- x509store.cs
- WorkflowQueue.cs
- WebEventTraceProvider.cs
- CqlLexer.cs
- WhiteSpaceTrimStringConverter.cs
- Documentation.cs
- CodeStatement.cs
- AuthenticationModuleElementCollection.cs
- HyperLinkField.cs
- XPathConvert.cs
- UIElementParagraph.cs
- ActivitiesCollection.cs
- TdsParserSessionPool.cs
- ProcessThread.cs
- DateRangeEvent.cs
- ForeignConstraint.cs
- HtmlElementCollection.cs
- WebSysDisplayNameAttribute.cs
- SimpleMailWebEventProvider.cs
- UpdateProgress.cs
- CompositeCollectionView.cs
- MetadataCache.cs
- MarkedHighlightComponent.cs
- DbProviderFactories.cs
- DefaultDiscoveryServiceExtension.cs
- OdbcDataReader.cs
- SafePointer.cs
- WindowsFormsLinkLabel.cs
- HistoryEventArgs.cs
- DataTableClearEvent.cs
- EntryIndex.cs
- MessageBox.cs
- PropertySourceInfo.cs
- GPRECT.cs
- OrElse.cs
- DbConnectionPoolIdentity.cs
- AnnotationComponentChooser.cs
- RouteParametersHelper.cs
- StrongNameMembershipCondition.cs
- SrgsDocument.cs
- ImageKeyConverter.cs
- WeakReferenceEnumerator.cs
- DBConnectionString.cs
- TypeInitializationException.cs
- prefixendpointaddressmessagefilter.cs
- SudsParser.cs
- shaperfactoryquerycacheentry.cs
- ValidationResults.cs
- DataRelation.cs
- HttpWebResponse.cs
- ToolStripItemDataObject.cs
- DiscoveryClientReferences.cs
- XPathBinder.cs
- Vector.cs
- Blend.cs
- RelatedView.cs
- CustomLineCap.cs
- ActiveXSite.cs
- StrongNameKeyPair.cs