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
- SiteMapDataSource.cs
- FormsAuthenticationCredentials.cs
- ContentOperations.cs
- IncrementalCompileAnalyzer.cs
- DataContract.cs
- Size.cs
- IconBitmapDecoder.cs
- RelationshipType.cs
- Baml2006Reader.cs
- EventMappingSettingsCollection.cs
- DBConnectionString.cs
- CheckedPointers.cs
- ProxyWebPartManager.cs
- GeometryGroup.cs
- RectangleGeometry.cs
- SingleObjectCollection.cs
- TempFiles.cs
- SqlNodeAnnotations.cs
- LinkTarget.cs
- WindowExtensionMethods.cs
- ProcessHostConfigUtils.cs
- RegexStringValidator.cs
- ControlBuilderAttribute.cs
- InheritanceUI.cs
- ClaimSet.cs
- ApplicationCommands.cs
- AuthStoreRoleProvider.cs
- TemplateKeyConverter.cs
- EndpointAddressAugust2004.cs
- XPathChildIterator.cs
- BrushMappingModeValidation.cs
- BitmapEffectInputConnector.cs
- panel.cs
- StrokeDescriptor.cs
- JpegBitmapDecoder.cs
- ArgumentOutOfRangeException.cs
- CodeDomLoader.cs
- ColumnMapVisitor.cs
- Row.cs
- IntSecurity.cs
- WindowVisualStateTracker.cs
- LeaseManager.cs
- CancellableEnumerable.cs
- CodeGotoStatement.cs
- ScriptServiceAttribute.cs
- ToolStripPanelDesigner.cs
- EventProviderWriter.cs
- SQLInt64.cs
- GACMembershipCondition.cs
- ItemsControl.cs
- tooltip.cs
- XsltLoader.cs
- WpfPayload.cs
- Control.cs
- ServicePrincipalNameElement.cs
- RichTextBoxAutomationPeer.cs
- NoPersistScope.cs
- XomlSerializationHelpers.cs
- NaturalLanguageHyphenator.cs
- ContextDataSourceView.cs
- Operators.cs
- HtmlToClrEventProxy.cs
- CodeEntryPointMethod.cs
- SvcMapFileLoader.cs
- FileDialog.cs
- SeekableReadStream.cs
- Preprocessor.cs
- ToolStripDropDownClosedEventArgs.cs
- IndexingContentUnit.cs
- MasterPage.cs
- DbConnectionPoolGroup.cs
- CalendarTable.cs
- EventSetter.cs
- Vector3DAnimationBase.cs
- BitmapSource.cs
- HtmlWindow.cs
- HotSpot.cs
- Section.cs
- StylusPointPropertyUnit.cs
- DataGridViewIntLinkedList.cs
- ProfilePropertyMetadata.cs
- OdbcDataReader.cs
- TraceFilter.cs
- CompleteWizardStep.cs
- fixedPageContentExtractor.cs
- HintTextConverter.cs
- Timeline.cs
- UnsafeNetInfoNativeMethods.cs
- SchemaContext.cs
- AliasedSlot.cs
- RelationshipEndCollection.cs
- FileAuthorizationModule.cs
- RootBuilder.cs
- ThreadStartException.cs
- IsolatedStoragePermission.cs
- DropSource.cs
- CmsInterop.cs
- XmlSchemaAnnotation.cs
- SimpleBitVector32.cs
- AssemblyName.cs