Code:
/ DotNET / DotNET / 8.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
- HotCommands.cs
- CodeBlockBuilder.cs
- WindowsFormsHost.cs
- UtilityExtension.cs
- IntPtr.cs
- FileDetails.cs
- MarkupProperty.cs
- InternalPermissions.cs
- UnmanagedMemoryStream.cs
- Menu.cs
- User.cs
- FloaterParagraph.cs
- ObservableCollection.cs
- HtmlSelect.cs
- HasCopySemanticsAttribute.cs
- RenderingBiasValidation.cs
- IconConverter.cs
- SkinBuilder.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- SafeRegistryKey.cs
- Proxy.cs
- DataGridLength.cs
- Point3DCollection.cs
- SerializationHelper.cs
- XmlSchemaComplexContent.cs
- SessionEndingEventArgs.cs
- Errors.cs
- Schema.cs
- EventRoute.cs
- DataBoundControl.cs
- TableStyle.cs
- Logging.cs
- WorkflowViewManager.cs
- XmlValueConverter.cs
- ByteStorage.cs
- SymbolPair.cs
- ImportFileRequest.cs
- AttributeUsageAttribute.cs
- dataSvcMapFileLoader.cs
- Point.cs
- SqlNodeAnnotation.cs
- PageVisual.cs
- XAMLParseException.cs
- XsltInput.cs
- SecurityUtils.cs
- CrossContextChannel.cs
- sqlser.cs
- Authorization.cs
- AutoCompleteStringCollection.cs
- SqlRowUpdatedEvent.cs
- RadioButtonRenderer.cs
- DefaultExpression.cs
- ThemeDirectoryCompiler.cs
- HttpProcessUtility.cs
- WebContext.cs
- ProxyAttribute.cs
- LambdaCompiler.Statements.cs
- CallbackException.cs
- InheritanceAttribute.cs
- GuidelineSet.cs
- CheckBox.cs
- AuthenticationException.cs
- DerivedKeySecurityTokenStub.cs
- GenericPrincipal.cs
- MessageQueuePermissionAttribute.cs
- Array.cs
- UserMapPath.cs
- ShapingWorkspace.cs
- DataAccessor.cs
- SmtpNtlmAuthenticationModule.cs
- FixedSOMPage.cs
- ColorContextHelper.cs
- InputBinding.cs
- MimeReflector.cs
- SQLInt16.cs
- DifferencingCollection.cs
- URLIdentityPermission.cs
- Empty.cs
- EmissiveMaterial.cs
- ActiveDocumentEvent.cs
- RegexMatch.cs
- EntityConnectionStringBuilderItem.cs
- RelationshipConverter.cs
- SvcMapFileLoader.cs
- WindowsFormsHostAutomationPeer.cs
- EnumUnknown.cs
- Point3DAnimationBase.cs
- MatrixConverter.cs
- ControlPropertyNameConverter.cs
- M3DUtil.cs
- SelectionItemPattern.cs
- MiniLockedBorderGlyph.cs
- CultureSpecificStringDictionary.cs
- AttachedPropertyMethodSelector.cs
- _IPv6Address.cs
- Underline.cs
- RepeatInfo.cs
- BamlRecordWriter.cs
- XmlEncodedRawTextWriter.cs
- Vector3DAnimationBase.cs