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
- ListViewAutomationPeer.cs
- CompilerParameters.cs
- Buffer.cs
- CompressedStack.cs
- MD5HashHelper.cs
- StringWriter.cs
- RectKeyFrameCollection.cs
- OptimizedTemplateContentHelper.cs
- NetworkInterface.cs
- WebEvents.cs
- _FtpDataStream.cs
- GridView.cs
- Accessible.cs
- AndCondition.cs
- TextAction.cs
- XmlWrappingReader.cs
- DataGridTableCollection.cs
- VersionedStreamOwner.cs
- BufferedReadStream.cs
- SectionRecord.cs
- Application.cs
- Events.cs
- CompoundFileStreamReference.cs
- ApplicationBuildProvider.cs
- SelectedGridItemChangedEvent.cs
- UdpTransportBindingElement.cs
- EventProxy.cs
- ServiceInfo.cs
- GrammarBuilderRuleRef.cs
- UnsafeNativeMethodsTablet.cs
- BrowserCapabilitiesFactoryBase.cs
- ProtectedConfiguration.cs
- EditorBrowsableAttribute.cs
- OciEnlistContext.cs
- coordinator.cs
- UserControlCodeDomTreeGenerator.cs
- XPathNode.cs
- SafeLibraryHandle.cs
- CurrentChangingEventArgs.cs
- AvTraceDetails.cs
- SqlComparer.cs
- SpinWait.cs
- ProcessHostMapPath.cs
- PointLightBase.cs
- MouseActionValueSerializer.cs
- EntityModelSchemaGenerator.cs
- DictionaryMarkupSerializer.cs
- CodeCompiler.cs
- EnumBuilder.cs
- WebHttpSecurityElement.cs
- XmlSchemaAll.cs
- Char.cs
- ExcCanonicalXml.cs
- ContextInformation.cs
- ReflectPropertyDescriptor.cs
- OverflowException.cs
- CommandSet.cs
- QilLoop.cs
- PriorityItem.cs
- MessageContractExporter.cs
- ObjRef.cs
- EntityDataSourceWrapper.cs
- Win32SafeHandles.cs
- COM2AboutBoxPropertyDescriptor.cs
- ServiceCredentialsElement.cs
- QuaternionKeyFrameCollection.cs
- WizardStepCollectionEditor.cs
- SpanIndex.cs
- SeparatorAutomationPeer.cs
- StringAnimationUsingKeyFrames.cs
- LineGeometry.cs
- XmlAttributeCache.cs
- HMACSHA512.cs
- MarginsConverter.cs
- PageStatePersister.cs
- COM2ComponentEditor.cs
- RequestStatusBarUpdateEventArgs.cs
- DropSource.cs
- AxHost.cs
- TCPClient.cs
- ZipFileInfo.cs
- EntityDataSourceSelectingEventArgs.cs
- RSAProtectedConfigurationProvider.cs
- MessageQueueException.cs
- CreateUserWizard.cs
- LayoutEngine.cs
- ContractCodeDomInfo.cs
- FixedSOMGroup.cs
- ISAPIRuntime.cs
- CodeDirectionExpression.cs
- EmptyArray.cs
- Shape.cs
- UpdatePanel.cs
- WebPartDescription.cs
- ILGenerator.cs
- BinaryFormatterSinks.cs
- Span.cs
- OutputCacheSection.cs
- WebPageTraceListener.cs
- Directory.cs