Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / TextControl.cs / 1305376 / TextControl.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Mobile TextControl class. * All controls which contain embedded text extend from this control. * * Copyright (c) 2000 Microsoft Corporation */ ///[ ToolboxItem(false) ] [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 abstract class TextControl : MobileControl { /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Appearance), MobileSysDescription(SR.TextControl_Text), PersistenceMode(PersistenceMode.EncodedInnerDefaultProperty) ] public String Text { get { return InnerText; } set { InnerText = value; } } } } // 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
- SmtpLoginAuthenticationModule.cs
- ServiceBuildProvider.cs
- XsdBuildProvider.cs
- CodeVariableReferenceExpression.cs
- ObjectSecurityT.cs
- AssemblySettingAttributes.cs
- StringReader.cs
- EtwTrackingBehavior.cs
- _SslStream.cs
- PointCollection.cs
- TagElement.cs
- ButtonStandardAdapter.cs
- RequestQueue.cs
- DocumentViewerAutomationPeer.cs
- _CacheStreams.cs
- WebRequest.cs
- RewritingProcessor.cs
- LongValidator.cs
- EventArgs.cs
- TemplateBamlRecordReader.cs
- BitmapEffectrendercontext.cs
- DeviceContexts.cs
- UnsafeNativeMethods.cs
- Bits.cs
- Point4DValueSerializer.cs
- VisualTreeUtils.cs
- PerspectiveCamera.cs
- DispatcherSynchronizationContext.cs
- TemplateControlCodeDomTreeGenerator.cs
- AnimationException.cs
- SQLResource.cs
- Point4DValueSerializer.cs
- Tracking.cs
- ErrorWrapper.cs
- FramingEncoders.cs
- SweepDirectionValidation.cs
- DataError.cs
- HelpInfo.cs
- StyleHelper.cs
- BaseUriHelper.cs
- SoapHeaderAttribute.cs
- TextParagraphProperties.cs
- Environment.cs
- CapiNative.cs
- ActivationService.cs
- CodeDirectoryCompiler.cs
- StateRuntime.cs
- ScaleTransform.cs
- NullableConverter.cs
- WindowsToolbarAsMenu.cs
- SocketManager.cs
- DrawingBrush.cs
- ApplicationServicesHostFactory.cs
- ParamArrayAttribute.cs
- MasterPageBuildProvider.cs
- ConstructorExpr.cs
- XmlElementAttribute.cs
- Assert.cs
- SqlUserDefinedTypeAttribute.cs
- DesignerSerializationOptionsAttribute.cs
- WorkflowOperationBehavior.cs
- GenericsInstances.cs
- ExtensionFile.cs
- ParameterCollection.cs
- UnmanagedMemoryStreamWrapper.cs
- EFAssociationProvider.cs
- ColorConverter.cs
- NotEqual.cs
- ColorTransform.cs
- Point3DCollectionConverter.cs
- InvokeHandlers.cs
- ADConnectionHelper.cs
- SQLStringStorage.cs
- MSAANativeProvider.cs
- TextServicesDisplayAttributePropertyRanges.cs
- BuildProvider.cs
- Rectangle.cs
- InternalResources.cs
- DBSchemaTable.cs
- TextTreeRootTextBlock.cs
- ContainsRowNumberChecker.cs
- FreezableDefaultValueFactory.cs
- MemoryFailPoint.cs
- CompilationSection.cs
- SqlTopReducer.cs
- WebPartVerbsEventArgs.cs
- CanonicalizationDriver.cs
- DataConnectionHelper.cs
- ValueExpressions.cs
- ClientFormsIdentity.cs
- SoapFormatter.cs
- TextDecoration.cs
- FilterInvalidBodyAccessException.cs
- ToolStripControlHost.cs
- NameValueCollection.cs
- OdbcConnectionFactory.cs
- PreProcessor.cs
- SerializationInfo.cs
- ListViewUpdateEventArgs.cs
- LinqDataSourceView.cs