Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / ListControlBuilder.cs / 1305376 / ListControlBuilder.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections; using System.Globalization; using System.Web.UI; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Control builder for lists and selection lists, that allows list items to be placed inline. * * 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 ListControlBuilder : MobileControlBuilder { /// public override Type GetChildControlType(String tagName, IDictionary attributes) { if (String.Compare(tagName, "item", StringComparison.OrdinalIgnoreCase) == 0) { return typeof(MobileListItem); } else { return base.GetChildControlType(tagName, attributes); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections; using System.Globalization; using System.Web.UI; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Control builder for lists and selection lists, that allows list items to be placed inline. * * 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 ListControlBuilder : MobileControlBuilder { /// public override Type GetChildControlType(String tagName, IDictionary attributes) { if (String.Compare(tagName, "item", StringComparison.OrdinalIgnoreCase) == 0) { return typeof(MobileListItem); } else { return base.GetChildControlType(tagName, attributes); } } } } // 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
- RadioButtonStandardAdapter.cs
- Codec.cs
- DictionarySectionHandler.cs
- commandenforcer.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- BasePropertyDescriptor.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- Automation.cs
- NamespaceEmitter.cs
- XmlLoader.cs
- DataGridColumnDropSeparator.cs
- InvalidAsynchronousStateException.cs
- ApplicationFileCodeDomTreeGenerator.cs
- RadioButtonBaseAdapter.cs
- ArglessEventHandlerProxy.cs
- CodeIndexerExpression.cs
- Renderer.cs
- MenuItemBinding.cs
- XmlBaseReader.cs
- MouseGestureValueSerializer.cs
- Latin1Encoding.cs
- SkinIDTypeConverter.cs
- RequestChannelBinder.cs
- ClosableStream.cs
- CornerRadius.cs
- PageThemeBuildProvider.cs
- AnnotationDocumentPaginator.cs
- sqlstateclientmanager.cs
- HwndTarget.cs
- Operator.cs
- ScrollBar.cs
- documentsequencetextcontainer.cs
- ReadWriteObjectLock.cs
- TraceContext.cs
- LassoHelper.cs
- SqlBooleanMismatchVisitor.cs
- ConstructorBuilder.cs
- StylusLogic.cs
- QueryOperationResponseOfT.cs
- AutomationElement.cs
- FixUpCollection.cs
- namescope.cs
- CodeSnippetExpression.cs
- RoutedEventArgs.cs
- ImageCodecInfoPrivate.cs
- PageFunction.cs
- SelectQueryOperator.cs
- TimerEventSubscriptionCollection.cs
- SmtpCommands.cs
- ArgumentOutOfRangeException.cs
- MenuScrollingVisibilityConverter.cs
- GreaterThan.cs
- LogLogRecordEnumerator.cs
- TransformerInfoCollection.cs
- parserscommon.cs
- SafeArrayTypeMismatchException.cs
- SrgsDocumentParser.cs
- SqlDataReader.cs
- SmiGettersStream.cs
- AtomicFile.cs
- HtmlControlPersistable.cs
- Event.cs
- HttpMethodConstraint.cs
- BrowserCapabilitiesFactory35.cs
- SamlAdvice.cs
- DataServiceException.cs
- HttpBrowserCapabilitiesBase.cs
- DataSourceCache.cs
- EventSinkHelperWriter.cs
- CroppedBitmap.cs
- RtfControls.cs
- SizeConverter.cs
- TextBoxView.cs
- SymLanguageVendor.cs
- ContextStaticAttribute.cs
- ApplyImportsAction.cs
- MsmqNonTransactedPoisonHandler.cs
- DtrList.cs
- DataPagerFieldCollection.cs
- HtmlWindow.cs
- DataGridViewToolTip.cs
- SchemaImporterExtensionElement.cs
- TypeElement.cs
- DrawItemEvent.cs
- FileFormatException.cs
- ToolboxComponentsCreatingEventArgs.cs
- XappLauncher.cs
- ConfigXmlCDataSection.cs
- SqlDataSourceCommandEventArgs.cs
- XmlSchemaSequence.cs
- PeerContact.cs
- XmlTypeAttribute.cs
- CollectionConverter.cs
- DesignerEventService.cs
- SqlMethods.cs
- TextEffectResolver.cs
- DataGridViewBand.cs
- TitleStyle.cs
- PathFigure.cs
- ReferenceAssemblyAttribute.cs