Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / CssClassPropertyAttribute.cs / 4 / 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() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TCEAdapterGenerator.cs
- documentsequencetextpointer.cs
- UserMapPath.cs
- DataGridViewAutoSizeModeEventArgs.cs
- NetworkCredential.cs
- MasterPageCodeDomTreeGenerator.cs
- ISFTagAndGuidCache.cs
- ChannelServices.cs
- DNS.cs
- securitycriticaldataformultiplegetandset.cs
- MD5.cs
- Message.cs
- SchemaMapping.cs
- EllipseGeometry.cs
- util.cs
- DocumentXPathNavigator.cs
- WsatServiceCertificate.cs
- TextTreeNode.cs
- ListBindingConverter.cs
- TableLayoutPanelCellPosition.cs
- CSharpCodeProvider.cs
- ObjectDataSourceDisposingEventArgs.cs
- ConversionContext.cs
- MessageEncoder.cs
- AppDomainShutdownMonitor.cs
- TypeConstant.cs
- CodeAttributeDeclaration.cs
- StringSource.cs
- PersonalizationStateInfo.cs
- HttpRawResponse.cs
- ExpressionVisitorHelpers.cs
- TypedAsyncResult.cs
- AccessText.cs
- ChangeTracker.cs
- DataListItemCollection.cs
- ColorConvertedBitmap.cs
- MessageHeader.cs
- altserialization.cs
- SqlCaseSimplifier.cs
- Point3DCollection.cs
- WindowsListBox.cs
- FeedUtils.cs
- CachedFontFamily.cs
- ScrollPattern.cs
- IdnMapping.cs
- XDeferredAxisSource.cs
- BindingGroup.cs
- InlineCollection.cs
- AutomationPeer.cs
- COM2PropertyBuilderUITypeEditor.cs
- WebPartDescription.cs
- ContextStaticAttribute.cs
- Point3DConverter.cs
- HMAC.cs
- RowToParametersTransformer.cs
- Point3DIndependentAnimationStorage.cs
- XNodeSchemaApplier.cs
- ItemCheckedEvent.cs
- GridLength.cs
- UnauthorizedWebPart.cs
- WorkflowDesignerColors.cs
- EntitySetBase.cs
- Logging.cs
- OrderedEnumerableRowCollection.cs
- X509CertificateValidator.cs
- InputDevice.cs
- Region.cs
- GroupDescription.cs
- XPathMessageFilterElement.cs
- DefaultParameterValueAttribute.cs
- AuthenticationException.cs
- TransformerTypeCollection.cs
- QueryResponse.cs
- Collection.cs
- CommandExpr.cs
- Metafile.cs
- XmlCountingReader.cs
- TimeoutValidationAttribute.cs
- InputManager.cs
- SqlTypesSchemaImporter.cs
- SqlDependency.cs
- DataGridHeaderBorder.cs
- GlobalItem.cs
- PointAnimationClockResource.cs
- FixedTextContainer.cs
- _FtpControlStream.cs
- Win32Native.cs
- UnionCqlBlock.cs
- GradientStop.cs
- HandledMouseEvent.cs
- SchemaSetCompiler.cs
- UdpChannelFactory.cs
- ArgumentNullException.cs
- WebPartsPersonalizationAuthorization.cs
- ViewSimplifier.cs
- HyperLinkColumn.cs
- IPPacketInformation.cs
- MaxMessageSizeStream.cs
- InternalSafeNativeMethods.cs
- RepeatButton.cs