Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / CssClassPropertyAttribute.cs / 1305376 / CssClassPropertyAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.ComponentModel; using System.Globalization; 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)] 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.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)] 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
- QueryOutputWriter.cs
- FlowNode.cs
- SocketAddress.cs
- OpCopier.cs
- VariantWrapper.cs
- DataSourceCache.cs
- NamespaceEmitter.cs
- WebPart.cs
- PassportPrincipal.cs
- _ScatterGatherBuffers.cs
- ValueConversionAttribute.cs
- SoapTypeAttribute.cs
- MsmqIntegrationProcessProtocolHandler.cs
- GeneralTransform3DCollection.cs
- TextTreeTextNode.cs
- CharAnimationBase.cs
- ClientSettingsSection.cs
- ResizingMessageFilter.cs
- EditableRegion.cs
- LambdaCompiler.Lambda.cs
- Content.cs
- _StreamFramer.cs
- ChangePasswordAutoFormat.cs
- TdsEnums.cs
- CookieProtection.cs
- ComponentCollection.cs
- TransactionInterop.cs
- SqlDataSourceQueryEditorForm.cs
- NegatedConstant.cs
- SqlWebEventProvider.cs
- BinaryObjectInfo.cs
- PrintPageEvent.cs
- SpellCheck.cs
- _ListenerRequestStream.cs
- SpellerHighlightLayer.cs
- MasterPageParser.cs
- WebFormDesignerActionService.cs
- FrameDimension.cs
- ZipIOExtraFieldElement.cs
- CrossContextChannel.cs
- ApplicationId.cs
- ZipIOFileItemStream.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- WebPartCatalogAddVerb.cs
- SqlProfileProvider.cs
- StandardOleMarshalObject.cs
- EastAsianLunisolarCalendar.cs
- SyndicationPerson.cs
- EntryIndex.cs
- EventSourceCreationData.cs
- SymmetricAlgorithm.cs
- MarginCollapsingState.cs
- Pointer.cs
- SmiGettersStream.cs
- SqlVisitor.cs
- WebPartEditVerb.cs
- datacache.cs
- NullableIntMinMaxAggregationOperator.cs
- QuaternionValueSerializer.cs
- TextCompositionManager.cs
- SessionParameter.cs
- XmlSchemaCollection.cs
- TPLETWProvider.cs
- SocketAddress.cs
- TdsParserSessionPool.cs
- recordstate.cs
- AutoSizeComboBox.cs
- NotifyIcon.cs
- Size3DValueSerializer.cs
- IsolatedStorageFileStream.cs
- Directory.cs
- WindowsGraphics.cs
- LocalizableAttribute.cs
- DataGridViewSelectedCellCollection.cs
- DynamicQueryableWrapper.cs
- FontDriver.cs
- DbConnectionClosed.cs
- SubstitutionDesigner.cs
- ReliabilityContractAttribute.cs
- SafeRightsManagementHandle.cs
- DataGridItemEventArgs.cs
- SingleTagSectionHandler.cs
- RadioButtonList.cs
- XmlName.cs
- ReaderContextStackData.cs
- EndpointFilterProvider.cs
- OdbcFactory.cs
- HtmlProps.cs
- RouteParametersHelper.cs
- OleDbPermission.cs
- GeneralTransform3DGroup.cs
- GridViewCommandEventArgs.cs
- ObjectDataSourceSelectingEventArgs.cs
- VectorCollectionConverter.cs
- IntSecurity.cs
- DocumentOrderQuery.cs
- OrderByLifter.cs
- Int16Animation.cs
- Fx.cs
- DbDataAdapter.cs