Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Image.cs / 1305376 / Image.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing; using System.Drawing.Design; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.Design.WebControls; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Mobile Image class. * * Copyright (c) 2000 Microsoft Corporation */ ///[ DefaultProperty("ImageUrl"), Designer(typeof(System.Web.UI.Design.MobileControls.ImageDesigner)), DesignerAdapter(typeof(System.Web.UI.Design.MobileControls.Adapters.DesignerImageAdapter)), ToolboxData("<{0}:Image runat=\"server\">{0}:Image>"), ToolboxItem(typeof(System.Web.UI.Design.WebControlToolboxItem)) ] [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 Image : MobileControl, IPostBackEventHandler { // used for linking between panels /// protected void RaisePostBackEvent(String argument) { MobilePage.ActiveForm = MobilePage.GetForm(argument); } /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Appearance), MobileSysDescription(SR.Image_AlternateText) ] public String AlternateText { get { return ToString(ViewState["AlternateText"]); } set { ViewState["AlternateText"] = value; } } /// [ Bindable(true), DefaultValue(""), Editor(typeof(System.Web.UI.Design.MobileControls.ImageUrlEditor), typeof(UITypeEditor)), MobileCategory(SR.Category_Appearance), MobileSysDescription(SR.Image_ImageUrl) ] public String ImageUrl { get { return ToString(ViewState["ImageUrl"]); } set { ViewState["ImageUrl"] = value; } } /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Navigation), MobileSysDescription(SR.Image_NavigateUrl), TypeConverter(typeof(System.Web.UI.Design.MobileControls.Converters.NavigateUrlConverter)) ] public String NavigateUrl { get { return ToString(ViewState["NavigateUrl"]); } set { ViewState["NavigateUrl"] = value; } } /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Behavior), MobileSysDescription(SR.Image_SoftkeyLabel) ] public String SoftkeyLabel { get { String s = (String) ViewState["Softkeylabel"]; return((s != null) ? s : String.Empty); } set { ViewState["Softkeylabel"] = value; } } #region IPostBackEventHandler implementation void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) { RaisePostBackEvent(eventArgument); } #endregion } } // 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.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing; using System.Drawing.Design; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.Design.WebControls; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Mobile Image class. * * Copyright (c) 2000 Microsoft Corporation */ ///[ DefaultProperty("ImageUrl"), Designer(typeof(System.Web.UI.Design.MobileControls.ImageDesigner)), DesignerAdapter(typeof(System.Web.UI.Design.MobileControls.Adapters.DesignerImageAdapter)), ToolboxData("<{0}:Image runat=\"server\">{0}:Image>"), ToolboxItem(typeof(System.Web.UI.Design.WebControlToolboxItem)) ] [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 Image : MobileControl, IPostBackEventHandler { // used for linking between panels /// protected void RaisePostBackEvent(String argument) { MobilePage.ActiveForm = MobilePage.GetForm(argument); } /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Appearance), MobileSysDescription(SR.Image_AlternateText) ] public String AlternateText { get { return ToString(ViewState["AlternateText"]); } set { ViewState["AlternateText"] = value; } } /// [ Bindable(true), DefaultValue(""), Editor(typeof(System.Web.UI.Design.MobileControls.ImageUrlEditor), typeof(UITypeEditor)), MobileCategory(SR.Category_Appearance), MobileSysDescription(SR.Image_ImageUrl) ] public String ImageUrl { get { return ToString(ViewState["ImageUrl"]); } set { ViewState["ImageUrl"] = value; } } /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Navigation), MobileSysDescription(SR.Image_NavigateUrl), TypeConverter(typeof(System.Web.UI.Design.MobileControls.Converters.NavigateUrlConverter)) ] public String NavigateUrl { get { return ToString(ViewState["NavigateUrl"]); } set { ViewState["NavigateUrl"] = value; } } /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Behavior), MobileSysDescription(SR.Image_SoftkeyLabel) ] public String SoftkeyLabel { get { String s = (String) ViewState["Softkeylabel"]; return((s != null) ? s : String.Empty); } set { ViewState["Softkeylabel"] = value; } } #region IPostBackEventHandler implementation void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) { RaisePostBackEvent(eventArgument); } #endregion } } // 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
- DataGridViewLayoutData.cs
- SQLInt64.cs
- VScrollProperties.cs
- LoginView.cs
- UIElementParaClient.cs
- HandledEventArgs.cs
- WorkflowDefinitionDispenser.cs
- SubpageParagraph.cs
- XmlSchemaSimpleContent.cs
- UIElementAutomationPeer.cs
- FixUp.cs
- ContextMenuStrip.cs
- ProgressBarRenderer.cs
- SQLByteStorage.cs
- StorageTypeMapping.cs
- HitTestFilterBehavior.cs
- SafePointer.cs
- SqlStream.cs
- HideDisabledControlAdapter.cs
- StringWriter.cs
- Tracking.cs
- ViewPort3D.cs
- BindingContext.cs
- WebHeaderCollection.cs
- UniqueConstraint.cs
- UpdateExpressionVisitor.cs
- EventProxy.cs
- TreeNodeEventArgs.cs
- OracleParameter.cs
- ResourceLoader.cs
- validation.cs
- ProtectedConfigurationSection.cs
- FilterUserControlBase.cs
- ActionMismatchAddressingException.cs
- CodeDomDecompiler.cs
- keycontainerpermission.cs
- LogArchiveSnapshot.cs
- BitmapEffectrendercontext.cs
- DataGridViewTopRowAccessibleObject.cs
- CultureSpecificStringDictionary.cs
- CqlIdentifiers.cs
- UrlAuthFailedErrorFormatter.cs
- RadioButtonPopupAdapter.cs
- SqlDependencyListener.cs
- ReadOnlyCollection.cs
- DesignerLoader.cs
- BitmapEffect.cs
- WebPartEditVerb.cs
- EntityDataSourceEntitySetNameItem.cs
- XmlException.cs
- AuthenticationConfig.cs
- ExtensionWindow.cs
- PaginationProgressEventArgs.cs
- RadioButtonPopupAdapter.cs
- WriteTimeStream.cs
- JsonQueryStringConverter.cs
- ManifestResourceInfo.cs
- IHttpResponseInternal.cs
- IgnoreDataMemberAttribute.cs
- ProgressChangedEventArgs.cs
- UnmanagedMemoryStream.cs
- DesignerActionItem.cs
- PointKeyFrameCollection.cs
- EntityDataSourceContextCreatedEventArgs.cs
- BulletDecorator.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- CompilerWrapper.cs
- MailBnfHelper.cs
- ImageSourceConverter.cs
- TaskExceptionHolder.cs
- PositiveTimeSpanValidator.cs
- FixedSOMPageConstructor.cs
- x509store.cs
- BitmapCodecInfoInternal.cs
- XmlEnumAttribute.cs
- SpinLock.cs
- AutomationPatternInfo.cs
- ObjectSecurity.cs
- TogglePattern.cs
- FrameworkContextData.cs
- TextAutomationPeer.cs
- DataTableCollection.cs
- HostProtectionException.cs
- SingleAnimationUsingKeyFrames.cs
- ApplicationServiceManager.cs
- TableDetailsRow.cs
- TrackingExtract.cs
- DesignerActionKeyboardBehavior.cs
- XmlNodeChangedEventManager.cs
- InsufficientMemoryException.cs
- RelationshipWrapper.cs
- PositiveTimeSpanValidatorAttribute.cs
- DataGridViewRowHeaderCell.cs
- ServiceBehaviorElementCollection.cs
- MissingFieldException.cs
- TextBoxRenderer.cs
- SqlFormatter.cs
- LiteralControl.cs
- SignalGate.cs
- WindowsToolbarItemAsMenuItem.cs