Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SortQuery.cs
- AppLevelCompilationSectionCache.cs
- BasicDesignerLoader.cs
- EntityTypeBase.cs
- FrameworkTextComposition.cs
- EntityDataSourceContextDisposingEventArgs.cs
- LinqDataSourceDeleteEventArgs.cs
- JournalEntry.cs
- ExtendedPropertyDescriptor.cs
- Stackframe.cs
- AssemblyResourceLoader.cs
- DataGridColumnDropSeparator.cs
- WorkflowPersistenceService.cs
- MsmqInputSessionChannel.cs
- PrePrepareMethodAttribute.cs
- OperatingSystem.cs
- PolicyValidationException.cs
- XD.cs
- RuntimeResourceSet.cs
- AnnotationAuthorChangedEventArgs.cs
- Setter.cs
- XmlRawWriter.cs
- EventHandlerList.cs
- SqlUtils.cs
- WebPartMenu.cs
- XmlSchemaObjectCollection.cs
- XmlAutoDetectWriter.cs
- IdentityReference.cs
- SqlDataSourceCommandEventArgs.cs
- TextLine.cs
- RoleManagerSection.cs
- Keyboard.cs
- SurrogateEncoder.cs
- DuplicateWaitObjectException.cs
- webeventbuffer.cs
- InputScopeNameConverter.cs
- HierarchicalDataSourceControl.cs
- RuleInfoComparer.cs
- DesignerAutoFormatCollection.cs
- TextTreeExtractElementUndoUnit.cs
- BasicAsyncResult.cs
- AdCreatedEventArgs.cs
- Int32Animation.cs
- WebBodyFormatMessageProperty.cs
- HwndSubclass.cs
- StandardCommands.cs
- Emitter.cs
- BufferModesCollection.cs
- HtmlToClrEventProxy.cs
- Identity.cs
- GetMemberBinder.cs
- CanExpandCollapseAllConverter.cs
- SymbolPair.cs
- TaiwanLunisolarCalendar.cs
- TypefaceMap.cs
- ToolStripDesigner.cs
- WebServiceAttribute.cs
- WorkflowTimerService.cs
- Vector3dCollection.cs
- GridPattern.cs
- CustomLineCap.cs
- DBAsyncResult.cs
- SelectionItemPattern.cs
- ProfileSettings.cs
- PeerMaintainer.cs
- Signature.cs
- DataSvcMapFile.cs
- Unit.cs
- SafeNativeMethods.cs
- AuthenticationServiceManager.cs
- WebColorConverter.cs
- CopyAttributesAction.cs
- SystemGatewayIPAddressInformation.cs
- LayeredChannelListener.cs
- Inflater.cs
- SymLanguageVendor.cs
- SQLBytes.cs
- DocumentEventArgs.cs
- PseudoWebRequest.cs
- DecimalConstantAttribute.cs
- Floater.cs
- MessageQueuePermission.cs
- CompositeKey.cs
- DataGridViewColumnStateChangedEventArgs.cs
- StringResourceManager.cs
- _SslStream.cs
- CodeNamespaceCollection.cs
- WebEvents.cs
- PopOutPanel.cs
- BuildProvidersCompiler.cs
- SequentialWorkflowRootDesigner.cs
- serverconfig.cs
- InvalidEnumArgumentException.cs
- XmlSchemaSimpleContent.cs
- IgnoreSectionHandler.cs
- RowParagraph.cs
- ToolStripDropDownMenu.cs
- TableColumn.cs
- GlobalizationSection.cs
- DocumentOrderQuery.cs