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
- DataMisalignedException.cs
- XmlReaderSettings.cs
- SoapClientMessage.cs
- CompatibleComparer.cs
- TableRow.cs
- StdRegProviderWrapper.cs
- ScriptingScriptResourceHandlerSection.cs
- StorageEndPropertyMapping.cs
- URI.cs
- RawTextInputReport.cs
- HttpException.cs
- TaskFactory.cs
- AssemblyName.cs
- CodeArrayCreateExpression.cs
- Socket.cs
- AdPostCacheSubstitution.cs
- ExpandCollapseIsCheckedConverter.cs
- BindingManagerDataErrorEventArgs.cs
- WindowClosedEventArgs.cs
- HashRepartitionStream.cs
- DataServiceConfiguration.cs
- ThreadBehavior.cs
- FormViewInsertedEventArgs.cs
- DataGridViewRowConverter.cs
- Timer.cs
- BitmapEffectInputConnector.cs
- PrintDocument.cs
- ProxyElement.cs
- SqlDataSourceCommandEventArgs.cs
- ButtonBaseAutomationPeer.cs
- Certificate.cs
- AnimationClock.cs
- PerformanceCounter.cs
- SqlUserDefinedAggregateAttribute.cs
- GlyphRunDrawing.cs
- ServicePointManagerElement.cs
- SubpageParaClient.cs
- IDReferencePropertyAttribute.cs
- VScrollBar.cs
- FlowDocumentScrollViewer.cs
- DynamicField.cs
- WebReferencesBuildProvider.cs
- SqlUserDefinedAggregateAttribute.cs
- EntityType.cs
- BitmapVisualManager.cs
- TransformCryptoHandle.cs
- HMACSHA1.cs
- TypeSystem.cs
- LayoutTable.cs
- BuildTopDownAttribute.cs
- X509ServiceCertificateAuthenticationElement.cs
- LocalizeDesigner.cs
- WindowsSpinner.cs
- CriticalHandle.cs
- FixedPageProcessor.cs
- TrackingQueryElement.cs
- ToolStripHighContrastRenderer.cs
- DummyDataSource.cs
- StringExpressionSet.cs
- CommonServiceBehaviorElement.cs
- AutomationPattern.cs
- RoutedUICommand.cs
- Sql8ExpressionRewriter.cs
- CounterNameConverter.cs
- XmlChildNodes.cs
- oledbmetadatacolumnnames.cs
- Stroke.cs
- ImageSourceConverter.cs
- TraceLevelHelper.cs
- OperationAbortedException.cs
- InertiaTranslationBehavior.cs
- OneToOneMappingSerializer.cs
- SiteOfOriginPart.cs
- DataRecord.cs
- ApplicationSecurityInfo.cs
- UnsafeNativeMethods.cs
- XmlPreloadedResolver.cs
- RuntimeConfig.cs
- PackagePartCollection.cs
- MemberAssignmentAnalysis.cs
- RowToParametersTransformer.cs
- WebRequestModuleElement.cs
- MouseDevice.cs
- PropertyEmitterBase.cs
- FontCacheUtil.cs
- UiaCoreTypesApi.cs
- ListViewInsertedEventArgs.cs
- RawStylusInputCustomData.cs
- BlurEffect.cs
- EmptyControlCollection.cs
- _LazyAsyncResult.cs
- FixedSOMElement.cs
- SqlFileStream.cs
- SmtpDateTime.cs
- MatrixTransform3D.cs
- DataGridViewRowPostPaintEventArgs.cs
- DebugView.cs
- PlainXmlDeserializer.cs
- WpfSharedXamlSchemaContext.cs
- Queue.cs