Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RegexWriter.cs
- DocumentSequence.cs
- NonParentingControl.cs
- ReliableSessionBindingElementImporter.cs
- LocalServiceSecuritySettingsElement.cs
- DataGridViewColumnCollectionDialog.cs
- QueryOperationResponseOfT.cs
- DecimalFormatter.cs
- Material.cs
- CannotUnloadAppDomainException.cs
- BadImageFormatException.cs
- FullTrustAssembly.cs
- ExtenderProviderService.cs
- Drawing.cs
- ProcessModelInfo.cs
- DataRecord.cs
- MailSettingsSection.cs
- AsyncOperationManager.cs
- DataGridCaption.cs
- ObjectQueryExecutionPlan.cs
- XamlFrame.cs
- BevelBitmapEffect.cs
- InputBinder.cs
- JoinQueryOperator.cs
- PageSetupDialog.cs
- PrimaryKeyTypeConverter.cs
- PiiTraceSource.cs
- XmlIgnoreAttribute.cs
- Mouse.cs
- Triangle.cs
- Assembly.cs
- MemoryMappedFileSecurity.cs
- DesignerCommandAdapter.cs
- BindingContext.cs
- SecurityStandardsManager.cs
- NativeMethods.cs
- Properties.cs
- CfgParser.cs
- Brush.cs
- EmptyReadOnlyDictionaryInternal.cs
- BuildProvider.cs
- dbdatarecord.cs
- StateMachineHelpers.cs
- TrackingMemoryStreamFactory.cs
- ReplacementText.cs
- Size3DValueSerializer.cs
- Literal.cs
- CommonDialog.cs
- XamlSerializationHelper.cs
- PrivacyNoticeBindingElement.cs
- MarkupCompiler.cs
- EventSinkHelperWriter.cs
- SQLDouble.cs
- ConfigXmlComment.cs
- DbProviderSpecificTypePropertyAttribute.cs
- AssociativeAggregationOperator.cs
- PointLight.cs
- SingleConverter.cs
- SqlTriggerContext.cs
- SerializationInfo.cs
- GC.cs
- SerializableAttribute.cs
- ListControl.cs
- WindowManager.cs
- FamilyTypeface.cs
- ConditionCollection.cs
- PartialTrustHelpers.cs
- ObjectListField.cs
- HandlerMappingMemo.cs
- CollectionViewGroupInternal.cs
- StringReader.cs
- BindingValueChangedEventArgs.cs
- FixedPageAutomationPeer.cs
- BamlTreeNode.cs
- EventPrivateKey.cs
- MessageQueuePermission.cs
- ComboBoxRenderer.cs
- DataGridViewRowCancelEventArgs.cs
- SafePointer.cs
- RowUpdatingEventArgs.cs
- FormView.cs
- MD5.cs
- SerializationFieldInfo.cs
- EntityDataSourceReferenceGroup.cs
- WorkflowRuntimeSection.cs
- GeneralTransform3DCollection.cs
- DocumentPageHost.cs
- SHA512.cs
- OleStrCAMarshaler.cs
- ValueType.cs
- BitmapSizeOptions.cs
- XmlHierarchyData.cs
- Effect.cs
- FileDialogCustomPlace.cs
- EventLogInternal.cs
- UrlPath.cs
- BooleanFacetDescriptionElement.cs
- GeneralTransform3DGroup.cs
- MembershipSection.cs
- WebConfigurationHost.cs