Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebParts / TitleStyle.cs / 1 / TitleStyle.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.ComponentModel; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class TitleStyle : TableItemStyle { public TitleStyle() { Wrap = false; } [ DefaultValue(false) ] public override bool Wrap { get { return base.Wrap; } set { base.Wrap = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GAC.cs
- ServiceProviders.cs
- ReferentialConstraintRoleElement.cs
- RichTextBoxConstants.cs
- PhysicalFontFamily.cs
- WebPartDisplayModeEventArgs.cs
- CheckBoxField.cs
- IOException.cs
- TableRow.cs
- Helper.cs
- AnnotationHelper.cs
- _BufferOffsetSize.cs
- Enumerable.cs
- AuthenticateEventArgs.cs
- UnauthorizedAccessException.cs
- ArrayWithOffset.cs
- SoapAttributes.cs
- XmlSerializationReader.cs
- SendParametersContent.cs
- CapiSafeHandles.cs
- _IPv6Address.cs
- ToolStripItemTextRenderEventArgs.cs
- TrackingMemoryStream.cs
- ElementAtQueryOperator.cs
- Parsers.cs
- WsatConfiguration.cs
- ImagingCache.cs
- ObjectDataSourceFilteringEventArgs.cs
- XappLauncher.cs
- ArglessEventHandlerProxy.cs
- Preprocessor.cs
- TextBox.cs
- Helper.cs
- CheckBoxBaseAdapter.cs
- BitmapEffectvisualstate.cs
- RuleInfoComparer.cs
- ListItemParagraph.cs
- CodeEntryPointMethod.cs
- BinaryObjectWriter.cs
- WsdlBuildProvider.cs
- ArithmeticException.cs
- ContentValidator.cs
- DataGridTextBox.cs
- ListSortDescription.cs
- Int64.cs
- TextContainerChangedEventArgs.cs
- SecurityTokenResolver.cs
- PersonalizationStateInfo.cs
- TdsRecordBufferSetter.cs
- Brush.cs
- XmlSignificantWhitespace.cs
- RectangleHotSpot.cs
- ExceptionHelpers.cs
- AlphabeticalEnumConverter.cs
- ExpressionBinding.cs
- OciEnlistContext.cs
- ToolBarButton.cs
- ProfilePropertyNameValidator.cs
- ExtenderProvidedPropertyAttribute.cs
- ListBoxDesigner.cs
- TreeIterator.cs
- Code.cs
- MetafileHeaderWmf.cs
- StaticFileHandler.cs
- ProcessHostConfigUtils.cs
- BasePropertyDescriptor.cs
- EditorZone.cs
- DbMetaDataFactory.cs
- RadioButtonAutomationPeer.cs
- CodeObject.cs
- QuadraticBezierSegment.cs
- DataTemplateSelector.cs
- LabelLiteral.cs
- TouchEventArgs.cs
- ObjectIDGenerator.cs
- RowToParametersTransformer.cs
- Util.cs
- HtmlAnchor.cs
- MsmqMessage.cs
- Stylesheet.cs
- InfoCard.cs
- WindowsFormsEditorServiceHelper.cs
- CmsUtils.cs
- RestHandler.cs
- RadioButtonAutomationPeer.cs
- ControlPaint.cs
- DocumentGridPage.cs
- WeakHashtable.cs
- DataGridViewRowPostPaintEventArgs.cs
- Pens.cs
- IntegrationExceptionEventArgs.cs
- FactoryMaker.cs
- StateManagedCollection.cs
- LinqDataSourceHelper.cs
- InstanceDescriptor.cs
- PlainXmlSerializer.cs
- Activator.cs
- PartialCachingControl.cs
- WebSysDefaultValueAttribute.cs
- DataTemplateKey.cs