Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / CssClassPropertyAttribute.cs / 4 / 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() { } } } // 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.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() { } } } // 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
- SizeConverter.cs
- COMException.cs
- KeyFrames.cs
- StrokeNodeEnumerator.cs
- Operator.cs
- GenericAuthenticationEventArgs.cs
- DeleteMemberBinder.cs
- HwndHost.cs
- ManagedWndProcTracker.cs
- NameTable.cs
- ConsoleKeyInfo.cs
- HostingPreferredMapPath.cs
- CodeIndexerExpression.cs
- TextElementEnumerator.cs
- SqlGatherConsumedAliases.cs
- WindowProviderWrapper.cs
- ThreadExceptionDialog.cs
- TraceHandler.cs
- ReferenceCountedObject.cs
- CanonicalXml.cs
- ConnectionDemuxer.cs
- XmlnsCache.cs
- DataObjectMethodAttribute.cs
- XPathMultyIterator.cs
- RecognizerStateChangedEventArgs.cs
- TypeBuilderInstantiation.cs
- BaseDataListActionList.cs
- ResolvedKeyFrameEntry.cs
- Int32Animation.cs
- XmlSerializerAssemblyAttribute.cs
- LassoSelectionBehavior.cs
- Encoder.cs
- ObjectListSelectEventArgs.cs
- HyperLinkField.cs
- WorkflowRuntimeEndpoint.cs
- EmptyEnumerable.cs
- ComplusEndpointConfigContainer.cs
- TextBox.cs
- FocusChangedEventArgs.cs
- BuildProviderCollection.cs
- SqlConnectionPoolGroupProviderInfo.cs
- NavigationCommands.cs
- RegexReplacement.cs
- XamlFrame.cs
- CodeDomExtensionMethods.cs
- MetadataItemSerializer.cs
- BatchParser.cs
- webclient.cs
- OwnerDrawPropertyBag.cs
- ChannelSinkStacks.cs
- DataKey.cs
- SmiRecordBuffer.cs
- SoapException.cs
- UserControlAutomationPeer.cs
- Int64Animation.cs
- SwitchAttribute.cs
- HttpModuleActionCollection.cs
- DeferredReference.cs
- DbExpressionRules.cs
- ObjectToIdCache.cs
- ObjectDataSourceDesigner.cs
- ToolStrip.cs
- UriSectionData.cs
- DataRelation.cs
- SplitterCancelEvent.cs
- DbTypeMap.cs
- NullableConverter.cs
- ConfigurationProperty.cs
- Normalization.cs
- NativeRecognizer.cs
- HandleCollector.cs
- Viewport3DVisual.cs
- SoapElementAttribute.cs
- NetworkInterface.cs
- EditableTreeList.cs
- LayoutDump.cs
- Authorization.cs
- DateTime.cs
- ResourceDisplayNameAttribute.cs
- EventSourceCreationData.cs
- DesignerAttribute.cs
- Graphics.cs
- ByteStorage.cs
- ParameterDataSourceExpression.cs
- CompareValidator.cs
- ToolboxItemFilterAttribute.cs
- Simplifier.cs
- TableStyle.cs
- Point.cs
- DatagridviewDisplayedBandsData.cs
- Setter.cs
- SQLDateTimeStorage.cs
- AnimationLayer.cs
- InputLangChangeEvent.cs
- NonceToken.cs
- SequentialWorkflowRootDesigner.cs
- mediaeventshelper.cs
- SinglePageViewer.cs
- WebServiceEnumData.cs
- CodeParameterDeclarationExpression.cs