Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / Adapters / DesignerCalendarAdapter.cs / 1305376 / DesignerCalendarAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Diagnostics; using System.Drawing; using System.Web.Mobile; using System.Web.UI.Design.MobileControls; using System.Web.UI.MobileControls; using System.Web.UI.MobileControls.Adapters; namespace System.Web.UI.Design.MobileControls.Adapters { [ System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode) ] [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.")] internal class DesignerCalendarAdapter : HtmlCalendarAdapter { public override MobileCapabilities Device { get { return DesignerCapabilities.Instance; } } public override void Render(HtmlMobileTextWriter writer) { writer.WriteBeginTag("div"); String width = DesignerAdapterUtil.GetWidth(Control); writer.WriteAttribute("style", "cellpadding=2px;width:" + width); Alignment alignment = (Alignment)Style[Style.AlignmentKey, true]; if (alignment != Alignment.NotSet) { writer.WriteAttribute("align", Enum.GetName(typeof(Alignment), alignment)); } writer.Write("/>"); ((DesignerTextWriter)writer).EnterZeroFontSizeTag(); //Note: Although this is an internal method of runtime, but it is still // pretty easy to achieve the same goal without using this method. Style.ApplyTo(Control.WebCalendar); base.Render(writer); ((DesignerTextWriter)writer).ExitZeroFontSizeTag(); writer.WriteEndTag("div"); } } } // 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
- SchemaNotation.cs
- XmlSchemaComplexContentExtension.cs
- HostingEnvironmentSection.cs
- VarInfo.cs
- SequenceDesignerAccessibleObject.cs
- PropertyGridCommands.cs
- InplaceBitmapMetadataWriter.cs
- ToolstripProfessionalRenderer.cs
- IdentityModelStringsVersion1.cs
- TextPatternIdentifiers.cs
- ByteStorage.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- UIElementParagraph.cs
- ComContractElement.cs
- CodeDelegateInvokeExpression.cs
- IDispatchConstantAttribute.cs
- SqlDataReader.cs
- LookupNode.cs
- NegatedConstant.cs
- HttpHandlersSection.cs
- BufferModesCollection.cs
- FilterRepeater.cs
- StyleSelector.cs
- TypeRefElement.cs
- Style.cs
- State.cs
- ResourcePool.cs
- WebControlAdapter.cs
- SearchForVirtualItemEventArgs.cs
- FullTextBreakpoint.cs
- ReadOnlyDataSourceView.cs
- StrokeIntersection.cs
- StateManagedCollection.cs
- Resources.Designer.cs
- ProvidePropertyAttribute.cs
- DatePicker.cs
- RoutedEventConverter.cs
- XsdDataContractImporter.cs
- MultipleViewPattern.cs
- ObjectDisposedException.cs
- WindowsRegion.cs
- Keyboard.cs
- PhysicalFontFamily.cs
- HwndSourceParameters.cs
- BlurBitmapEffect.cs
- PolyBezierSegment.cs
- TaiwanCalendar.cs
- JumpPath.cs
- XmlSchemaNotation.cs
- DynamicContractTypeBuilder.cs
- TextEncodedRawTextWriter.cs
- X509Extension.cs
- StorageEndPropertyMapping.cs
- HostProtectionException.cs
- EntityTypeBase.cs
- HttpPostLocalhostServerProtocol.cs
- PageWrapper.cs
- BackEase.cs
- RegexCode.cs
- UriTemplateVariableQueryValue.cs
- ScrollProperties.cs
- ScriptResourceAttribute.cs
- DocumentCollection.cs
- Tag.cs
- ListDictionary.cs
- SqlVersion.cs
- Matrix.cs
- EntitySqlQueryBuilder.cs
- XmlSchemaRedefine.cs
- URL.cs
- BaseProcessor.cs
- PageCache.cs
- MsmqIntegrationInputMessage.cs
- DtdParser.cs
- SqlParameterCollection.cs
- SoapExtensionImporter.cs
- UIElementParaClient.cs
- LiteralControl.cs
- DataGridViewElement.cs
- log.cs
- ParseChildrenAsPropertiesAttribute.cs
- PrintControllerWithStatusDialog.cs
- DoubleCollection.cs
- WeakEventTable.cs
- UnknownMessageReceivedEventArgs.cs
- CapabilitiesAssignment.cs
- BitmapEffectDrawing.cs
- BinaryMethodMessage.cs
- AsymmetricKeyExchangeFormatter.cs
- SqlCommandSet.cs
- TraceHwndHost.cs
- HasRunnableWorkflowEvent.cs
- DataGridLinkButton.cs
- KernelTypeValidation.cs
- ToolStripItemEventArgs.cs
- DataRowExtensions.cs
- MaskInputRejectedEventArgs.cs
- FontDifferentiator.cs
- Image.cs
- XamlRtfConverter.cs