Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / CalendarDesigner.cs / 1305376 / CalendarDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.MobileControls { using System; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Reflection; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.MobileControls.Adapters; using System.Web.UI.Design.MobileControls.Adapters; ////// ////// Provides a designer for the ////// control. /// [ 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 CalendarDesigner : MobileControlDesigner { private System.Web.UI.MobileControls.Calendar _calendar; /// /// /// /// The control element for design. /// ////// Initializes the designer with the component for design. /// ////// ////// This is called by the designer host to establish the component for /// design. /// ///public override void Initialize(IComponent component) { Debug.Assert(component is System.Web.UI.MobileControls.Calendar, "CalendarDesigner.Initialize - Invalid Calendar Control"); _calendar = (System.Web.UI.MobileControls.Calendar) component; base.Initialize(component); } /// /// ////// Returns the design-time HTML of the ////// mobile control /// /// ////// The HTML of the control. /// ///protected override String GetDesignTimeNormalHtml() { DesignerTextWriter tw = new DesignerTextWriter(); _calendar.Adapter.Render(tw); return tw.ToString(); } } } // 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
- LocalBuilder.cs
- ModuleBuilder.cs
- AutomationPeer.cs
- HtmlElement.cs
- VerticalAlignConverter.cs
- ExceptionTranslationTable.cs
- HtmlInputImage.cs
- ServiceThrottlingElement.cs
- namescope.cs
- TextTreeTextBlock.cs
- CngKeyBlobFormat.cs
- SqlWorkflowPersistenceService.cs
- XsdBuilder.cs
- FusionWrap.cs
- SecurityUtils.cs
- DependencyPropertyChangedEventArgs.cs
- WebResourceAttribute.cs
- HashCodeCombiner.cs
- MethodBody.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- DbConnectionInternal.cs
- TextReader.cs
- DataGridViewColumnHeaderCell.cs
- MessagePropertyVariants.cs
- DictionaryCustomTypeDescriptor.cs
- XmlSerializationReader.cs
- FontCollection.cs
- ScriptRegistrationManager.cs
- GlobalEventManager.cs
- nulltextnavigator.cs
- TagNameToTypeMapper.cs
- DispatchChannelSink.cs
- ToolboxComponentsCreatedEventArgs.cs
- XamlToRtfParser.cs
- SslStream.cs
- _FtpControlStream.cs
- Or.cs
- SignatureResourceHelper.cs
- ComponentDispatcher.cs
- CompiledQueryCacheKey.cs
- PersonalizationDictionary.cs
- Matrix3DStack.cs
- MembershipPasswordException.cs
- RoutedUICommand.cs
- TypeTypeConverter.cs
- ADMembershipUser.cs
- WindowPattern.cs
- HwndAppCommandInputProvider.cs
- TextBox.cs
- CreatingCookieEventArgs.cs
- DataGridViewCheckBoxColumn.cs
- TreeWalkHelper.cs
- PropertyInformation.cs
- NumberSubstitution.cs
- CounterSample.cs
- QilTargetType.cs
- SizeConverter.cs
- DataGridDesigner.cs
- EdmSchemaError.cs
- BaseAddressPrefixFilterElementCollection.cs
- Console.cs
- EditingCoordinator.cs
- SecurityRuntime.cs
- CqlWriter.cs
- Assembly.cs
- DoubleLinkList.cs
- GetWinFXPath.cs
- TextRunCache.cs
- PropertyDescriptorComparer.cs
- MergeFilterQuery.cs
- ZeroOpNode.cs
- DatePickerTextBox.cs
- XmlBaseReader.cs
- PageFunction.cs
- Binding.cs
- SafeCertificateContext.cs
- PkcsMisc.cs
- ContainerControl.cs
- GeneralTransform2DTo3DTo2D.cs
- MultiBindingExpression.cs
- TransactionScopeDesigner.cs
- Inflater.cs
- DetailsView.cs
- ITreeGenerator.cs
- TypeUtil.cs
- CellParagraph.cs
- BitmapSource.cs
- ParameterCollectionEditor.cs
- SqlParameter.cs
- CharEnumerator.cs
- Matrix3DConverter.cs
- HttpWebResponse.cs
- HostedTransportConfigurationManager.cs
- Propagator.cs
- ObjectDataSourceView.cs
- ColumnResizeAdorner.cs
- ProfileSection.cs
- NetWebProxyFinder.cs
- BooleanAnimationUsingKeyFrames.cs
- TreeNodeStyle.cs