Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Adapters / WmlLabelAdapter.cs / 1305376 / WmlLabelAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.IO; using System.Web; using System.Web.UI; using System.Web.UI.MobileControls; using System.Security.Permissions; #if COMPILING_FOR_SHIPPED_SOURCE namespace System.Web.UI.MobileControls.ShippedAdapterSource #else namespace System.Web.UI.MobileControls.Adapters #endif { /* * WmlLabelAdapter class. * * Copyright (c) 2000 Microsoft Corporation */ ///[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class WmlLabelAdapter : WmlControlAdapter { /// protected new TextControl Control { get { return (TextControl)base.Control; } } /// public override void Render(WmlMobileTextWriter writer) { writer.EnterStyle(Style); writer.RenderText(Control.Text, Control.BreakAfter); writer.ExitStyle(Style); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.IO; using System.Web; using System.Web.UI; using System.Web.UI.MobileControls; using System.Security.Permissions; #if COMPILING_FOR_SHIPPED_SOURCE namespace System.Web.UI.MobileControls.ShippedAdapterSource #else namespace System.Web.UI.MobileControls.Adapters #endif { /* * WmlLabelAdapter class. * * Copyright (c) 2000 Microsoft Corporation */ ///[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class WmlLabelAdapter : WmlControlAdapter { /// protected new TextControl Control { get { return (TextControl)base.Control; } } /// public override void Render(WmlMobileTextWriter writer) { writer.EnterStyle(Style); writer.RenderText(Control.Text, Control.BreakAfter); writer.ExitStyle(Style); } } } // 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
- ClientSettingsProvider.cs
- OleDbParameterCollection.cs
- RegexInterpreter.cs
- DefaultValueMapping.cs
- SQLInt32Storage.cs
- RangeBase.cs
- DataListItemCollection.cs
- NullableDoubleAverageAggregationOperator.cs
- SafeWaitHandle.cs
- RSAProtectedConfigurationProvider.cs
- ByteStorage.cs
- DataRelationPropertyDescriptor.cs
- ObjectMemberMapping.cs
- SessionSwitchEventArgs.cs
- DeclarationUpdate.cs
- EventsTab.cs
- SignatureResourcePool.cs
- ProfileManager.cs
- HandlerFactoryWrapper.cs
- Opcode.cs
- DPCustomTypeDescriptor.cs
- PartManifestEntry.cs
- ClrPerspective.cs
- FocusManager.cs
- Rect.cs
- NewExpression.cs
- TypeDefinition.cs
- xdrvalidator.cs
- TemplatedEditableDesignerRegion.cs
- WebBrowserSiteBase.cs
- Rectangle.cs
- UIAgentInitializationException.cs
- NativeMethods.cs
- Number.cs
- BindingGroup.cs
- Vector3D.cs
- VBIdentifierNameEditor.cs
- FormsAuthenticationModule.cs
- FlowDocumentScrollViewer.cs
- WebPartEditorApplyVerb.cs
- SchemaName.cs
- PasswordBoxAutomationPeer.cs
- PasswordBoxAutomationPeer.cs
- SystemGatewayIPAddressInformation.cs
- BitmapEffectState.cs
- DataGridPagerStyle.cs
- PhysicalAddress.cs
- HtmlAnchor.cs
- printdlgexmarshaler.cs
- itemelement.cs
- MediaTimeline.cs
- MultipartIdentifier.cs
- CompilerGeneratedAttribute.cs
- DataRecordInfo.cs
- IdentityHolder.cs
- Compiler.cs
- XmlSchemaComplexContentRestriction.cs
- WinFormsSecurity.cs
- EmptyControlCollection.cs
- TimeSpan.cs
- SecUtil.cs
- ExtentJoinTreeNode.cs
- PrePrepareMethodAttribute.cs
- DataAdapter.cs
- TextUtf8RawTextWriter.cs
- SafeEventLogWriteHandle.cs
- PersistenceTypeAttribute.cs
- StateChangeEvent.cs
- SecuritySessionClientSettings.cs
- ExtendedProperty.cs
- SpeechAudioFormatInfo.cs
- SystemMulticastIPAddressInformation.cs
- XmlSignificantWhitespace.cs
- DSASignatureDeformatter.cs
- PrimitiveType.cs
- ToolStripContainer.cs
- Mappings.cs
- ActivationArguments.cs
- DateTimeOffset.cs
- OleDbConnectionInternal.cs
- InputEventArgs.cs
- ClientConfigurationHost.cs
- DecimalConverter.cs
- BamlTreeMap.cs
- Events.cs
- Number.cs
- QilDataSource.cs
- COM2AboutBoxPropertyDescriptor.cs
- ExtensionFile.cs
- SerializationInfo.cs
- DataSet.cs
- TableAdapterManagerNameHandler.cs
- WebPartHelpVerb.cs
- RSAPKCS1SignatureFormatter.cs
- PhysicalAddress.cs
- ForeignConstraint.cs
- UniqueIdentifierService.cs
- LongCountAggregationOperator.cs
- ReflectPropertyDescriptor.cs
- SQLInt32Storage.cs