Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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() { } } } // 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
- Atom10ItemFormatter.cs
- XamlPathDataSerializer.cs
- AnnotationComponentChooser.cs
- CacheChildrenQuery.cs
- OleDbMetaDataFactory.cs
- SecurityContext.cs
- GeneratedContractType.cs
- SemanticValue.cs
- NativeMethodsCLR.cs
- ExpressionBuilderCollection.cs
- DataTableNewRowEvent.cs
- AnnouncementSendsAsyncResult.cs
- PublisherIdentityPermission.cs
- DynamicActivityXamlReader.cs
- ScriptBehaviorDescriptor.cs
- RepeaterItemEventArgs.cs
- ETagAttribute.cs
- DataKey.cs
- ViewPort3D.cs
- Point3DIndependentAnimationStorage.cs
- ToolStripSplitStackLayout.cs
- PersonalizableTypeEntry.cs
- XmlSchemaGroupRef.cs
- MappingMetadataHelper.cs
- ThicknessKeyFrameCollection.cs
- InstanceView.cs
- Stopwatch.cs
- HwndSubclass.cs
- RichTextBoxAutomationPeer.cs
- UseLicense.cs
- SoapFormatterSinks.cs
- LinkUtilities.cs
- UIElementParagraph.cs
- StatusInfoItem.cs
- NestedContainer.cs
- BaseResourcesBuildProvider.cs
- CompilerLocalReference.cs
- UserControl.cs
- FormParameter.cs
- NamespaceList.cs
- FormViewUpdatedEventArgs.cs
- TextClipboardData.cs
- Win32SafeHandles.cs
- ToolboxBitmapAttribute.cs
- WebPartVerbsEventArgs.cs
- ProfessionalColorTable.cs
- WindowExtensionMethods.cs
- UnmanagedMemoryStreamWrapper.cs
- SrgsGrammarCompiler.cs
- DataGridCellEditEndingEventArgs.cs
- TaiwanCalendar.cs
- WebPartDisplayModeCollection.cs
- TreeViewItemAutomationPeer.cs
- EncoderReplacementFallback.cs
- EnvironmentPermission.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- Token.cs
- CacheChildrenQuery.cs
- SkewTransform.cs
- FixedDSBuilder.cs
- FormViewCommandEventArgs.cs
- CellParaClient.cs
- SHA1Cng.cs
- ImageAutomationPeer.cs
- XamlStyleSerializer.cs
- DefaultHttpHandler.cs
- contentDescriptor.cs
- XmlSchemaComplexType.cs
- TypeBinaryExpression.cs
- EnterpriseServicesHelper.cs
- ProviderCollection.cs
- TrackingMemoryStream.cs
- TypeConverterHelper.cs
- CoreChannel.cs
- DocumentXPathNavigator.cs
- MbpInfo.cs
- EntityCodeGenerator.cs
- StdValidatorsAndConverters.cs
- MessageSmuggler.cs
- HashRepartitionStream.cs
- XmlDataCollection.cs
- util.cs
- SiteMapSection.cs
- GeometryHitTestResult.cs
- MgmtConfigurationRecord.cs
- BidOverLoads.cs
- IntPtr.cs
- ToolStripGrip.cs
- GlyphShapingProperties.cs
- ScrollableControlDesigner.cs
- DbSetClause.cs
- FormClosedEvent.cs
- AQNBuilder.cs
- XNodeValidator.cs
- CommandID.cs
- WindowsScrollBarBits.cs
- WindowsRichEditRange.cs
- SqlMethods.cs
- BasicExpressionVisitor.cs
- SchemaHelper.cs