Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/Microsoft.NET/Framework/v2.0.50727/en/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>System.Web.Mobile</name> </assembly> <members> <member name="T:System.Web.Mobile.CookielessData"> <summary> Encapsulates data into an encrypted <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> for a page adapter to include in links in mobile controls. </summary> </member> <member name="M:System.Web.Mobile.CookielessData.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Mobile.CookielessData" /> class. </summary> </member> <member name="T:System.Web.Mobile.DeviceFilterElement"> <summary> Represents a device-specific filter to be applied to the application. </summary> </member> <member name="M:System.Web.Mobile.DeviceFilterElement.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Mobile.DeviceFilterElement" /> class as a comparison filter. </summary> <param name="name"> The name by which the evaluator will be identified. </param> <param name="compareName"> The capability evaluated by the comparison evaluator. </param> <param name="argument"> The argument against which the capability should be compared. </param> </member> <member name="M:System.Web.Mobile.DeviceFilterElement.#ctor(System.String,System.Type,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.Mobile.DeviceFilterElement" /> class as an evaluator filter. </summary> <param name="name"> The name by which the evaluator will be identified. </param> <param name="filterClass"> The class type that contains the evaluator delegate. </param> <param name="method"> The method in <paramref name="filterClass" /> that is the evaluator delegate. </param> </member> <member name="P:System.Web.Mobile.DeviceFilterElement.Argument"> <summary> Gets or sets the argument against which the capability should be compared. </summary> <returns> The argument against which the capability should be compared. </returns> </member> <member name="P:System.Web.Mobile.DeviceFilterElement.Compare"> <summary> Gets or sets the capability evaluated by the comparison evaluator. </summary> <returns> The capability evaluated by the comparison evaluator. </returns> </member> <member name="P:System.Web.Mobile.DeviceFilterElement.FilterClass"> <summary> Gets or sets the class type that contains the evaluator delegate. </summary> <returns> The class type that contains the evaluator delegate. </returns> </member> <member name="P:System.Web.Mobile.DeviceFilterElement.Method"> <summary> Gets or sets the method in the class specified by the <see cref="P:System.Web.Mobile.DeviceFilterElement.FilterClass" /> property that is used as the evaluator delegate. </summary> <returns> The method in <see cref="P:System.Web.Mobile.DeviceFilterElement.FilterClass" /> that is the evaluator delegate. </returns> </member> <member name="P:System.Web.Mobile.DeviceFilterElement.Name"> <summary> Gets the name by which the evaluator will be identified. </summary> <returns> The name by which the evaluator will be identified. </returns> </member> <member name="T:System.Web.Mobile.DeviceFilterElementCollection"> <summary> Represents a collection of <see cref="T:System.Web.Mobile.DeviceFilterElement" /> objects. </summary> </member> <member name="M:System.Web.Mobile.DeviceFilterElementCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Mobile.DeviceFilterElementCollection" /> class. </summary> </member> <member name="M:System.Web.Mobile.DeviceFilterElementCollection.Add(System.Web.Mobile.DeviceFilterElement)"> <summary> Adds the specified <see cref="T:System.Web.Mobile.DeviceFilterElement" /> object to the collection. </summary> <param name="deviceFilter"> The object to add to the collection. </param> </member> <member name="P:System.Web.Mobile.DeviceFilterElementCollection.AllKeys"> <summary> Gets a collection containing the keys of each item in the collection. </summary> <returns> A collection containing the keys of each item in the collection. </returns> </member> <member name="M:System.Web.Mobile.DeviceFilterElementCollection.Clear"> <summary> Removes all items from the collection. </summary> </member> <member name="P:System.Web.Mobile.DeviceFilterElementCollection.CollectionType"> <summary> Gets the configuration collection type of this <see cref="T:System.Web.Mobile.DeviceFilterElementCollection" /> object. </summary> <returns> A value from the <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> enumeration representing the type of the collection. </returns> </member> <member name="P:System.Web.Mobile.DeviceFilterElementCollection.Item(System.Int32)"> <summary> Gets or sets the item at the specified index. </summary> <returns> The item at the specified index. </returns> <param name="index"> The index at which to get or set the item. </param> </member> <member name="P:System.Web.Mobile.DeviceFilterElementCollection.Item(System.String)"> <summary> Gets the specified item from the collection. </summary> <returns> The specified item in the collection. </returns> <param name="name"> The string that identifies the item. </param> </member> <member name="M:System.Web.Mobile.DeviceFilterElementCollection.Remove(System.String)"> <summary> Removes the object with the specified key from the collection. </summary> <param name="name"> The key that identifies the item to be removed. </param> </member> <member name="M:System.Web.Mobile.DeviceFilterElementCollection.Remove(System.Web.Mobile.DeviceFilterElement)"> <summary> Removes the specified item from the collection. </summary> <param name="deviceFilter"> The item to remove from the collection. </param> </member> <member name="M:System.Web.Mobile.DeviceFilterElementCollection.RemoveAt(System.Int32)"> <summary> Removes an item from the collection at the specified index. </summary> <param name="index"> The index of the item to be removed. </param> </member> <member name="T:System.Web.Mobile.DeviceFiltersSection"> <summary> Contains the collection of device filters to use in the application. </summary> </member> <member name="M:System.Web.Mobile.DeviceFiltersSection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Mobile.DeviceFiltersSection" /> class. </summary> </member> <member name="P:System.Web.Mobile.DeviceFiltersSection.Filters"> <summary> Gets the collection of <see cref="T:System.Web.Mobile.DeviceFilterElement" /> objects contained in a <see cref="T:System.Web.Mobile.DeviceFiltersSection" /> object. </summary> <returns> The collection of <see cref="T:System.Web.Mobile.DeviceFilterElement" /> objects contained in a <see cref="T:System.Web.Mobile.DeviceFiltersSection" />. </returns> </member> <member name="T:System.Web.Mobile.ErrorHandlerModule"> <summary> Traps errors and formats messages for the appropriate device. </summary> </member> <member name="M:System.Web.Mobile.ErrorHandlerModule.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Mobile.ErrorHandlerModule" />. </summary> </member> <member name="M:System.Web.Mobile.ErrorHandlerModule.System#Web#IHttpModule#Dispose"> <summary> Disposes of the resources (other than memory) used by the module. </summary> </member> <member name="M:System.Web.Mobile.ErrorHandlerModule.System#Web#IHttpModule#Init(System.Web.HttpApplication)"> <summary> Initializes the module and prepares it to handle requests. </summary> <param name="application"> An <see cref="T:System.Web.HttpApplication" /> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application. </param> </member> <member name="T:System.Web.Mobile.MobileCapabilities"> <summary> Provides a single source for accessing capability information about a client device and for performing queries against device capabilities. </summary> </member> <member name="M:System.Web.Mobile.MobileCapabilities.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.Mobile.MobileCapabilities" /> class. </summary> </member> <member name="M:System.Web.Mobile.MobileCapabilities.HasCapability(System.String,System.String)"> <summary> Provides a uniform way to evaluate device capabilities. This method is used internally by ASP.NET to implement various device-selection criteria expressed in the syntax of the controls. For example, this method is used to choose among <Choice> Element (.NET Framework Developer's Guide ) elements in a DeviceSpecific/Choice construct. </summary> <returns>true if the device has the specified capability; otherwise, false. </returns> <param name="delegateName"> The device evaluation method, property name, or item in the capabilities collection. </param> <param name="optionalParameter"> The optional argument. </param> <exception cref="T:System.ArgumentOutOfRangeException"> A <paramref name="capabilityName" /> parameter is not found as a device-filter name specified in the configuration file, as a <see cref="T:System.Web.Mobile.MobileCapabilities" /> property, or as an item in the <see cref="T:System.Web.Mobile.MobileCapabilities" /> Item collection. </exception> <exception cref="T:System.ArgumentException"> <paramref name="delegateName" /> is null or empty. </exception> </member> <member name="F:System.Web.Mobile.MobileCapabilities.PreferredRenderingTypeChtml10"> <summary> Returns the source identifier to use for compact HTML 1.0. This field is read-only. </summary> </member> <member name="F:System.Web.Mobile.MobileCapabilities.PreferredRenderingTypeHtml32"> <summary> Returns the source identifier to use for HTML 3.2. This field is read-only. </summary> </member> <member name="F:System.Web.Mobile.MobileCapabilities.PreferredRenderingTypeWml11"> <summary> Returns the source identifier to use for WML 1.1. This field is read-only. </summary> </member> <member name="F:System.Web.Mobile.MobileCapabilities.PreferredRenderingTypeWml12"> <summary> Returns the source identifier to use for WML 1.2. This field is read-only. </summary> </member> <member name="T:System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler"> <summary> Reads the deviceFilters Element (ASP.NET Settings Schema) section of a configuration file that specifies the set of device filters for use with ASP.NET mobile controls. </summary> </member> <member name="M:System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler" /> class. This method supports the .NET Framework infrastructure. </summary> </member> <member name="M:System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)"> <summary> Creates a dictionary of the device filter information contained in the <see cref="T:System.Xml.XmlNode" /> specified by the <paramref name="node" /> parameter. If the object referenced by the <paramref name="parent" /> property is not null, then dictionary entries are appended to the parent dictionary. This method supports the .NET Framework infrastructure. </summary> <returns> A dictionary of the device filter information contained in the specified <paramref name="node" />. </returns> <param name="parent"> The parent node in the configuration file, or null (Nothing in Visual Basic) if creating the parent node. </param> <param name="context"> An <see cref="T:System.Web.Configuration.HttpConfigurationContext" /> object. </param> <param name="node"> The node to be created. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> Required attributes are not present or empty, or the type attribute refers to a non-existent <see cref="T:System.Type" />. </exception> </member> <member name="M:System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler.System#Configuration#IConfigurationSectionHandler#Create(System.Object,System.Object,System.Xml.XmlNode)"> <summary> Creates a dictionary of the device filter information contained in the <see cref="T:System.Xml.XmlNode" /> specified by the <paramref name="node" /> parameter. If the object referenced by the <paramref name="parent" /> property is not null, then dictionary entries are appended to the parent dictionary. </summary> <returns> A dictionary of the device filter information contained in the specified <paramref name="node" />. </returns> <param name="parent"> The parent node in the configuration file, or null (Nothing in Visual Basic) if creating the parent node. </param> <param name="context"> An <see cref="T:System.Web.Configuration.HttpConfigurationContext" /> object. </param> <param name="node"> The node to be created. </param> </member> <member name="T:System.Web.Mobile.MobileErrorInfo"> <summary> Provides a structure for reading information about an exception that occurs in a mobile application. </summary> </member> <member name="F:System.Web.Mobile.MobileErrorInfo.ContextKey"> <summary> The key to retrieve current exception information from the <see cref="P:System.Web.UI.Page.Context" />. </summary> </member> <member name="P:System.Web.Mobile.MobileErrorInfo.Description"> <summary> Returns a description of the exception. </summary> <returns> A description of the exception. </returns> </member> <member name="P:System.Web.Mobile.MobileErrorInfo.File"> <summary> Returns the name of the code file where the exception occurred. </summary> <returns> The name of the code file where the exception occurred. </returns> </member> <member name="P:System.Web.Mobile.MobileErrorInfo.Item(System.String)"> <summary> Returns a string value from the internal dictionary or hash table using the given key. </summary> <returns> A string value from the internal dictionary or hash table using the given key. </returns> <param name="key"> A string that uniquely identifies an item in the data store. </param> </member> <member name="P:System.Web.Mobile.MobileErrorInfo.LineNumber"> <summary> Returns the line number in the code where the exception occurred, if tracing is enabled. </summary> <returns> The line number in the code where the exception occurred. </returns> </member> <member name="P:System.Web.Mobile.MobileErrorInfo.MiscText"> <summary> Returns an alternate text for the exception. </summary> <returns> An alternate text for the exception. </returns> </member> <member name="P:System.Web.Mobile.MobileErrorInfo.MiscTitle"> <summary> Returns an alternate title for the exception. </summary> <returns> An alternate title for the exception. </returns> </member> <member name="P:System.Web.Mobile.MobileErrorInfo.Type"> <summary> Returns the <see cref="T:System.Type" /> of the exception. </summary> <returns> The <see cref="T:System.Type" /> of the exception. </returns> </member> <member name="T:System.Web.Mobile.MobileFormsAuthentication"> <summary> Supports cookieless devices by appending appropriate authentication information to the appropriate URLs. </summary> </member> <member name="M:System.Web.Mobile.MobileFormsAuthentication.RedirectFromLoginPage(System.String,System.Boolean)"> <summary> Redirects an authenticated user to the originally requested URL after logging in. </summary> <param name="userName"> Name of the user for cookie authentication purposes. This does not need to map to an account name and is used by URL Authorization. </param> <param name="createPersistentCookie"> Specifies whether or not a durable cookie (one that is session based or outlasts the session) must be issued. </param> </member> <member name="M:System.Web.Mobile.MobileFormsAuthentication.RedirectFromLoginPage(System.String,System.Boolean,System.String)"> <summary> Redirects an authenticated user to the originally requested URL after logging in. </summary> <param name="userName"> Name of the user for cookie authentication purposes. This does not need to map to an account name and is used by URL Authorization. </param> <param name="createPersistentCookie"> Specifies whether or not a durable cookie (one that is session based or outlasts the session) must be issued. </param> <param name="strCookiePath"> Returns the configured cookie path used for the current application. </param> </member> <member name="M:System.Web.Mobile.MobileFormsAuthentication.SignOut"> <summary> Calls the <see cref="M:System.Web.Security.FormsAuthentication.SignOut" /> method and sets the <see cref="P:System.Web.UI.MobileControls.IPageAdapter.PersistCookielessData" /> property to false. </summary> </member> <member name="P:System.Web.Mobile.MobileCapabilities.CanCombineFormsInDeck"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanInitiateVoiceCall"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanRenderAfterInputOrSelectElement"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanRenderEmptySelects"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanRenderInputAndSelectElementsTogether"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanRenderMixedSelects"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanRenderOneventAndPrevElementsTogether"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanRenderPostBackCards"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanRenderSetvarZeroWithMultiSelectionList"></member> <member name="P:System.Web.Mobile.MobileCapabilities.CanSendMail"></member> <member name="P:System.Web.Mobile.MobileCapabilities.DefaultSubmitButtonLimit"></member> <member name="P:System.Web.Mobile.MobileCapabilities.GatewayMajorVersion"></member> <member name="P:System.Web.Mobile.MobileCapabilities.GatewayMinorVersion"></member> <member name="P:System.Web.Mobile.MobileCapabilities.GatewayVersion"></member> <member name="P:System.Web.Mobile.MobileCapabilities.HasBackButton"></member> <member name="P:System.Web.Mobile.MobileCapabilities.HidesRightAlignedMultiselectScrollbars"></member> <member name="P:System.Web.Mobile.MobileCapabilities.InputType"></member> <member name="P:System.Web.Mobile.MobileCapabilities.IsColor"></member> <member name="P:System.Web.Mobile.MobileCapabilities.IsMobileDevice"></member> <member name="P:System.Web.Mobile.MobileCapabilities.MaximumRenderedPageSize"></member> <member name="P:System.Web.Mobile.MobileCapabilities.MaximumSoftkeyLabelLength"></member> <member name="P:System.Web.Mobile.MobileCapabilities.MobileDeviceManufacturer"></member> <member name="P:System.Web.Mobile.MobileCapabilities.MobileDeviceModel"></member> <member name="P:System.Web.Mobile.MobileCapabilities.NumberOfSoftkeys"></member> <member name="P:System.Web.Mobile.MobileCapabilities.PreferredImageMime"></member> <member name="P:System.Web.Mobile.MobileCapabilities.PreferredRenderingMime"></member> <member name="P:System.Web.Mobile.MobileCapabilities.PreferredRenderingType"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RendersBreakBeforeWmlSelectAndInput"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RendersBreaksAfterHtmlLists"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RendersBreaksAfterWmlAnchor"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RendersBreaksAfterWmlInput"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RendersWmlDoAcceptsInline"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RendersWmlSelectsAsMenuCards"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiredMetaTagNameValue"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresAttributeColonSubstitution"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresContentTypeMetaTag"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresDBCSCharacter"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresHtmlAdaptiveErrorReporting"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresLeadingPageBreak"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresNoBreakInFormatting"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresOutputOptimization"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresPhoneNumbersAsPlainText"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresSpecialViewStateEncoding"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresUniqueFilePathSuffix"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresUniqueHtmlCheckboxNames"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresUniqueHtmlInputNames"></member> <member name="P:System.Web.Mobile.MobileCapabilities.RequiresUrlEncodedPostfieldValues"></member> <member name="P:System.Web.Mobile.MobileCapabilities.ScreenBitDepth"></member> <member name="P:System.Web.Mobile.MobileCapabilities.ScreenCharactersHeight"></member> <member name="P:System.Web.Mobile.MobileCapabilities.ScreenCharactersWidth"></member> <member name="P:System.Web.Mobile.MobileCapabilities.ScreenPixelsHeight"></member> <member name="P:System.Web.Mobile.MobileCapabilities.ScreenPixelsWidth"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsAccesskeyAttribute"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsBodyColor"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsBold"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsCacheControlMetaTag"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsCss"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsDivAlign"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsDivNoWrap"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsEmptyStringInCookieValue"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsFontColor"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsFontName"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsFontSize"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsImageSubmit"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsIModeSymbols"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsInputIStyle"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsInputMode"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsItalic"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsJPhoneMultiMediaAttributes"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsJPhoneSymbols"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsQueryStringInFormAction"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsRedirectWithCookie"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsSelectMultiple"></member> <member name="P:System.Web.Mobile.MobileCapabilities.SupportsUncheck"></member> <member name="T:System.Web.UI.Design.MobileControls.IMobileDesigner"> <summary> Provides the interface for all mobile control designers between the .NET framework and a design host such as Visual Studio 2005. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.IMobileDesigner.UpdateRendering"> <summary> Updates design-time rendering for the container control that implements the <see cref="T:System.Web.UI.Design.MobileControls.IMobileDesigner" /> interface. </summary> </member> <member name="T:System.Web.UI.Design.MobileControls.IMobileWebFormServices"> <summary> Defines an interface for a page designer component to obtain services from a designer host such as Visual Studio 2005 at design time. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.IMobileWebFormServices.ClearUndoStack"> <summary> Clears all items in the designer host's Undo cache at design time. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.IMobileWebFormServices.GetCache(System.String,System.Object)"> <summary> Gets an item from the cache of the designer host at design time. </summary> <returns> An object from the cache of the designer host. </returns> <param name="controlID"> The ID for the container control. </param> <param name="key"> The key for the cache item. </param> </member> <member name="M:System.Web.UI.Design.MobileControls.IMobileWebFormServices.RefreshPageView"> <summary> Refreshes the page in the designer host at design time. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.IMobileWebFormServices.SetCache(System.String,System.Object,System.Object)"> <summary> Stores an object in the designer host's cache at design time. </summary> <param name="controlID"> The ID of the container control. </param> <param name="key"> The key for the cache item. </param> <param name="value"> The item to store in the cache. </param> </member> <member name="M:System.Web.UI.Design.MobileControls.IMobileWebFormServices.UpdateRenderingRecursive(System.Web.UI.Control)"> <summary> Recursively updates the associated control and each of its child controls in the design host at design time. </summary> <param name="rootControl"> The container control with which to begin the update. </param> </member> <member name="T:System.Web.UI.Design.MobileControls.MobileResource"> <summary> Supports looking up culture-specific resources for mobile controls at design time. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.MobileResource.GetString(System.String)"> <summary> Returns a string resource with a specified name. </summary> <returns> The value of a resource. </returns> <param name="name"> The name of the resource to search for. </param> </member> <member name="T:System.Web.UI.Design.MobileControls.Converters.DataFieldConverter"> <summary> Provides a design-time type converter for a component's data field properties. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.#ctor"> <summary> Instantiates a new instance of the <see cref="T:System.Web.UI.Design.MobileControls.Converters.DataFieldConverter" /> class. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Gets a value indicating whether the specified source type can be converted to the type of the associated control property. </summary> <returns>true if <paramref name="sourceType" /> is a string; otherwise false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that represents the data-bound component or the control that the property belongs to. </param> <param name="sourceType"> The type to convert from. </param> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts the specified object to a string. </summary> <returns> A string containing the converted object. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that represents the data-bound component or the control that the property belongs to. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that can be used to provide additional culture information. </param> <param name="value"> The object to convert from. </param> <exception cref="M:System.ComponentModel.TypeConverter.GetConvertFromException(System.Object)"> <paramref name="object" /> is not null and is not a string. </exception> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Gets a list of fields in the selected data source if information about them is available, using the provided context. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> object containing a list of the names of fields available in the data source. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that represents the data-bound component or the control that the property belongs to. </param> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)"> <summary> Indicates whether this converter returns a list containing all possible values that can be assigned to the associated control property, using the provided context. </summary> <returns>false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that represents the data-bound component or the control that the property belongs to. </param> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)"> <summary> Gets a value indicating whether this object returns a standard set of values that can be picked from a list. </summary> <returns>true if the context is not null and can be cast to an <see cref="T:System.ComponentModel.IComponent" />; otherwise false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that represents the data-bound component or the control that the property belongs to. </param> </member> <member name="T:System.Web.UI.Design.MobileControls.Converters.DataMemberConverter"> <summary> Provides a type converter for a property representing a data member in a data source. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.#ctor"> <summary> Instantiates a new instance of the <see cref="T:System.Web.UI.Design.MobileControls.Converters.DataMemberConverter" /> class. </summary> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"> <summary> Gets a value indicating whether the specified source type can be converted to the type of the associated control property using the specified context and type. </summary> <returns>true if the <paramref name="sourceType" /> is <see cref="T:System.String" />; otherwise false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that represents the data-bound component or the control that the property belongs to. </param> <param name="sourceType"> The type to convert from. </param> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts the specified object to the type of the associated control property using the specified context. </summary> <returns> A string containing the <paramref name="value" /> if <paramref name="value" /> is not null and contains a string; otherwise, an empty string (""). </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that represents the data-bound component or the control that the property belongs to. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that can be used to provide additional culture information. </param> <param name="value"> The value to convert from. </param> <exception cref="M:System.ComponentModel.TypeConverter.GetConvertFromException(System.Object)"> <paramref name="value" /> is not null and not a string. </exception> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"> <summary> Returns a list of values that can be assigned to a control property using the specified context. </summary> <returns> A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> object containing the names of available data views in the data source. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that represents the data-bound component or the control that the property belongs to. </param> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)"> <summary> Indicates whether this converter returns a list containing all possible values that can be assigned to the associated control property using the specified context. </summary> <returns>false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that represents the data bound component or control the property belongs to. </param> </member> <member name="M:System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)"> <summary> Gets a value indicating whether this object returns a standard set of values that can be picked from a list in the design host using the specified context. </summary> <returns>true if the context is not null and can be cast to an <see cref="T:System.ComponentModel.IComponent" />; otherwise false. </returns> <param name="context"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that represents the data-bound component or the control that the property belongs to. </param> </member> <member name="T:System.Web.UI.MobileControls.AdRotator"> <summary> Provides a server control to display a randomly selected advertisement on a mobile page. </summary> </member> <member name="M:System.Web.UI.MobileControls.AdRotator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.AdRotator" /> class. </summary> </member> <member name="E:System.Web.UI.MobileControls.AdRotator.AdCreated"> <summary> Occurs each time an advertisement is displayed. </summary> </member> <member name="P:System.Web.UI.MobileControls.AdRotator.AdvertisementFile"> <summary> Gets or sets the path to the XML file that contains advertisement data. The default value is an empty string (""). </summary> <returns> The path to the XML file containing the properties of the advertisements to render in the AdRotator control. Note: For security purposes, XML files should be placed in the App_Data folder, which is configured to not allow users direct access to XML files. </returns> </member> <member name="M:System.Web.UI.MobileControls.AdRotator.CreateWebAdRotator"> <summary> Returns a new <see cref="T:System.Web.UI.MobileControls.AdRotator" /> object. </summary> <returns> An <see cref="T:System.Web.UI.MobileControls.AdRotator" /> object. </returns> </member> <member name="P:System.Web.UI.MobileControls.AdRotator.ImageKey"> <summary> Returns the element name from which the image URL is retrieved from an advertisement. The default value is "ImageUrl". </summary> <returns> The element name from which the image URL is retrieved for an advertisement. </returns> </member> <member name="P:System.Web.UI.MobileControls.AdRotator.KeywordFilter"> <summary> Gets or sets a category keyword that you can use to filter advertisements from an advertisement file. The default is an empty string (""). </summary> <returns> The keyword used to identify advertisements within a specific category. </returns> </member> <member name="P:System.Web.UI.MobileControls.AdRotator.NavigateUrlKey"> <summary> Gets or sets the name of the element that contains the target URL. </summary> <returns> The name of the element in the XML file that contains the target URL. </returns> </member> <member name="M:System.Web.UI.MobileControls.AdRotator.OnAdCreated(System.Web.UI.WebControls.AdCreatedEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.MobileControls.AdRotator.AdCreated" /> event for the <see cref="T:System.Web.UI.MobileControls.AdRotator" /> control. This method has essentially the same functionality as the Web Forms control. For more information, see <see cref="T:System.Web.UI.WebControls.AdRotator" />. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.AdCreatedEventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.AdRotator.Render(System.Web.UI.HtmlTextWriter)"> <summary> Renders the control on the client. </summary> <param name="writer"> none </param> </member> <member name="T:System.Web.UI.MobileControls.Alignment"> <summary> Specifies the alignment of a rendered object. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.Alignment.NotSet"> <summary> Default value. If the value is <see cref="F:System.Web.UI.MobileControls.Alignment.NotSet" />, then the alignment is inherited from the control's style, or, if the style is not defined, from the control's parent control. </summary> </member> <member name="F:System.Web.UI.MobileControls.Alignment.Left"> <summary> Aligns with the left of the screen. </summary> </member> <member name="F:System.Web.UI.MobileControls.Alignment.Center"> <summary> Aligns with the center of the screen. </summary> </member> <member name="F:System.Web.UI.MobileControls.Alignment.Right"> <summary> Aligns with the right of the screen. </summary> </member> <member name="T:System.Web.UI.MobileControls.ArrayListCollectionBase"> <summary> Implements the functionality of the <see cref="T:System.Collections.ICollection" /> interface to inheriting classes by using a Web Forms <see cref="T:System.Collections.ArrayList" /> object for storage. </summary> </member> <member name="M:System.Web.UI.MobileControls.ArrayListCollectionBase.CopyTo(System.Array,System.Int32)"> <summary> Copies the items in the collection to an array, starting at the given index. Intended for internal use only. </summary> <param name="array"> The name of the array that you want to copy the collection. </param> <param name="index"> The point at which you want to start copying the collection. </param> </member> <member name="P:System.Web.UI.MobileControls.ArrayListCollectionBase.Count"> <summary> Returns the number of elements in a collection. </summary> <returns> The number of elements in a collection. </returns> </member> <member name="M:System.Web.UI.MobileControls.ArrayListCollectionBase.GetEnumerator"> <summary> Retrieves an enumerator for the collection. </summary> <returns> The enumerator for the collection. </returns> </member> <member name="P:System.Web.UI.MobileControls.ArrayListCollectionBase.IsReadOnly"> <summary> Gets a value indicating whether a collection is read-only. </summary> <returns>true if collection is read-only; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.ArrayListCollectionBase.IsSynchronized"> <summary> Gets a value indicating whether a collection is synchronized. </summary> <returns>true if the collection is synchronized; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.ArrayListCollectionBase.Items"> <summary> Gets or sets the collection of items in an array list object. The default value is <see cref="F:System.String.Empty" />. </summary> <returns> The collection of items in an array list object. </returns> </member> <member name="P:System.Web.UI.MobileControls.ArrayListCollectionBase.SyncRoot"> <summary> Returns the SyncRoot object for the collection. </summary> <returns> The SyncRoot object for the collection. </returns> </member> <member name="T:System.Web.UI.MobileControls.BaseValidator"> <summary> Provides the core implementation for all validation controls derived from this class. As an abstract class, it cannot be instantiated. </summary> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.BaseValidator" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.CheckControlValidationProperty(System.String,System.String)"> <summary> Determines whether the specified control to be validated has a property that can be validated. </summary> <param name="name"> The name of the control that has a property to be validated. </param> <param name="propertyName"> The name of the property that is to be validated. </param> <exception cref="T:System.ArgumentException"> either the <paramref name="name" /> or <paramref name="propertyName" /> parameters is null. </exception> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.ControlPropertiesValid"> <summary> Determines whether the properties to be validated are valid. </summary> <returns>true if control properties to be validated are valid; otherwise, false. </returns> <exception cref="T:System.ArgumentException"> the <see cref="P:System.Web.UI.MobileControls.BaseValidator.ControlToValidate" /> property is empty or the control does not exist. </exception> </member> <member name="P:System.Web.UI.MobileControls.BaseValidator.ControlToValidate"> <summary> Gets or sets the ID of the control to validate. The default value is <see cref="F:System.String.Empty" />. </summary> <returns> The ID of the control to validate. </returns> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.CreateStyle"> <summary> Constructs and returns the <see cref="T:System.Web.UI.MobileControls.Style" /> object to be associated with the control. </summary> <returns> A new <see cref="T:System.Web.UI.MobileControls.Style" /> object. </returns> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.CreateWebValidator"> <summary> Virtual method for derived class to create its own aggregated Web validator. The Web validator is for getting and setting of the common properties of Web base validator. </summary> <returns> An aggregated Web validator. </returns> </member> <member name="P:System.Web.UI.MobileControls.BaseValidator.Display"> <summary> Gets or sets the display behavior of the error message of the validation control. The default value is <see cref="F:System.Web.UI.WebControls.ValidatorDisplay.Dynamic" />. </summary> <returns> The display behavior of the error message of the validation control. </returns> </member> <member name="P:System.Web.UI.MobileControls.BaseValidator.ErrorMessage"> <summary> Gets or sets the text that will be used for the error message. The default value is <see cref="F:System.String.Empty" />. </summary> <returns> The text that will be used for the error message. </returns> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.EvaluateIsValid"> <summary> Called during the validation stage when ASP.NET processes a Web Form. </summary> <returns>true if the validator is valid, otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.BaseValidator.IsValid"> <summary> Gets or sets a value indicating whether the data validated by the control is valid. The default value is true. </summary> <returns>true if the data validated by the control is valid; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> None </param> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> None </param> </member> <member name="P:System.Web.UI.MobileControls.BaseValidator.StyleReference"> <summary> Gets or sets a reference to the style properties for a control. </summary> <returns> None. </returns> </member> <member name="M:System.Web.UI.MobileControls.BaseValidator.Validate"> <summary> Performs control validation, and then sets the <see cref="P:System.Web.UI.MobileControls.BaseValidator.IsValid" /> property based on the results of the validation. </summary> </member> <member name="P:System.Web.UI.MobileControls.BaseValidator.VisibleWeight"> <summary> Returns the approximate weight of the control, in characters. </summary> <returns> None. </returns> </member> <member name="T:System.Web.UI.MobileControls.BooleanOption"> <summary> Specifies a style option. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.BooleanOption.NotSet"> <summary> Default value. If the value is <see cref="F:System.Web.UI.MobileControls.BooleanOption.NotSet" />, then the font attributes are inherited from the control's style, or, if the style is not defined, from the control's parent control. </summary> </member> <member name="F:System.Web.UI.MobileControls.BooleanOption.False"> <summary> The specified style will not be applied. </summary> </member> <member name="F:System.Web.UI.MobileControls.BooleanOption.True"> <summary> The specified style will be applied. </summary> </member> <member name="T:System.Web.UI.MobileControls.Calendar"> <summary> Provides control capability to display a calendar. </summary> </member> <member name="M:System.Web.UI.MobileControls.Calendar.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Calendar" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Calendar.CalendarEntryText"> <summary> Gets or sets the string used on CHTML and WML devices to enter the <see cref="T:System.Web.UI.MobileControls.Calendar" /> control. </summary> <returns> The string used on CHTML and WML devices to enter the <see cref="T:System.Web.UI.MobileControls.Calendar" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Calendar.CreateWebCalendar"> <summary> Returns an overridden <see cref="T:System.Web.UI.MobileControls.Calendar" /> object. </summary> <returns> An overridden <see cref="T:System.Web.UI.MobileControls.Calendar" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.Calendar.FirstDayOfWeek"> <summary> Gets or sets the day of the week to display in the first column of a calendar. </summary> <returns> The day of the week displayed in the first column of a calendar. The default value is <see cref="F:System.Web.UI.WebControls.FirstDayOfWeek.Default" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Calendar.OnSelectionChanged"> <summary> Raises the <see cref="E:System.Web.UI.MobileControls.Calendar.SelectionChanged" /> event. </summary> </member> <member name="M:System.Web.UI.MobileControls.Calendar.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.MobileControls.Calendar" /> control when it posts back to the server. </summary> <param name="eventArgument"> A string with data required for processing the event. </param> </member> <member name="M:System.Web.UI.MobileControls.Calendar.RaiseSelectionChangedEvent"> <summary> Called to raise an event indicating that the selection changed. </summary> </member> <member name="P:System.Web.UI.MobileControls.Calendar.SelectedDate"> <summary> Gets or sets the currently selected date. </summary> <returns> The currently selected date. The default value is the value of <see cref="F:System.DateTime.MinValue" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.Calendar.SelectedDates"> <summary> Gets a collection of selected dates from the ASP.NET <see cref="T:System.Web.UI.WebControls.SelectedDatesCollection" /> class. </summary> <returns> A collection of selected dates. </returns> </member> <member name="E:System.Web.UI.MobileControls.Calendar.SelectionChanged"> <summary> Occurs each time the user selects a day, a week, or a month in the <see cref="T:System.Web.UI.MobileControls.Calendar" /> control. </summary> </member> <member name="P:System.Web.UI.MobileControls.Calendar.SelectionMode"> <summary> Gets or sets the selection mode of a <see cref="T:System.Web.UI.MobileControls.Calendar" /> object. </summary> <returns> The selection mode of the calendar control. The default is <see cref="F:System.Web.UI.WebControls.CalendarSelectionMode.Day" />. </returns> <exception cref="T:System.ArgumentException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.CalendarSelectionMode" /> values. </exception> </member> <member name="P:System.Web.UI.MobileControls.Calendar.ShowDayHeader"> <summary> Gets or sets a value that determines whether the control displays the names of the days of the week in the calendar header. </summary> <returns>true if the names of the days of the week should be displayed in the calendar header; otherwise, false. The default is true. </returns> </member> <member name="M:System.Web.UI.MobileControls.Calendar.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> Arguments to be passed to the event handler. </param> </member> <member name="P:System.Web.UI.MobileControls.Calendar.VisibleDate"> <summary> Gets or sets a date that specifies the month to display. </summary> <returns> The date that specifies the month to display. The default is <see cref="F:System.DateTime.MinValue" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.Calendar.WebCalendar"> <summary> Gets the underlying Web Forms <see cref="T:System.Web.UI.WebControls.Calendar" /> control. </summary> <returns> The underlying Web Forms <see cref="T:System.Web.UI.WebControls.Calendar" />. </returns> </member> <member name="T:System.Web.UI.MobileControls.Command"> <summary> Creates a user interface element that enables users to invoke ASP.NET event handlers and it provides a means to post user input from UI elements back to the server. </summary> </member> <member name="M:System.Web.UI.MobileControls.Command.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Command" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Command.CausesValidation"> <summary> Gets or sets whether the specified control causes server-side validation to occur on all controls on the form. The default value is true. </summary> <returns>true if the specified control causes server-side validation to occur on all controls on the form; otherwise, false. </returns> </member> <member name="E:System.Web.UI.MobileControls.Command.Click"> <summary> Occurs when a user activates a <see cref="T:System.Web.UI.MobileControls.Command" /> control. </summary> </member> <member name="P:System.Web.UI.MobileControls.Command.CommandArgument"> <summary> Sets or returns the argument associated with the command in the <see cref="E:System.Web.UI.MobileControls.Command.ItemCommand" /> event. The default value is an empty string (""). </summary> <returns> The argument associated with the command in the <see cref="E:System.Web.UI.MobileControls.Command.ItemCommand" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.Command.CommandName"> <summary> Gets or sets the command name associated with the <see cref="T:System.Web.UI.MobileControls.Command" /> control. </summary> <returns> The name of the <see cref="T:System.Web.UI.MobileControls.Command" /> that raised the event. </returns> </member> <member name="P:System.Web.UI.MobileControls.Command.Format"> <summary> Gets or sets the render style for the <see cref="T:System.Web.UI.MobileControls.Command" />. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.CommandFormat" /> value indicating the render style for the <see cref="T:System.Web.UI.MobileControls.Command" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.Command.ImageUrl"> <summary> Sets or returns the URL of the image source for the <see cref="T:System.Web.UI.MobileControls.Command" /> control when the control is rendered as an image button. The default value is <see cref="F:System.String.Empty" />. </summary> <returns> The URL of the image source for the <see cref="T:System.Web.UI.MobileControls.Command" /> when the control is rendered as an image button. </returns> </member> <member name="M:System.Web.UI.MobileControls.Command.IsFormSubmitControl"> <summary> Gets a value indicating whether the control submits the form. The default is false. </summary> <returns>true if the control submits the form; otherwise, false. </returns> </member> <member name="E:System.Web.UI.MobileControls.Command.ItemCommand"> <summary> Occurs when the user selects a command that is associated with an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> item. </summary> </member> <member name="M:System.Web.UI.MobileControls.Command.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Gets a value indicating whether the adapter associated with the <see cref="T:System.Web.UI.MobileControls.Command" /> control has handled loading the post data. </summary> <returns>true if the adapter associated with this control has handled loading the post data; otherwise, false. </returns> <param name="key"> A reference to the name of a parameter collection. </param> <param name="data"> A parameter collection of postback data. </param> </member> <member name="M:System.Web.UI.MobileControls.Command.OnClick(System.EventArgs)"> <summary> Called when the user activates the control. </summary> <param name="e"> An object defined by an <see cref="T:System.EventArgs" /> that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Command.OnItemCommand(System.Web.UI.WebControls.CommandEventArgs)"> <summary> Called when the user activates the control. </summary> <param name="e"> An <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Command.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Command.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.MobileControls.Command" /> control when it posts back to the server. </summary> <param name="argument"> The argument for the event. </param> </member> <member name="M:System.Web.UI.MobileControls.Command.RaisePostDataChangedEvent"> <summary> Notifies the ASP.NET application that the state of the <see cref="T:System.Web.UI.MobileControls.Command" /> control has changed. </summary> </member> <member name="P:System.Web.UI.MobileControls.Command.SoftkeyLabel"> <summary> Sets or returns the label used when a softkey is displayed. The default value is an empty string (""). </summary> <returns> The label used when a soft key is displayed. </returns> </member> <member name="M:System.Web.UI.MobileControls.Command.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" />. </summary> <returns>true if the adapter handles loading the post data; otherwise, false. </returns> <param name="key"> A reference to the name of a parameter collection. </param> <param name="data"> A parameter collection of postback data. </param> </member> <member name="M:System.Web.UI.MobileControls.Command.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.Command.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.MobileControls.Command" /> control when it posts back to the server. For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> The argument for the event. </param> </member> <member name="T:System.Web.UI.MobileControls.CommandFormat"> <summary> Sets the rendering style of the <see cref="T:System.Web.UI.MobileControls.Command" /> control, through the <see cref="P:System.Web.UI.MobileControls.Command.Format" /> property. </summary> </member> <member name="F:System.Web.UI.MobileControls.CommandFormat.Button"> <summary> Renders the <see cref="T:System.Web.UI.MobileControls.Command" /> control as a button. </summary> </member> <member name="F:System.Web.UI.MobileControls.CommandFormat.Link"> <summary> Renders the <see cref="T:System.Web.UI.MobileControls.Command" /> control as a hyperlink. </summary> </member> <member name="T:System.Web.UI.MobileControls.CompareValidator"> <summary> Determines validity by comparing a specific field in one control to a specific field in another control, using a specifiable comparison operator. </summary> </member> <member name="M:System.Web.UI.MobileControls.CompareValidator.#ctor"> <summary> Creates a new instance of the CompareValidator for mobile controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.CompareValidator.ControlPropertiesValid"> <summary> Determines whether the properties to be validated are valid. </summary> <returns>true if control properties to be validated are valid; otherwise, false. </returns> <exception cref="T:System.ArgumentException"> the <see cref="P:System.Web.UI.MobileControls.BaseValidator.ControlToValidate" /> property is empty. -or- the control to compare does not exist. -or- the control to validate and the control to compare are the same control. -or- the values of the two controls are not comparable. </exception> </member> <member name="P:System.Web.UI.MobileControls.CompareValidator.ControlToCompare"> <summary> Gets or sets the ID of the input control to compare. The default value is an empty string (""). </summary> <returns> The ID of the input control to compare. </returns> </member> <member name="M:System.Web.UI.MobileControls.CompareValidator.CreateWebValidator"> <summary> Gets and sets the common properties of Web base validator. </summary> <returns> none </returns> </member> <member name="M:System.Web.UI.MobileControls.CompareValidator.EvaluateIsValid"> <summary> Called during the validation stage when ASP.NET processes a Mobile Web Form page. </summary> <returns> none </returns> </member> <member name="P:System.Web.UI.MobileControls.CompareValidator.Operator"> <summary> Gets or sets the comparison operation used in validation. The default value is Equal. </summary> <returns> The comparison operation used in validation. </returns> </member> <member name="P:System.Web.UI.MobileControls.CompareValidator.Type"> <summary> Gets or sets the data type of the two values being compared. The default value is string. </summary> <returns> The data type of the two values being compared. </returns> <exception cref="T:System.ArgumentException"> the specified value is not one of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> values. </exception> </member> <member name="P:System.Web.UI.MobileControls.CompareValidator.ValueToCompare"> <summary> Gets or sets the value to compare. </summary> <returns> The value to compare. </returns> </member> <member name="T:System.Web.UI.MobileControls.Constants"> <summary> Creates a UI element that allows user invocation of ASP.NET event handlers and provides a way to post user input from UI elements back to the server. </summary> </member> <member name="M:System.Web.UI.MobileControls.Constants.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Constants" /> class. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.AlternatingItemTemplateTag"> <summary> Contains the tag name for the AlternatingItem template. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.ContentTemplateTag"> <summary> Contains the tag name for the Content template. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.DefaultSessionsStateHistorySize"> <summary> Contains the default depth of the history stack. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.EventArgumentID"> <summary> The argument associated with the postback event. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.EventSourceID"> <summary> Contains the query String name of the event target (the control that generated the postback). </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.FooterTemplateTag"> <summary> Contains the tag name for the Footer template. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.FormIDPrefix"> <summary> Contains the prefix of a form in a URL. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.HeaderTemplateTag"> <summary> Contains the tag name for the HeaderTemplate. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.ItemDetailsTemplateTag"> <summary> Contains the tag name for the ItemDetails template. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.ItemTemplateTag"> <summary> Contains the tag name for the Item template. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.LabelTemplateTag"> <summary> Contains the tag name for the Label template. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.OptimumPageWeightParameter"> <summary> Contains the default page weight. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.PagePrefix"> <summary> Contains a page number delimiter used to ensure proper page numbering in a postback. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.ScreenCharactersHeightParameter"> <summary> Contains the default for the height of the characters on the screen. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.ScriptTemplateTag"> <summary> Contains the tag name for the Script template. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.SelectionListSpecialCharacter"> <summary> Contains the character used in CheckBox IDs for cHTML. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.SeparatorTemplateTag"> <summary> Contains the tag name for the Separator template. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.SymbolProtocol"> <summary> Contains the characters used to denote the beginning of an i-mode or J-Phone symbol scheme. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.UniqueFilePathSuffixVariable"> <summary> Contains the query String name of the unique file path suffix. </summary> </member> <member name="F:System.Web.UI.MobileControls.Constants.UniqueFilePathSuffixVariableWithoutEqual"> <summary> Contains the query String name of the unique file path suffix, but no equal sign. </summary> </member> <member name="T:System.Web.UI.MobileControls.ControlElement"> <summary> Represents the Control section within the MobileControls section of a configuration file. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.MobileControls.ControlElement.#ctor(System.String,System.Type)"> <summary> Creates an instance of the ControlElement class. </summary> <param name="name"> The name of the control to which the configuration applies. </param> <param name="adapter"> The <see cref="T:System.Type" /> of adapter the control should use. </param> </member> <member name="P:System.Web.UI.MobileControls.ControlElement.Adapter"> <summary> The type of adapter the control should use. </summary> <returns> A type derived from <see cref="T:System.Web.UI.MobileControls.IControlAdapter" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.ControlElement.Control"> <summary> Represents the <see cref="T:System.Type" /> of control to which the configuration applies. </summary> <returns> A <see cref="T:System.Type" /> of mobile control. </returns> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null. </exception> </member> <member name="P:System.Web.UI.MobileControls.ControlElement.Name"> <summary> Represents the value of the name of the control to which the configuration applies. </summary> <returns> None. </returns> </member> <member name="T:System.Web.UI.MobileControls.ControlElementCollection"> <summary> Represents an XML element that contains a collection of Control sections within a MobileControls section of a configuration file. </summary> </member> <member name="M:System.Web.UI.MobileControls.ControlElementCollection.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.ControlElementCollection" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.ControlElementCollection.Add(System.Web.UI.MobileControls.ControlElement)"> <summary> Adds a <see cref="T:System.Web.UI.MobileControls.ControlElement" /> object to the collection </summary> <param name="controlElement"> A <see cref="T:System.Web.UI.MobileControls.ControlElement" /> object. </param> </member> <member name="P:System.Web.UI.MobileControls.ControlElementCollection.AllKeys"> <summary> Returns an array of the keys for all of the <see cref="T:System.Web.UI.MobileControls.ControlElement" /> objects contained in this collection. </summary> <returns> An array of key names. </returns> </member> <member name="M:System.Web.UI.MobileControls.ControlElementCollection.Clear"> <summary> Removes all <see cref="T:System.Web.UI.MobileControls.ControlElement" /> objects from the collection. </summary> </member> <member name="P:System.Web.UI.MobileControls.ControlElementCollection.CollectionType"> <summary> Gets the configuration collection type of this <see cref="T:System.Web.UI.MobileControls.ControlElementCollection" /> object. </summary> <returns> One of the <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> values. </returns> </member> <member name="P:System.Web.UI.MobileControls.ControlElementCollection.Item(System.Int32)"> <summary> Gets or sets a property, attribute, or child element of this configuration element. </summary> </member> <member name="P:System.Web.UI.MobileControls.ControlElementCollection.Item(System.String)"> <summary> Gets or sets a property, attribute, or child element of this configuration element. </summary> </member> <member name="M:System.Web.UI.MobileControls.ControlElementCollection.Remove(System.String)"> <summary> Removes the <see cref="T:System.Web.UI.MobileControls.ControlElement" /> object identified by name from the collection. </summary> <param name="name"> The name of the <see cref="T:System.Web.UI.MobileControls.ControlElement" /> to remove. </param> </member> <member name="M:System.Web.UI.MobileControls.ControlElementCollection.Remove(System.Web.UI.MobileControls.ControlElement)"> <summary> Removes the given <see cref="T:System.Web.UI.MobileControls.ControlElement" /> from the collection. </summary> <param name="controlElement"> A <see cref="T:System.Web.UI.MobileControls.ControlElement" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.ControlElementCollection.RemoveAt(System.Int32)"> <summary> Removes the <see cref="T:System.Web.UI.MobileControls.ControlElement" /> object with the specified index. </summary> <param name="index"> The zero-based index of the element to remove. </param> </member> <member name="T:System.Web.UI.MobileControls.ControlPager"> <summary> Used by a form to paginate its controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.ControlPager.#ctor(System.Web.UI.MobileControls.Form,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ControlPager" /> class for the specified form that uses the specified weight for a page. </summary> <param name="form"> The form page. </param> <param name="pageWeight"> The weight of the specified form page. </param> </member> <member name="F:System.Web.UI.MobileControls.ControlPager.DefaultWeight"> <summary> Returns the assigned weight for a page. This field is read-only. </summary> </member> <member name="M:System.Web.UI.MobileControls.ControlPager.GetItemPager(System.Web.UI.MobileControls.MobileControl,System.Int32,System.Int32,System.Int32)"> <summary> Creates and returns an <see cref="T:System.Web.UI.MobileControls.ItemPager" /> object for paginating the contents of the given control. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.ItemPager" /> for paginating the contents of the given control. </returns> <param name="control"> The control to be paginated. </param> <param name="itemCount"> The number of items in the <see cref="T:System.Web.UI.MobileControls.ItemPager" /> object. </param> <param name="itemsPerPage"> The maximum number of items on a page. </param> <param name="itemWeight"> The optimum weight of the <see cref="T:System.Web.UI.MobileControls.ItemPager" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.ControlPager.GetPage(System.Int32)"> <summary> Returns a newly assigned page index based on the weight of the control. </summary> <returns> A newly assigned page index based on the weight of the control. </returns> <param name="weight"> The weight of a control. </param> </member> <member name="P:System.Web.UI.MobileControls.ControlPager.PageCount"> <summary> Sets or returns the number of form pages currently created by the pager. </summary> <returns> The number of form pages currently created by the pager. </returns> </member> <member name="P:System.Web.UI.MobileControls.ControlPager.PageWeight"> <summary> Returns the optimal weight of a form page. </summary> <returns> The optimal weight of a form page. </returns> </member> <member name="P:System.Web.UI.MobileControls.ControlPager.RemainingWeight"> <summary> Sets or returns the weight that remains on the current ASP.NET mobile Web Forms page. </summary> <returns> The weight that remains on the current ASP.NET mobile Web Forms page. </returns> </member> <member name="F:System.Web.UI.MobileControls.ControlPager.UseDefaultWeight"> <summary> Returns whether to use the value of the <see cref="F:System.Web.UI.MobileControls.ControlPager.DefaultWeight" /> field for pagination. This field is read-only. </summary> </member> <member name="T:System.Web.UI.MobileControls.CustomValidator"> <summary> Provides a control that can perform custom validation against another control. </summary> </member> <member name="M:System.Web.UI.MobileControls.CustomValidator.#ctor"></member> <member name="M:System.Web.UI.MobileControls.CustomValidator.ControlPropertiesValid"> <summary> Determines whether the properties to be validated are valid. </summary> <returns>true if control properties to be validated are valid; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.CustomValidator.CreateWebValidator"> <summary> Determines whether the properties to be validated are valid. </summary> <returns> An aggregated Web validator. </returns> </member> <member name="M:System.Web.UI.MobileControls.CustomValidator.EvaluateIsValid"> <summary> Called during the validation stage when ASP.NET processes a Mobile Web Form. </summary> <returns>true if the validator is valid, otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.CustomValidator.OnServerValidate(System.String)"> <summary> Raises the <see cref="E:System.Web.UI.MobileControls.CustomValidator.ServerValidate" /> event. </summary> </member> <member name="E:System.Web.UI.MobileControls.CustomValidator.ServerValidate"> <summary> Occurs when the <see cref="T:System.Web.UI.MobileControls.CustomValidator" /> validates the value of the <see cref="P:System.Web.UI.MobileControls.BaseValidator.ControlToValidate" /> property. </summary> </member> <member name="T:System.Web.UI.MobileControls.DesignerAdapterAttribute"> <summary> Provides a reference to the type of adapter to be used in the designer. </summary> </member> <member name="M:System.Web.UI.MobileControls.DesignerAdapterAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.DesignerAdapterAttribute" /> class using the name of the type of adapter. </summary> <param name="adapterTypeName"> The name of the type of adapter. </param> </member> <member name="M:System.Web.UI.MobileControls.DesignerAdapterAttribute.#ctor(System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.DesignerAdapterAttribute" /> class using the <see cref="T:System.Type" /> of adapter. </summary> <param name="adapterType"> The <see cref="T:System.Type" /> of adapter </param> </member> <member name="P:System.Web.UI.MobileControls.DesignerAdapterAttribute.TypeName"> <summary> Returns the name of the associated type of adapter. </summary> <returns> The name of the associated type of adapter. </returns> </member> <member name="T:System.Web.UI.MobileControls.DeviceElement"> <summary> Maps specific adapters to specific mobile controls for a given device. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceElement.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> class with the specified identifier and device adapter set to inherit from. </summary> <param name="name"> The unique identifier of the device adapter set. </param> <param name="inheritsFrom"> The device adapter set that this device adapter set inherits from. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceElement.#ctor(System.String,System.String,System.Type,System.String,System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> class with the specified identifier, page adapter, and device adapter set to inherit from. </summary> <param name="name"> The unique identifier of the device adapter set. </param> <param name="inheritsFrom"> The device adapter set that this device adapter set inherits from. </param> <param name="predicateClass"> The class to which the method specified by <paramref name="predicateMethod" /> belongs. </param> <param name="predicateMethod"> A method used to detect through the current <see cref="T:System.Web.HttpContext" /> whether the device adapter set is applicable. </param> <param name="pageAdapter"> Identifies the page adapter class for the device set. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceElement.#ctor(System.String,System.Type,System.String,System.Type)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> class with the specified identifier and page adapter. </summary> <param name="name"> The unique identifier of the device adapter set. </param> <param name="predicateClass"> The class to which the method specified by <paramref name="predicateMethod" /> belongs. </param> <param name="predicateMethod"> A method used to detect through the current <see cref="T:System.Web.HttpContext" /> whether the device adapter set is applicable. </param> <param name="pageAdapter"> Identifies the page adapter class for the device set. </param> </member> <member name="P:System.Web.UI.MobileControls.DeviceElement.Controls"> <summary> Gets the collection of control elements for this device element. </summary> <returns> The collection of control elements for this device element. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceElement.InheritsFrom"> <summary> Gets or sets the name of the device adapter set that this device adapter set inherits from. </summary> <returns> The name of the device adapter set that this device adapter set inherits from. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceElement.Name"> <summary> Gets the string value that uniquely identifies the device adapter set. </summary> <returns> The string value that uniquely identifies the device adapter set. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceElement.PageAdapter"> <summary> Gets the type of the page adapter class for this device adapter set. </summary> <returns> The type of the page adapter class for this device adapter set. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceElement.PredicateClass"> <summary> Gets or sets the class containing the method used to detect whether the device adapter set is applicable. </summary> <returns> The class to which the method specified by the <paramref name="predicateMethod" /> parameter belongs. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceElement.PredicateMethod"> <summary> Gets or sets the method used to detect through the current <see cref="T:System.Web.HttpContext" /> instance whether the device adapter set is applicable. </summary> <returns> The method used to detect through the current <see cref="T:System.Web.HttpContext" /> whether the device adapter set is applicable. </returns> </member> <member name="T:System.Web.UI.MobileControls.DeviceElementCollection"> <summary> A collection of <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> objects. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceElementCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.DeviceElementCollection" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceElementCollection.Add(System.Web.UI.MobileControls.DeviceElement)"> <summary> Adds a device element to the collection. </summary> <param name="deviceElement"> The <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> to add. </param> </member> <member name="P:System.Web.UI.MobileControls.DeviceElementCollection.AllKeys"> <summary> Returns an array of the keys for the device elements that are contained in the <see cref="T:System.Web.UI.MobileControls.DeviceElementCollection" /> collection. </summary> <returns> An array containing the keys for the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> objects contained in the <see cref="T:System.Web.UI.MobileControls.DeviceElementCollection" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.DeviceElementCollection.Clear"> <summary> Removes all the device elements from the collection. </summary> </member> <member name="P:System.Web.UI.MobileControls.DeviceElementCollection.CollectionType"> <summary> Gets the configuration collection type of this <see cref="T:System.Web.UI.MobileControls.DeviceElementCollection" /> object. </summary> <returns> A value from the <see cref="T:System.Configuration.ConfigurationElementCollectionType" /> enumeration representing the type of the collection. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceElementCollection.Item(System.Int32)"> <summary> Gets or sets the device element at the specified index location. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> at the specified index. </returns> <param name="index"> The specified index location of the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> to return. </param> </member> <member name="P:System.Web.UI.MobileControls.DeviceElementCollection.Item(System.String)"> <summary> Returns the device element with the specified key. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> with the specified key. If no object exists in the collection with the specified <paramref name="name" />, <see cref="P:System.Web.UI.MobileControls.DeviceElementCollection.Item(System.String)" /> returns null. </returns> <param name="name"> The key of the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> to return. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceElementCollection.Remove(System.String)"> <summary> Removes the named device element from the collection. </summary> <param name="name"> The key of the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> to remove. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceElementCollection.Remove(System.Web.UI.MobileControls.DeviceElement)"> <summary> Removes the specified device element from the collection. </summary> <param name="deviceElement"> The <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> to remove. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceElementCollection.RemoveAt(System.Int32)"> <summary> Removes the device element at the specified index. </summary> <param name="index"> The index location of the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> to remove. </param> </member> <member name="T:System.Web.UI.MobileControls.DeviceOverridableAttribute"> <summary> Represents an attribute that indicates whether the rendering of a mobile control can be overridden by the device. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceOverridableAttribute.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.DeviceOverridableAttribute" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceOverridableAttribute.#ctor(System.Boolean)"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.DeviceOverridableAttribute" /> class with the given value for the <see cref="P:System.Web.UI.MobileControls.DeviceOverridableAttribute.Overridable" /> property. </summary> <param name="overridable"> The value to assign to <see cref="P:System.Web.UI.MobileControls.DeviceOverridableAttribute.Overridable" />. </param> </member> <member name="P:System.Web.UI.MobileControls.DeviceOverridableAttribute.Overridable"> <summary> Indicates whether the rendering of a mobile control can be overridden by the device. </summary> <returns>true if rendering can be overridden; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.DeviceSpecific"> <summary> Provides a construct for specifying a choice among multiple content alternatives in the <DeviceSpecific> element. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecific.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.DeviceSpecific" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecific.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <param name="obj"> The parsed element. </param> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecific.Choices"> <summary> Retrieves the collection of choices in a <DeviceSpecific> element. </summary> <returns> The collection of choices in a <DeviceSpecific> element. </returns> </member> <member name="E:System.Web.UI.MobileControls.DeviceSpecific.DataBinding"> <summary> Occurs when data-binding expressions are created at design time. </summary> </member> <member name="E:System.Web.UI.MobileControls.DeviceSpecific.Disposed"> <summary> Occurs when a server control is released from memory, which is the last stage of the server control life cycle when an ASP.NET page is requested. </summary> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecific.EnableViewState"> <summary> Gets or sets a value indicating whether the control automatically saves its state for use in round trips. </summary> <returns>true if the control automatically saves its state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecific.GetTemplate(System.String)"> <summary> Gets the template with the specified name. </summary> <returns> The template with the specified <paramref name="templateName" />. </returns> <param name="templateName"> The name of the specified template. </param> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecific.HasTemplates"> <summary> Gets a value indicating that the currently selected choice in the <DeviceSpecific> element has templates defined within it. </summary> <returns>true if the currently selected choice has templates defined within it; otherwise, false. </returns> </member> <member name="E:System.Web.UI.MobileControls.DeviceSpecific.Init"> <summary> Occurs when the control is initialized, which is the first step in its life cycle. </summary> </member> <member name="E:System.Web.UI.MobileControls.DeviceSpecific.Load"> <summary> Occurs when the server control is loaded into the <see cref="T:System.Web.UI.Page" /> object. </summary> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecific.MobilePage"> <summary> Gets the containing page. </summary> <returns> The containing page. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecific.Owner"> <summary> Gets the owner of the specified <see cref="T:System.Web.UI.MobileControls.DeviceSpecific" /> object, either a control or a style. </summary> <returns> The containing control of the specified <see cref="T:System.Web.UI.MobileControls.DeviceSpecific" /> element or the containing <see cref="T:System.Web.UI.WebControls.Style" /> object. </returns> </member> <member name="E:System.Web.UI.MobileControls.DeviceSpecific.PreRender"> <summary> Occurs when the control is about to be rendered to its containing <see cref="T:System.Web.UI.MobileControls.MobilePage" /> object. </summary> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecific.SelectedChoice"> <summary> Gets the currently selected choice, or null if none are applicable. </summary> <returns> The currently selected choice. </returns> </member> <member name="E:System.Web.UI.MobileControls.DeviceSpecific.Unload"> <summary> Occurs when the server control is unloaded from memory. </summary> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecific.Visible"> <summary> Gets or sets a value indicating whether the specified control is rendered. </summary> <returns>true if the specified control is rendered; otherwise, false. The default is true. </returns> </member> <member name="T:System.Web.UI.MobileControls.DeviceSpecificChoice"> <summary> Provides a single choice within a DeviceSpecific/Choice construct. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoice.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoice.AddParsedSubObject(System.Object)"> <summary> Adds the <see cref="T:System.Object" /> to the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> object's <see cref="P:System.Web.UI.MobileControls.DeviceSpecificChoice.Templates" /> object. </summary> <param name="obj"> The object to be added. </param> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoice.Argument"> <summary> Gets or sets the argument used for a <see cref="P:System.Web.UI.MobileControls.DeviceSpecificChoice.Filter" /> property. The default value is null. </summary> <returns> The argument used for a <see cref="P:System.Web.UI.MobileControls.DeviceSpecificChoice.Filter" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoice.Contents"> <summary> Gets the overridden properties defined for a choice in a DeviceSpecific/Choice construct. </summary> <returns> The overridden properties defined for a choice in a DeviceSpecific/Choice construct. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoice.Filter"> <summary> Gets or sets the name of a device filter. </summary> <returns> The name of a device filter. The default value is an empty string (""). </returns> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoice.GetAttribute(System.String)"> <summary> Returns the specified attribute from the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> object. </summary> <returns> A <see cref="T:System.String" /> that contains the value of the specified attribute. </returns> <param name="key"> The name of the attribute to get. </param> <exception cref="T:System.ArgumentException"> There is no attribute in the object identified by <paramref name="key" />. </exception> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoice.HasTemplates"> <summary> Gets a value indicating whether the currently selected choice in the <DeviceSpecific> element has templates defined within it. </summary> <returns>true if the currently selected choice has templates defined with in it; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoice.SetAttribute(System.String,System.String)"> <summary> Assigns the given value to the attribute specified by the key. </summary> <param name="key"> The name of the attribute to be set. </param> <param name="value"> The value assigned to the attribute. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoice.System#Web#UI#IAttributeAccessor#GetAttribute(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IAttributeAccessor.GetAttribute(System.String)" />. </summary> <param name="name"></param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoice.System#Web#UI#IAttributeAccessor#SetAttribute(System.String,System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IAttributeAccessor.SetAttribute(System.String,System.String)" />. </summary> <param name="name"></param> <param name="value"></param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoice.System#Web#UI#IParserAccessor#AddParsedSubObject(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IParserAccessor.AddParsedSubObject(System.Object)" />. </summary> <param name="obj"></param> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoice.Templates"> <summary> Gets the templates that have been defined in the <Choice> element. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> instance containing the <see cref="T:System.Web.UI.ITemplate" /> objects defined for the <Choice> element. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoice.Xmlns"> <summary> Gets or sets the type of markup in a <Choice> element. </summary> <returns> The type of markup inside templates of a choice. </returns> </member> <member name="T:System.Web.UI.MobileControls.DeviceSpecificChoiceCollection"> <summary> Represents a collection of choices for the <see cref="T:System.Web.UI.MobileControls.DeviceSpecific" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceCollection.Add(System.Web.UI.MobileControls.DeviceSpecificChoice)"> <summary> Adds a <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> object to the end of a collection. </summary> <param name="choice"> The <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> object to add to the end of the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceCollection.AddAt(System.Int32,System.Web.UI.MobileControls.DeviceSpecificChoice)"> <summary> Adds a choice at the location in the collection specified by the <paramref name="index" /> parameter. </summary> <param name="index"> The location in the collection at which to add <paramref name="choice" />. </param> <param name="choice"> The <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> to add to the collection. </param> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoiceCollection.All"> <summary> Retrieves an array of <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> objects from the collection. </summary> <returns> The array of <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> objects contained by the collection. </returns> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceCollection.Clear"> <summary> Clears the collection. </summary> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoiceCollection.Item(System.Int32)"> <summary> Returns a <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> item in the collection, by index. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> object at the given <paramref name="index" /> in the collection. </returns> <param name="index"> The index number of the item to retrieve from the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceCollection.Remove(System.Web.UI.MobileControls.DeviceSpecificChoice)"> <summary> Removes the specified choice. </summary> <param name="choice"> The <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> to remove </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceCollection.RemoveAt(System.Int32)"> <summary> Removes the item at the specified index. </summary> <param name="index"> The index number of the item to remove. </param> </member> <member name="T:System.Web.UI.MobileControls.DeviceSpecificChoiceControlBuilder"> <summary> Implements a custom persistence format for the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceControlBuilder.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoiceControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceControlBuilder.AppendLiteralString(System.String)"> <summary> Adds the specified literal content to a control. </summary> <param name="text"> none </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceControlBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Adds builders to the <see cref="T:System.Web.UI.ControlBuilder" /> object for any child controls that belong to the container control. </summary> <param name="subBuilder"> none </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceControlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> for the control's child controls. </summary> <returns> None. </returns> <param name="tagName"> None </param> <param name="attributes"> None </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceControlBuilder.Init(System.Web.UI.TemplateParser,System.Web.UI.ControlBuilder,System.Type,System.String,System.String,System.Collections.IDictionary)"> <summary> Occurs when the server control is initialized, which is the first step in its life cycle. </summary> <param name="parser"> The <see cref="T:System.Web.UI.TemplateParser" /> object responsible for parsing the control. </param> <param name="parentBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> object responsible for building the parent control. (If the <see cref="T:System.Web.UI.ControlBuilder" /> is not specifically a <see cref="T:System.Web.UI.MobileControls.DeviceSpecificControlBuilder" /> object, an exception is thrown.) </param> <param name="type"> The <see cref="T:System.Type" /> assigned to the control that the builder will create. </param> <param name="tagName"> The name of the tag to be built. This allows the builder to support multiple tag types. </param> <param name="id"> The <see cref="P:System.Web.UI.ControlBuilder.ID" /> attribute assigned to the control. </param> <param name="attributes"> The <see cref="T:System.Collections.IDictionary" /> object that holds all the specified tag attributes. </param> <exception cref="T:System.ArgumentException"> <paramref name="parentBuilder" /> is not a <see cref="T:System.Web.UI.MobileControls.DeviceSpecificControlBuilder" /> object. </exception> </member> <member name="T:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder"> <summary> Supports the page parser in building a template and the child controls it contains. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder.AppendLiteralString(System.String)"> <summary> Adds the specified literal content to a template. This method is called by the ASP.NET page framework. </summary> <param name="text"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Adds builders to the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder" /> object for any child controls that belong to the container control. </summary> <param name="subBuilder"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder.Init(System.Web.UI.TemplateParser,System.Web.UI.ControlBuilder,System.Type,System.String,System.String,System.Collections.IDictionary)"> <summary> Initializes the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateBuilder" /> for use after it is instantiated. This method is called by the ASP.NET page framework. </summary> <param name="parser"> None. </param> <param name="parentBuilder"> None. </param> <param name="type"> None. </param> <param name="tagName"> None. </param> <param name="id"> None. </param> <param name="attributes"> None. </param> </member> <member name="T:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateContainer"> <summary> Stores templates for use by the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateContainer.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateContainer" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateContainer.Name"> <summary> Gets or sets the name of the specified template container. </summary> <returns> The name of the specified template container. </returns> </member> <member name="P:System.Web.UI.MobileControls.DeviceSpecificChoiceTemplateContainer.Template"> <summary> Gets or sets a <see cref="T:System.Web.UI.ITemplate" /> object that is used internally by the ASP.NET page framework. </summary> <returns> An <see cref="T:System.Web.UI.ITemplate" />. </returns> </member> <member name="T:System.Web.UI.MobileControls.DeviceSpecificControlBuilder"> <summary> Provides parsing support for DeviceSpecific/Choice constructs. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificControlBuilder.#ctor"> <summary> Creates an instance of <see cref="T:System.Web.UI.MobileControls.DeviceSpecificControlBuilder" /> the class. </summary> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificControlBuilder.AppendLiteralString(System.String)"> <summary> Adds the specified literal content to a control. </summary> <param name="text"> none </param> </member> <member name="M:System.Web.UI.MobileControls.DeviceSpecificControlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> of the control type corresponding to a child tag. This method is called by the ASP.NET page framework. </summary> <returns> The <see cref="T:System.Type" /> of the specified control's child. </returns> <param name="tagName"> The tag name of the child. </param> <param name="attributes"> An <see cref="T:System.Collections.IDictionary" /> of attributes contained in the child control. </param> <exception cref="T:System.Exception"> <paramref name="tagName" /> is not "Choice". </exception> </member> <member name="T:System.Web.UI.MobileControls.ErrorFormatterPage"> <summary> Specifies a built-in page that can render exception and error information to mobile devices. </summary> </member> <member name="M:System.Web.UI.MobileControls.ErrorFormatterPage.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ErrorFormatterPage" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.ErrorFormatterPage.ErrorInfo"> <summary> Returns information about an exception. </summary> <returns> A <see cref="T:System.Web.Mobile.MobileErrorInfo" /> object containing information about the error. </returns> </member> <member name="M:System.Web.UI.MobileControls.ErrorFormatterPage.InitContent"> <summary> Initializes the content of the error page, based on the error information retrieved. </summary> </member> <member name="M:System.Web.UI.MobileControls.ErrorFormatterPage.LoadPageStateFromPersistenceMedium"> <summary> Loads any saved view-state information to the <see cref="T:System.Web.UI.MobileControls.MobilePage" /> object. </summary> <returns> An object containing the saved view state. Internally, this is typically a <see cref="T:System.Web.UI.StateBag" /> or <see cref="T:System.Collections.IDictionary" /> object. </returns> </member> <member name="M:System.Web.UI.MobileControls.ErrorFormatterPage.OnInit(System.EventArgs)"> <summary> Called after an object, such as a form or a page, is initialized. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> <exception cref="T:System.Exception"> there is no exception stored in the <see cref="T:System.Web.HttpContext" />. </exception> </member> <member name="M:System.Web.UI.MobileControls.ErrorFormatterPage.SavePageStateToPersistenceMedium(System.Object)"> <summary> Saves any view or control state information for the page. </summary> <param name="viewState"></param> </member> <member name="T:System.Web.UI.MobileControls.FontInfo"> <summary> Provides access to all font-related style information about an ASP.NET mobile control. </summary> </member> <member name="P:System.Web.UI.MobileControls.FontInfo.Bold"> <summary> Gets or sets a value indicating whether the font is bold. The default value is NotSet. </summary> <returns> An enumerated value indicating whether the font is bold. </returns> </member> <member name="P:System.Web.UI.MobileControls.FontInfo.Italic"> <summary> Gets or sets a value indicating whether the font is italic. The default value is NotSet. </summary> <returns> An enumerated value indicating whether the font is italic. </returns> </member> <member name="P:System.Web.UI.MobileControls.FontInfo.Name"> <summary> Gets or sets the name of the specified font. The default value is an empty string (""). </summary> <returns> The name of the specified font. </returns> </member> <member name="P:System.Web.UI.MobileControls.FontInfo.Size"> <summary> Gets or sets the specified font size. Must be of type <see cref="T:System.Web.UI.MobileControls.FontSize" />. The default value is NotSet. </summary> <returns> An enumerated value indicating the specified font size. </returns> </member> <member name="M:System.Web.UI.MobileControls.FontInfo.ToString"> <summary> Converts the specified value to its equivalent string representation. </summary> <returns> A <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />. </returns> </member> <member name="T:System.Web.UI.MobileControls.FontSize"> <summary> Specifies the size of the rendered text. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.FontSize.NotSet"> <summary> Default value. If the value is <see cref="F:System.Web.UI.MobileControls.FontSize.NotSet" />, then the font's size is inherited from the control's style, or, if the style is not defined, from the control's parent control. </summary> </member> <member name="F:System.Web.UI.MobileControls.FontSize.Normal"> <summary> Default font size. </summary> </member> <member name="F:System.Web.UI.MobileControls.FontSize.Small"> <summary> Font is smaller than Normal. </summary> </member> <member name="F:System.Web.UI.MobileControls.FontSize.Large"> <summary> Font is larger than Normal. </summary> </member> <member name="T:System.Web.UI.MobileControls.Form"> <summary> Provides the capability to group controls together. </summary> </member> <member name="M:System.Web.UI.MobileControls.Form.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Form" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Form.Action"> <summary> Gets or sets the URL to which the form is submitted. The default value is an empty string (""). </summary> <returns> The URL to which the form is submitted. </returns> </member> <member name="E:System.Web.UI.MobileControls.Form.Activate"> <summary> Occurs when a form becomes active. </summary> </member> <member name="P:System.Web.UI.MobileControls.Form.BreakAfter"> <summary> Gets or sets a property that determines whether an additional trailing break is rendered after the control. This break causes subsequent content to start on the next line. The default is true. </summary> <returns>true if an additional trailing break is rendered after the control; otherwise, false. </returns> <exception cref="T:System.Exception"> The property was read at design time. -or- An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.MobileControls.Form.ControlToPaginate"> <summary> Gets or sets the control on the form that can be paginated. The default is null (Nothing in Visual Basic). </summary> <returns> The control on the form that can be paginated. </returns> </member> <member name="M:System.Web.UI.MobileControls.Form.CreateDefaultTemplatedUI(System.Boolean)"> <summary> Called by device adapters to create the default templated user interface (UI) for the control. </summary> </member> <member name="P:System.Web.UI.MobileControls.Form.CurrentPage"> <summary> Gets or sets the index of the current page in the active form. The default value is 0. </summary> <returns> The index of the current page in the active form. </returns> </member> <member name="E:System.Web.UI.MobileControls.Form.Deactivate"> <summary> Occurs when an active form becomes inactive. </summary> </member> <member name="P:System.Web.UI.MobileControls.Form.Footer"> <summary> Returns a panel that represents the footer for the form. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.Panel" /> that represents the footer for the form. </returns> </member> <member name="M:System.Web.UI.MobileControls.Form.GetLinkedForms(System.Int32)"> <summary> Returns a set of forms that are linked to the current form. </summary> <returns> A set of forms that are linked to the current form. </returns> <param name="optimumPageWeight"> The total weight for the target device of the resulting linked forms must not exceed (used in pagination). If its value is -1, the total weight will not be considered when linked forms are added to the list. </param> </member> <member name="M:System.Web.UI.MobileControls.Form.HasActivateHandler"> <summary> Returns true if the form has a handler for the <see cref="E:System.Web.UI.MobileControls.Form.Activate" /> event. </summary> <returns>true if the form has a handler for the <see cref="E:System.Web.UI.MobileControls.Form.Activate" /> event; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Form.HasDeactivateHandler"> <summary> Returns true if the <see cref="E:System.Web.UI.MobileControls.Form.Deactivate" /> event exists. </summary> <returns>true if the <see cref="E:System.Web.UI.MobileControls.Form.Deactivate" /> event exists; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Form.Header"> <summary> Returns a panel that represents the header for the form. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.Panel" /> that represents the header for the form. </returns> </member> <member name="M:System.Web.UI.MobileControls.Form.LoadPrivateViewState(System.Object)"> <summary> Loads View State from a private source. </summary> <param name="state"> Current view state of the control. </param> </member> <member name="P:System.Web.UI.MobileControls.Form.Method"> <summary> Gets or sets the method used to submit the form. The default value is post. </summary> <returns> The method used to submit the form. </returns> </member> <member name="M:System.Web.UI.MobileControls.Form.OnActivate(System.EventArgs)"> <summary> Called when the form is activated. </summary> <param name="e"> An object defined by the <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Form.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> </member> <member name="M:System.Web.UI.MobileControls.Form.OnDeactivate(System.EventArgs)"> <summary> Called when the form is activated. </summary> <param name="e"> An object defined by an <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Form.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> <exception cref="T:System.Exception"> The form is contained by another form. </exception> </member> <member name="M:System.Web.UI.MobileControls.Form.OnPaginated(System.EventArgs)"> <summary> Occurs when a form is paginated. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Form.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> </member> <member name="P:System.Web.UI.MobileControls.Form.PageCount"> <summary> Returns the number of pages in the form after the form is paginated. </summary> <returns> The number of pages in the form after the form is paginated. </returns> </member> <member name="P:System.Web.UI.MobileControls.Form.PagerStyle"> <summary> Gets or sets the style used to render the form's pagination UI. The default value is an empty string (""). </summary> <returns> The style used to render the form's pagination UI. </returns> </member> <member name="P:System.Web.UI.MobileControls.Form.PaginateChildren"> <summary> Returns whether or not the children of the control must be paginated. </summary> </member> <member name="E:System.Web.UI.MobileControls.Form.Paginated"> <summary> Occurs when a form is paginated. </summary> </member> <member name="M:System.Web.UI.MobileControls.Form.PaginateRecursive(System.Web.UI.MobileControls.ControlPager)"> <summary> Paginates the control and its children. Called internally by ASP.NET. </summary> </member> <member name="M:System.Web.UI.MobileControls.Form.RaisePostBackEvent(System.String)"> <summary> Notifies the <see cref="T:System.Web.UI.MobileControls.Form" /> object of a postback event. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents an optional event argument to be passed to the event handler. </param> </member> <member name="M:System.Web.UI.MobileControls.Form.Render(System.Web.UI.HtmlTextWriter)"> <summary> Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary> </member> <member name="M:System.Web.UI.MobileControls.Form.SavePrivateViewState"> <summary> Saves any private view-state changes that have occurred since the page was loaded from persistence. </summary> <returns> An object containing the altered private view state. </returns> </member> <member name="P:System.Web.UI.MobileControls.Form.Script"> <summary> Returns the panel that contains any device-specific script for the form, if a script template has been defined and chosen for the target device. </summary> <returns> The panel that contains any device-specific script for the form. </returns> </member> <member name="M:System.Web.UI.MobileControls.Form.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents an optional event argument to be passed to the event handler. </param> </member> <member name="P:System.Web.UI.MobileControls.Form.Title"> <summary> Gets or sets the title of the specified form. The default value is an empty string. </summary> <returns> The title can be rendered as part of the form, on devices that support a title separate from page content (for example, on the title bar of a browser using the title tag in HTML). </returns> </member> <member name="T:System.Web.UI.MobileControls.FormControlBuilder"> <summary> Provides parsing support for <see cref="T:System.Web.UI.MobileControls.Form" /> controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.FormControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.FormControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.FormControlBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Adds builders to the ControlBuilder object for any child controls that belong to the container control. </summary> </member> <member name="T:System.Web.UI.MobileControls.FormMethod"> <summary> Specifies the type of submission for a form as a GET or POST request. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.FormMethod.Get"> <summary> Uses a GET request to submit a form. </summary> </member> <member name="F:System.Web.UI.MobileControls.FormMethod.Post"> <summary> Uses a POST request to submit a form. </summary> </member> <member name="T:System.Web.UI.MobileControls.IControlAdapter"> <summary> Defines the interface to a control adapter. </summary> </member> <member name="P:System.Web.UI.MobileControls.IControlAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.CreateTemplatedUI(System.Boolean)"> <summary> Called by base classes to create a templated UI. </summary> <param name="doDataBind"> Returns true if the instantiated templates must bind to available data (which usually happens on the first request). Returns false if the templates must not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks). </param> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.HandlePostBackEvent(System.String)"> <summary> Returns true if the event was handled. </summary> <returns>true if the postback event was handled; otherwise, false. </returns> <param name="eventArgument"> Name of the event. </param> </member> <member name="P:System.Web.UI.MobileControls.IControlAdapter.ItemWeight"> <summary> Accesses the approximate weight of a single item in the control. </summary> <returns> The approximate weight of a single item in the control. </returns> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.LoadAdapterState(System.Object)"> <summary> Returns the adapter-specific view for a control. </summary> <param name="state"> The current view state. </param> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean@)"> <summary> Returns true if the adapter handles loading the post data. </summary> <returns>true if the adapter handles loading the post data; otherwise, false. </returns> <param name="postDataKey"> Identifies the control. </param> <param name="postCollection"> Contains the collection of all incoming name values. </param> <param name="controlPrivateData"> Provides a place to send private data to the control that might be required for loading of post data. The control determines the type that is passed to the parameter. </param> <param name="dataChanged"> Returns true if the required the object in <paramref name="privateControlData" /> was changed, so the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> event can be raised. </param> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.OnInit(System.EventArgs)"> <summary> Called after an object, such as a form or a page, is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.OnLoad(System.EventArgs)"> <summary> Loads data that pertains to a control, a page, or a device adapter. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.OnPreRender(System.EventArgs)"> <summary> Called by the control's <see cref="M:System.Web.UI.MobileControls.IControlAdapter.OnPreRender(System.EventArgs)" /> method, to perform adapter-specific work prior to rendering. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.OnUnload(System.EventArgs)"> <summary> Unloads data that pertains to a control, a page, or a device adapter. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="P:System.Web.UI.MobileControls.IControlAdapter.Page"> <summary> Returns the page associated with the device adapter. </summary> <returns> The page associated with the device adapter. </returns> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.Render(System.Web.UI.HtmlTextWriter)"> <summary> Called by the control's <see cref="M:System.Web.UI.MobileControls.IControlAdapter.Render(System.Web.UI.HtmlTextWriter)" /> method to perform rendering. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.IControlAdapter.SaveAdapterState"> <summary> This method is called when the control saves its private view state. </summary> <returns> The newly saved adapter state. </returns> </member> <member name="P:System.Web.UI.MobileControls.IControlAdapter.VisibleWeight"> <summary> Returns the approximate weight of the control, in characters. </summary> <returns> The approximate weight of the control, in characters. </returns> </member> <member name="T:System.Web.UI.MobileControls.Image"> <summary> Displays an image on a mobile Web page. </summary> </member> <member name="M:System.Web.UI.MobileControls.Image.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Image" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Image.AlternateText"> <summary> Gets or sets the alternate text to display when an image is not available for the device. The default value is an empty string (""). </summary> <returns> The alternate text to display when an image is not available for the device. </returns> </member> <member name="P:System.Web.UI.MobileControls.Image.ImageUrl"> <summary> Gets or sets the URL of the image source for the <see cref="T:System.Web.UI.MobileControls.Image" /> control. </summary> <returns> The URL of the image source for the <see cref="T:System.Web.UI.MobileControls.Image" /></returns> </member> <member name="P:System.Web.UI.MobileControls.Image.NavigateUrl"> <summary> Gets or sets the target URL of the image. The default value is an empty string (""). </summary> <returns> The target URL of the image. </returns> </member> <member name="M:System.Web.UI.MobileControls.Image.RaisePostBackEvent(System.String)"> <summary> Notifies the <see cref="T:System.Web.UI.MobileControls.Image" /> object of a postback event. </summary> <param name="argument"> A <see cref="T:System.String" /> that represents an optional event argument to be passed to the event handler. </param> </member> <member name="P:System.Web.UI.MobileControls.Image.SoftkeyLabel"> <summary> Gets or sets the text displayed for a softkey when the Image has a <see cref="P:System.Web.UI.MobileControls.Image.NavigateUrl" /> property defined. The default value is an empty string. </summary> <returns> The text displayed for a softkey when the image has a <see cref="P:System.Web.UI.MobileControls.Image.NavigateUrl" /> property defined. </returns> </member> <member name="M:System.Web.UI.MobileControls.Image.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> Optional event argument to be passed to the event handler. </param> </member> <member name="T:System.Web.UI.MobileControls.IObjectListFieldCollection"> <summary> Implements a read-only base interface for the <see cref="T:System.Web.UI.MobileControls.ObjectListFieldCollection" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.IObjectListFieldCollection.GetAll"> <summary> Returns an array of all the items in the <see cref="T:System.Web.UI.MobileControls.ObjectListField" /> collection. </summary> <returns> An array of all the items in the collection. </returns> </member> <member name="M:System.Web.UI.MobileControls.IObjectListFieldCollection.IndexOf(System.String)"> <summary> Returns the index of a field. </summary> <returns> The index of the specified field. </returns> <param name="fieldIDOrTitle"> A string to compare with the Title or DataField property. </param> </member> <member name="M:System.Web.UI.MobileControls.IObjectListFieldCollection.IndexOf(System.Web.UI.MobileControls.ObjectListField)"> <summary> Returns the index of a field. </summary> <returns> The index of the specified field. </returns> <param name="field"> A field to search for in the specified collection. </param> </member> <member name="P:System.Web.UI.MobileControls.IObjectListFieldCollection.Item(System.Int32)"> <summary> Returns an item in the collection, by index. </summary> <returns> The item in the collection at the specified index. </returns> <param name="index"> The index of the item to retrieve from the collection. </param> </member> <member name="T:System.Web.UI.MobileControls.IPageAdapter"> <summary> Defines the interface to a page adapter. </summary> </member> <member name="P:System.Web.UI.MobileControls.IPageAdapter.CacheVaryByHeaders"> <summary> Returns a list of any additional HTTP headers by which caching is varied. </summary> <returns> A list of any additional HTTP headers by which caching is varied. </returns> </member> <member name="P:System.Web.UI.MobileControls.IPageAdapter.CookielessDataDictionary"> <summary> Use this property to persist data between requests through the use of the URL query string. </summary> <returns> A dictionary of data that has been persisted through the use of the URL query string. </returns> </member> <member name="M:System.Web.UI.MobileControls.IPageAdapter.CreateTextWriter(System.IO.TextWriter)"> <summary> Creates and returns a text writer suitable for the given adapters. </summary> <returns> A text writer suitable for the given adapters. </returns> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.IPageAdapter.DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Called to determine the postback data collection. </summary> <returns> A modified name value collection of post data. </returns> <param name="request"> <see cref="T:System.Web.HttpRequest" /> object that contains request information, such as HTTP headers. </param> <param name="postEventSourceID"> Source identifier for the event. </param> <param name="postEventArgumentID"> Argument identifier for the event. </param> <param name="baseCollection"> Collection of postback data from the request object. </param> </member> <member name="M:System.Web.UI.MobileControls.IPageAdapter.HandleError(System.Exception,System.Web.UI.HtmlTextWriter)"> <summary> Returns true if it handles the error. </summary> <returns>true if the page adapter handles the error; otherwise, false. </returns> <param name="e"> System exception event. </param> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.IPageAdapter.HandlePagePostBackEvent(System.String,System.String)"> <summary> Returns true if it handles the exception. </summary> <returns>true if the page adapter handles the exception; otherwise, false. </returns> <param name="eventSource"> Source identifier for the event. </param> <param name="eventArgument"> Name of the event. </param> </member> <member name="P:System.Web.UI.MobileControls.IPageAdapter.OptimumPageWeight"> <summary> Returns a page weight appropriate for the target device. Used in form pagination. </summary> <returns> The page weight appropriate for the target device. </returns> </member> <member name="P:System.Web.UI.MobileControls.IPageAdapter.Page"> <summary> Gets or sets the page to which the adapter is attached. </summary> <returns> The page to which the page adapter is attached. </returns> </member> <member name="P:System.Web.UI.MobileControls.IPageAdapter.PersistCookielessData"> <summary> Gets or sets whether items from the <see cref="P:System.Web.UI.MobileControls.IPageAdapter.CookielessDataDictionary" /> property are persisted in the query string. </summary> <returns>true if the items from the <see cref="P:System.Web.UI.MobileControls.IPageAdapter.CookielessDataDictionary" /> property are persisted in the query string; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.ItemPager"> <summary> Assists in paginating a form. </summary> </member> <member name="M:System.Web.UI.MobileControls.ItemPager.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ItemPager" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.ItemPager.#ctor(System.Web.UI.MobileControls.ControlPager,System.Web.UI.MobileControls.MobileControl,System.Int32,System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ItemPager" /> class. </summary> <param name="pager"> The control pager for the control being paginated. </param> <param name="control"> The control being paginated. </param> <param name="itemCount"> The total number of items in the control to be paginated. </param> <param name="itemsPerPage"> The maximum number of items to be displayed per page. </param> <param name="itemWeight"> The weight to be assigned per item. If a control considers a character to be an item, this value should be small; if a control considers a line of text to be an item, this value should be larger. </param> </member> <member name="P:System.Web.UI.MobileControls.ItemPager.ItemCount"> <summary> Gets the count of items visible on the current page. </summary> <returns> The count of items visible on the current page. </returns> </member> <member name="P:System.Web.UI.MobileControls.ItemPager.ItemIndex"> <summary> Gets the index of the first visible item on the current page. Returns a value of -1 if no items are visible. </summary> <returns> The index of the first visible item on the current page. </returns> </member> <member name="T:System.Web.UI.MobileControls.ITemplateable"> <summary> Acts as a marker interface, and has no members of any kind. </summary> </member> <member name="T:System.Web.UI.MobileControls.Label"> <summary> Provides control capability to represent a label control for displaying text on a mobile device. </summary> </member> <member name="M:System.Web.UI.MobileControls.Label.#ctor"> <summary> Creates an instance of the Label class. </summary> </member> <member name="T:System.Web.UI.MobileControls.Link"> <summary> Represents a hyperlink to another <see cref="P:System.Web.UI.MobileControls.MobileControl.Form" /> on the same mobile page or to an arbitrary URI. </summary> </member> <member name="M:System.Web.UI.MobileControls.Link.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Link" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Link.AddLinkedForms(System.Collections.IList)"> <summary> Adds to the list provided, the set of forms that contains links to the specified control. </summary> <param name="linkedForms"> The set of forms that contain links to the specified control. </param> </member> <member name="P:System.Web.UI.MobileControls.Link.NavigateUrl"> <summary> Sets or returns the target URL of the link. The default value is an empty string (""). </summary> <returns> The target URL of the link. </returns> </member> <member name="M:System.Web.UI.MobileControls.Link.RaisePostBackEvent(System.String)"> <summary> Raises events for the <see cref="T:System.Web.UI.MobileControls.Link" /> control when it posts back to the server. </summary> <param name="argument"> An <see cref="T:System.EventArgs" /> object. </param> </member> <member name="P:System.Web.UI.MobileControls.Link.SoftkeyLabel"> <summary> Sets or returns the text displayed for a softkey when the <see cref="T:System.Web.UI.MobileControls.Link" /> has a <see cref="P:System.Web.UI.MobileControls.Link.NavigateUrl" /> property defined. The default value is an empty string (""). </summary> <returns> The text displayed for a softkey when the <see cref="T:System.Web.UI.MobileControls.Link" /> has a <see cref="P:System.Web.UI.MobileControls.Link.NavigateUrl" /> property defined. </returns> </member> <member name="M:System.Web.UI.MobileControls.Link.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> The optional event argument to be passed to the event handler. </param> </member> <member name="T:System.Web.UI.MobileControls.List"> <summary> Renders a list of items as either a static display or an interactive list. </summary> </member> <member name="M:System.Web.UI.MobileControls.List.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.List" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.List.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element was parsed, and adds the element to the server control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> </member> <member name="M:System.Web.UI.MobileControls.List.CreateChildControls"> <summary> Creates a child control using the view state. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="M:System.Web.UI.MobileControls.List.CreateDefaultTemplatedUI(System.Boolean)"> <summary> Called by device adapters to create the default templated user interface (UI) for the control. </summary> <param name="doDataBind"> Set to true if the instantiated templates must bind to available data (which usually happens on the first request). Set to false if the templates must not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks). </param> </member> <member name="M:System.Web.UI.MobileControls.List.CreateItems(System.Collections.IEnumerable)"> <summary> Creates items in an items collection from the specified <paramref name="dataSource" /> parameter. </summary> <param name="dataSource"> The source from which items in the collection are created. </param> </member> <member name="P:System.Web.UI.MobileControls.List.DataMember"> <summary> Gets or sets the name of the data member to extract when data binding to a list data source. The default value is an empty string (""). </summary> <returns> The name of the data member to extract when data binding to a list data source. </returns> </member> <member name="P:System.Web.UI.MobileControls.List.DataSource"> <summary> Gets or sets the data source of the list that is being bound. The default value is null. </summary> <returns> The data source of the list that is being bound. </returns> </member> <member name="P:System.Web.UI.MobileControls.List.DataTextField"> <summary> Specifies which property of a data-bound item to use when binding an item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. The default is null. </summary> <returns> The property of a data-bound item to use when binding an item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. </returns> </member> <member name="P:System.Web.UI.MobileControls.List.DataValueField"> <summary> Specifies which property of a data-bound item to use when binding an item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Value" /> property. The default is null. </summary> <returns> The property of a data-bound item to use when binding an item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Value" /> property. </returns> </member> <member name="P:System.Web.UI.MobileControls.List.Decoration"> <summary> Gets or sets the type of decoration used for items. The default value is None. </summary> <returns> An enumerated value representing the type of decoration used for items. </returns> </member> <member name="M:System.Web.UI.MobileControls.List.EnsureChildControls"> <summary> Determines whether the server control contains child controls. If it does not, it creates child controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.List.EnsureTemplatedUI"> <summary> Use this method to ensure that the templates are instantiated to allow programmatic access to the instantiated contents of a template. </summary> </member> <member name="P:System.Web.UI.MobileControls.List.HasItemCommandHandler"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.MobileControls.List" /> control has an event handler registered for the appropriate <see cref="E:System.Web.UI.MobileControls.List.ItemCommand" /> event. </summary> <returns>true if the control has an event handler registered for the appropriate <see cref="E:System.Web.UI.MobileControls.List.ItemCommand" /> event; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.List.InternalItemCount"> <summary> Returns the number of items in the control. </summary> <returns> The number of items in the control. </returns> </member> <member name="E:System.Web.UI.MobileControls.List.ItemCommand"> <summary> Occurs when the user selects a command that is associated with a <see cref="T:System.Web.UI.MobileControls.List" /> control. </summary> </member> <member name="E:System.Web.UI.MobileControls.List.ItemDataBind"> <summary> Occurs when an item in a <see cref="T:System.Web.UI.MobileControls.List" /> is bound to data. </summary> </member> <member name="P:System.Web.UI.MobileControls.List.Items"> <summary> Returns the collection of items in a <see cref="T:System.Web.UI.MobileControls.MobileListItemCollection" /> list. The default value is an empty collection. </summary> <returns> The collection of items in the list. </returns> </member> <member name="P:System.Web.UI.MobileControls.List.ItemsAsLinks"> <summary> Gets a value indicating whether the items in the list are to be treated as hyperlinks. The default value is false. </summary> <returns>true if items in the list are to be treated as hyperlinks; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.List.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.MobileControls.List.SaveViewState" /> method. </summary> </member> <member name="M:System.Web.UI.MobileControls.List.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the server control is passed up the page's UI server control hierarchy. </summary> <returns>true if the event has been canceled; otherwise, false. The default is false. </returns> <param name="sender"></param> <param name="e"></param> </member> <member name="M:System.Web.UI.MobileControls.List.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> </member> <member name="M:System.Web.UI.MobileControls.List.OnItemCommand(System.Web.UI.MobileControls.ListCommandEventArgs)"> <summary> Called when a list item generates an event as a result of user interaction. </summary> <param name="e"> An object (defined by <see cref="T:System.Web.UI.MobileControls.ListCommandEventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.List.OnItemDataBind(System.Web.UI.MobileControls.ListDataBindEventArgs)"> <summary> Called when a list item is data bound. </summary> <param name="e"> An object (defined by <see cref="T:System.Web.UI.MobileControls.ListDataBindEventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.List.OnLoadItems(System.Web.UI.MobileControls.LoadItemsEventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.MobileControls.PagedControl.LoadItems" /> event. </summary> <param name="e"> An object defined by an <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.List.OnPageChange(System.Int32,System.Int32)"> <summary> Paginates a control. </summary> <param name="oldPageIndex"> None </param> <param name="newPageIndex"> None </param> </member> <member name="M:System.Web.UI.MobileControls.List.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> None </param> </member> <member name="M:System.Web.UI.MobileControls.List.RaisePostBackEvent(System.String)"> <summary> Notifies the <see cref="T:System.Web.UI.MobileControls.List" /> object of a postback event. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> object that represents an optional event argument to be passed to the event handler. </param> </member> <member name="M:System.Web.UI.MobileControls.List.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> </member> <member name="M:System.Web.UI.MobileControls.List.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> An optional event argument to be passed to the event handler. </param> </member> <member name="M:System.Web.UI.MobileControls.List.TrackViewState"> <summary> Causes tracking of view-state changes to the server control so they can be stored in the server control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="T:System.Web.UI.MobileControls.ListCommandEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.MobileControls.List.ItemCommand" /> event of a <see cref="T:System.Web.UI.MobileControls.List" /> control. </summary> </member> <member name="M:System.Web.UI.MobileControls.ListCommandEventArgs.#ctor(System.Web.UI.MobileControls.MobileListItem,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ListCommandEventArgs" /> class using the provided <see cref="P:System.Web.UI.MobileControls.ListCommandEventArgs.ListItem" /> and <see cref="P:System.Web.UI.MobileControls.ListCommandEventArgs.CommandSource" />. </summary> <param name="item"> Initializes the <see cref="P:System.Web.UI.MobileControls.ListCommandEventArgs.ListItem" /> property. </param> <param name="commandSource"> Initializes the <see cref="P:System.Web.UI.MobileControls.ListCommandEventArgs.CommandSource" /> property. </param> </member> <member name="M:System.Web.UI.MobileControls.ListCommandEventArgs.#ctor(System.Web.UI.MobileControls.MobileListItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ListCommandEventArgs" /> class using the given <see cref="P:System.Web.UI.MobileControls.ListCommandEventArgs.ListItem" />, <see cref="P:System.Web.UI.MobileControls.ListCommandEventArgs.CommandSource" />, and the original command arguments. </summary> <param name="item"> Initializes the <see cref="P:System.Web.UI.MobileControls.ListCommandEventArgs.ListItem" /> property. </param> <param name="commandSource"> Initializes the <see cref="P:System.Web.UI.MobileControls.ListCommandEventArgs.CommandSource" /> property. </param> <param name="originalArgs"> The original arguments inherited from the <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> object. </param> </member> <member name="P:System.Web.UI.MobileControls.ListCommandEventArgs.CommandSource"> <summary> Returns the control that raised the event. </summary> <returns> The control that raised the event. </returns> </member> <member name="F:System.Web.UI.MobileControls.ListCommandEventArgs.DefaultCommand"> <summary> Sets or returns the name of the default command. </summary> </member> <member name="P:System.Web.UI.MobileControls.ListCommandEventArgs.ListItem"> <summary> Returns the list item that generated the event. </summary> <returns> The list item that generated the event. </returns> </member> <member name="T:System.Web.UI.MobileControls.ListCommandEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.MobileControls.List.ItemCommand" /> event of a <see cref="T:System.Web.UI.MobileControls.List" />. </summary> <param name="sender"> The source of the event, a <see cref="T:System.Web.UI.MobileControls.List" /> control. </param> <param name="e"> A <see cref="T:System.Web.UI.MobileControls.ListCommandEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.MobileControls.ListControlBuilder"> <summary> Provides parsing support for <see cref="T:System.Web.UI.MobileControls.List" /> and <see cref="T:System.Web.UI.MobileControls.SelectionList" /> controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.ListControlBuilder.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.ListControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.ListControlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Returns the tag name of a specified child control. </summary> </member> <member name="T:System.Web.UI.MobileControls.ListDataBindEventArgs"> <summary> Provides parameters for an <see cref="E:System.Web.UI.MobileControls.List.ItemDataBind" /> event. </summary> </member> <member name="M:System.Web.UI.MobileControls.ListDataBindEventArgs.#ctor(System.Web.UI.MobileControls.MobileListItem,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ListDataBindEventArgs" /> class. </summary> <param name="item"> Initializes <see cref="P:System.Web.UI.MobileControls.ListDataBindEventArgs.ListItem" />. </param> <param name="dataItem"> Initializes <see cref="P:System.Web.UI.MobileControls.ListDataBindEventArgs.DataItem" />. </param> </member> <member name="P:System.Web.UI.MobileControls.ListDataBindEventArgs.DataItem"> <summary> Gets the specified data object of the list item that is being bound. This property is available only on a request where the list item is data bound; on subsequent postbacks, it is always null. </summary> <returns> The specified data object for the list item that is being bound. </returns> </member> <member name="P:System.Web.UI.MobileControls.ListDataBindEventArgs.ListItem"> <summary> Returns the current <see cref="T:System.Web.UI.WebControls.ListItem" /> that is being bound. </summary> <returns> The <see cref="T:System.Web.UI.WebControls.ListItem" /> being bound. </returns> </member> <member name="T:System.Web.UI.MobileControls.ListDataBindEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.MobileControls.List.ItemDataBind" /> event of a <see cref="T:System.Web.UI.MobileControls.List" /> control. </summary> <param name="sender"> The source of the event, a <see cref="T:System.Web.UI.MobileControls.List" />. </param> <param name="e"> A <see cref="T:System.Web.UI.MobileControls.ListDataBindEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.MobileControls.ListDecoration"> <summary> Specifies the type of decoration to be added to list items. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.ListDecoration.None"> <summary> No decoration. </summary> </member> <member name="F:System.Web.UI.MobileControls.ListDecoration.Bulleted"> <summary> List items are decorated with a bullet. </summary> </member> <member name="F:System.Web.UI.MobileControls.ListDecoration.Numbered"> <summary> List items are decorated with a number. </summary> </member> <member name="T:System.Web.UI.MobileControls.ListSelectType"> <summary> Specifies how the selection list UI will be presented. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.ListSelectType.DropDown"> <summary> Renders list items in a drop-down list box. </summary> </member> <member name="F:System.Web.UI.MobileControls.ListSelectType.ListBox"> <summary> Renders list items in a list box. </summary> </member> <member name="F:System.Web.UI.MobileControls.ListSelectType.Radio"> <summary> Renders list items as options. </summary> </member> <member name="F:System.Web.UI.MobileControls.ListSelectType.MultiSelectListBox"> <summary> Renders list items in a list box with multiple selection capability. </summary> </member> <member name="F:System.Web.UI.MobileControls.ListSelectType.CheckBox"> <summary> Renders list items with check boxes and multiple selection capability. </summary> </member> <member name="T:System.Web.UI.MobileControls.LiteralLink"> <summary> Provides literal hyperlinks. </summary> </member> <member name="M:System.Web.UI.MobileControls.LiteralLink.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.LiteralLink" /> class. </summary> </member> <member name="T:System.Web.UI.MobileControls.LiteralText"> <summary> Provides the run-time instantiation of literal text specified in a form. </summary> </member> <member name="M:System.Web.UI.MobileControls.LiteralText.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.LiteralText" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.LiteralText.InternalItemCount"> <summary> Gets the number of items in the control. </summary> <returns> The number of items in the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.LiteralText.ItemWeight"> <summary> Gets the approximate weight of a single item in the control. </summary> <returns> The approximate weight of a single item in the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.LiteralText.PagedText"> <summary> Returns the text for the current page, when the control is broken across pages. </summary> <returns> The text for the current page, when the control is broken across pages. </returns> </member> <member name="P:System.Web.UI.MobileControls.LiteralText.Text"> <summary> Sets or returns the text for the control. The default is an empty string. </summary> <returns> The text for the control. </returns> </member> <member name="T:System.Web.UI.MobileControls.LiteralTextContainerControlBuilder"> <summary> Provides parsing support for literal text containers. </summary> </member> <member name="M:System.Web.UI.MobileControls.LiteralTextContainerControlBuilder.AppendLiteralString(System.String)"> <summary> Adds the specified literal content to a control. </summary> <param name="text"></param> </member> <member name="M:System.Web.UI.MobileControls.LiteralTextContainerControlBuilder.AppendSubBuilder(System.Web.UI.ControlBuilder)"> <summary> Adds builders to the <see cref="T:System.Web.UI.ControlBuilder" /> object for any child controls that belong to the container control. </summary> <param name="subBuilder"> The <see cref="T:System.Web.UI.ControlBuilder" /> object assigned to the child control. </param> </member> <member name="T:System.Web.UI.MobileControls.LiteralTextControlBuilder"> <summary> Provides parsing support for literal text. </summary> </member> <member name="M:System.Web.UI.MobileControls.LiteralTextControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.LiteralTextControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.LiteralTextControlBuilder.AllowWhitespaceLiterals"> <summary> Determines whether white space literals are permitted in the content between a control's opening and closing tags. </summary> </member> <member name="T:System.Web.UI.MobileControls.LoadItemsEventArgs"> <summary> Provides event data for ASP.NET mobile controls that support custom pagination. </summary> </member> <member name="M:System.Web.UI.MobileControls.LoadItemsEventArgs.#ctor(System.Int32,System.Int32)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.LoadItemsEventArgs" /> class. </summary> <param name="index"> Initializes the <see cref="P:System.Web.UI.MobileControls.LoadItemsEventArgs.ItemIndex" /> property with this value. </param> <param name="count"> Initializes the <see cref="P:System.Web.UI.MobileControls.LoadItemsEventArgs.ItemCount" /> property with this value. </param> </member> <member name="P:System.Web.UI.MobileControls.LoadItemsEventArgs.ItemCount"> <summary> Gets or sets the count of items in the control. </summary> <returns> The count of items in the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.LoadItemsEventArgs.ItemIndex"> <summary> Gets the index of the first item to be loaded by the invoked event. </summary> <returns> The index of the first item to be loaded by the invoked event. </returns> </member> <member name="T:System.Web.UI.MobileControls.LoadItemsEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.MobileControls.SelectionList.ItemDataBind" /> event of a <see cref="T:System.Web.UI.MobileControls.SelectionList" /> control. </summary> <param name="sender"> The source of the event, a <see cref="T:System.Web.UI.MobileControls.SelectionList" /> control. </param> <param name="e"> A <see cref="T:System.Web.UI.MobileControls.ListDataBindEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.MobileControls.MobileControl"> <summary> Provides a base class for all ASP.NET mobile control classes. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.#ctor"> <summary> Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class. </summary> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.Adapter"> <summary> Returns the device-specific adapter for the control. </summary> <returns> An adapter specific to the device on which the page will be displayed, which is also usually specific to the control. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.AddedControl(System.Web.UI.Control,System.Int32)"> <summary> Called after a control is added to the Controls collection of another control. </summary> <param name="control"> The <see cref="T:System.Web.UI.Control" /> that has been added. </param> <param name="index"> The index of the control in the <see cref="P:System.Web.UI.Control.Controls" /> collection. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.AddLinkedForms(System.Collections.IList)"> <summary> Adds the set of forms that contains links to the specified control to the provided list. </summary> <param name="linkedForms"> The set of forms that contain links to the specified control. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element was parsed, and adds the element to the server control's <see cref="T:System.Web.UI.ControlCollection" /> object. </summary> <param name="obj"> An <see cref="T:System.Object" /> that represents the parsed element. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.Alignment"> <summary> Gets or sets the specified alignment for the style. The default value is <see cref="F:System.Web.UI.MobileControls.Alignment.NotSet" />. </summary> <returns> An enumerated value specifying the alignment for the style. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.ApplyStyleSheetSkin(System.Web.UI.Page)"> <summary> Applies the style properties defined in the page style sheet to the control. </summary> <param name="page"> The <see cref="T:System.Web.UI.Page" /> containing the control. </param> <exception cref="T:System.NotSupportedException"> In all cases. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.BackColor"> <summary> Gets or sets the specified background color for the style. The default value is <see cref="F:System.Drawing.Color.Empty" />. </summary> <returns> The specified background color for the style. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.BreakAfter"> <summary> Gets or sets a property that determines whether an additional trailing break is rendered after the control. This break causes subsequent content to start on the next line. The default is true. </summary> <returns>true if an additional trailing break is rendered after the control; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.CreateDefaultTemplatedUI(System.Boolean)"> <summary> Called by device adapters to create the default templated user interface (UI) for the control. </summary> <param name="doDataBind"> Set to true if the instantiated templates must bind to available data (which usually happens on the first request). Set to false if the templates must not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks). </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.CreateStyle"> <summary> Constructs and returns the style object to be associated with the control. </summary> <returns> The style object to be associated with the control. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.CreateTemplatedUI(System.Boolean)"> <summary> Called by base classes to create a templated UI. </summary> <param name="doDataBind"> Returns true if the instantiated templates bind to available data (which usually happens on the first request). Returns false if the templates do not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks). </param> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.CustomAttributes"> <summary> Returns the set of custom attributes defined for the control. </summary> <returns> The set of custom attributes defined for the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.DeviceSpecific"> <summary> Gets or sets the DeviceSpecific/Choice construct associated with the control. </summary> <returns> The DeviceSpecific/Choice construct associated with the control, or null if no such construct exists. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.EnableTheming"> <summary> Gets a value indicating whether themes apply to this control. </summary> <returns>False in all cases. </returns> <exception cref="T:System.NotSupportedException"> An attempt to set the <see cref="P:System.Web.UI.MobileControls.MobileControl.EnableTheming" /> property is made. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.EnsureTemplatedUI"> <summary> Use this method to ensure that the templates are instantiated to allow programmatic access to the instantiated contents of a template. </summary> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.FirstPage"> <summary> Returns the first page of the form on which this control appears. </summary> <returns> The first page of the form on which this control appears. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.Font"> <summary> Gets a <see cref="T:System.Web.UI.MobileControls.FontInfo" /> object that contains font information about the control. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.FontInfo" /> that contains the font information about the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.ForeColor"> <summary> Gets or sets the specified foreground color for the style. Typically, this property sets the color for the text. The default value is <see cref="F:System.Drawing.Color.Empty" />. </summary> <returns> The specified foreground color for the style. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.Form"> <summary> Provides access to the containing form. </summary> <returns> The form that contains this control. </returns> <exception cref="T:System.Exception"> the control is not in a form as required. The only mobile controls not required to be in a <see cref="T:System.Web.UI.MobileControls.Form" /> are a <see cref="T:System.Web.UI.MobileControls.Form" /> and a <see cref="T:System.Web.UI.MobileControls.StyleSheet" />. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.GetAttribute(System.String)"> <summary> Retrieves the specified attribute property from the control. </summary> <returns> A <see cref="T:System.String" /> representing the value of the specified attribute; if no attribute with the specified <paramref name="name" /> exists, then null. </returns> <param name="name"> A <see cref="T:System.String" /> that specifies the name of the server control attribute. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.GetTemplate(System.String)"> <summary> Returns the template with the specified name. </summary> <returns> The template with the specified name. </returns> <param name="templateName"> The name of the specified template. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.InnerText"> <summary> Returns the text inside the control. The inner text might be a combination of text from child controls. </summary> <returns> The text inside the control. </returns> <exception cref="T:System.Exception"> the inner text contains markup tags at run time, and the derived control does not allow markup tags in inner text. </exception> <exception cref="T:System.ArgumentException"> the value used to set this property contains new line characters and the derived control does not allow multiple lines of text. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.IsFormSubmitControl"> <summary> Returns true if the control submits the form. The default is false. </summary> <returns>true if the control submits the form; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.IsTemplated"> <summary> Gets a value indicating whether a <see cref="T:System.Web.UI.MobileControls.MobileControl" /> object has an active template set. </summary> <returns>true if the control has an active template set; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.IsVisibleOnPage(System.Int32)"> <summary> Returns whether or not the control is visible on the given page of the form. Used for form pagination. </summary> <returns>true if the control is visible on the given page of the form; otherwise, false. </returns> <param name="pageNumber"> The page number. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.LastPage"> <summary> Returns the last page of the form on which the specified control is displayed. </summary> <returns> The last page of the form on which the specified control is displayed. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.LoadPrivateViewState(System.Object)"> <summary> Loads private view state. </summary> <param name="state"> Current view state of the control. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.MobileControls.MobileControl.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the control state to be restored. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.MobilePage"> <summary> Returns the containing page. </summary> <returns> The containing page. </returns> <exception cref="T:System.Exception"> the control is not in a <see cref="T:System.Web.UI.MobileControls.MobilePage" />. (Only occurs at run time.) </exception> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"> The <see cref="T:System.EventArgs" /> object that contains the event data. </param> <exception cref="T:System.Exception"> the control contains custom attributes and the current page does not allow custom attributes on controls. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.OnPageChange(System.Int32,System.Int32)"> <summary> Paginates a control. </summary> <param name="oldPageIndex"> Contains the index number of the current page prior to pagination. </param> <param name="newPageIndex"> Contains the index number of the current page after pagination. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.MobileControls.DeviceSpecific.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.OnRender(System.Web.UI.HtmlTextWriter)"> <summary> Renders a control to the specified output stream. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that will render the content. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.OnUnload(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Unload" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.PaginateChildren"> <summary> Gets a value that indicates whether the children of the control must be paginated. Used for form pagination. </summary> <returns>true if the children of the control must be paginated; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.PaginateRecursive(System.Web.UI.MobileControls.ControlPager)"> <summary> Paginates the control and its children. </summary> <param name="pager"> The pager. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.RemovedControl(System.Web.UI.Control)"> <summary> Called after a control is removed from the <see cref="P:System.Windows.Forms.Control.Controls" /> collection of another control. </summary> <param name="control"> The <see cref="T:System.Web.UI.Control" /> that has been removed. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.Render(System.Web.UI.HtmlTextWriter)"> <summary> Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the server control content. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Outputs the content of a server control's child controls using the provided <see cref="T:System.Web.UI.HtmlTextWriter" />. </summary> <param name="writer"> The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the rendered content. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.ResolveFormReference(System.String)"> <summary> Returns the form object referenced by the name parameter. </summary> <returns> The form referenced by the name parameter. </returns> <param name="formID"> Form object </param> <exception cref="T:System.Exception"> <paramref name="formID" /> does not refer to an existing <see cref="T:System.Web.UI.MobileControls.Form" />. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.ResolveUrl(System.String)"> <summary> Converts a URL into one that is usable on the requesting client. </summary> <returns> The value of the specified URL. </returns> <param name="relativeUrl"> The URL to be resolved. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.SavePrivateViewState"> <summary> Saves any private view-state changes that have occurred since the page was loaded from persistence. If no changes were made, this method returns null. </summary> <returns> An object containing the altered private view state. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns> Returns the server control's current view state. If there is no view state associated with the control, this method returns null. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.SetAttribute(System.String,System.String)"> <summary> Designates an attribute and its value to assign to the <see cref="T:System.Web.UI.MobileControls.MobileControl" /> object. </summary> <param name="name"> A <see cref="T:System.String" /> signifying the key of the attribute to be set. </param> <param name="value"> A <see cref="T:System.String" /> to be assigned as the value of the attribute. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.SkinID"> <summary> Gets the ID of the skin to apply to the control. </summary> <returns> An empty <see cref="T:System.String" /> object. </returns> <exception cref="T:System.NotSupportedException"> An attempt to set the <see cref="P:System.Web.UI.MobileControls.MobileControl.SkinID" /> property is made. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.Style"> <summary> Gets the style of the control. </summary> <returns> The style of the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.StyleReference"> <summary> Gets or sets a reference to the style properties for a control. </summary> <returns> A reference to the style properties for a control. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.System#Web#UI#IAttributeAccessor#GetAttribute(System.String)"> <summary> For a description of this method, see <see cref="M:System.Web.UI.IAttributeAccessor.GetAttribute(System.String)" />. </summary> <returns> The value of the specified attribute. </returns> <param name="name"> The name of the attribute to get. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.System#Web#UI#IAttributeAccessor#SetAttribute(System.String,System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IAttributeAccessor.SetAttribute(System.String,System.String)" />. </summary> <param name="name"> The name specifying the attribute to be set. </param> <param name="value"> The value to be set. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControl.TrackViewState"> <summary> Causes tracking of view-state changes to the server control so they can be stored in the server control's <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.VisibleWeight"> <summary> Gets the approximate weight of the control, in characters. </summary> <returns> The approximate weight of the control, in characters. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControl.Wrapping"> <summary> Gets or sets the specified wrapping mode for the style. The default value is <see cref="F:System.Web.UI.MobileControls.Wrapping.NotSet" />. </summary> <returns> An enumerated value that specifies the wrapping mode for the style. </returns> </member> <member name="T:System.Web.UI.MobileControls.MobileControlBuilder"> <summary> Provides parsing support for all ASP.NET mobile controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileControlBuilder.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileControlBuilder.AllowWhitespaceLiterals"> <summary> Determines whether white space literals are permitted in the content between a control's opening and closing tags. </summary> <returns> Always returns true. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileControlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> for the control's children </summary> <returns> The <see cref="T:System.Type" /> of the specified control's child. </returns> <param name="tagName"> The tag name of the child. </param> <param name="attributes"></param> </member> <member name="T:System.Web.UI.MobileControls.MobileControlsSection"> <summary> Represents configuration information regarding mobile controls, their adapters, and device filters. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileControlsSection.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileControlsSection" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.MobileControlsSection.AllowCustomAttributes"> <summary> Gets or sets a value that indicates whether pages can have custom attributes. </summary> <returns>true if pages are allowed to have custom attributes; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControlsSection.CookielessDataDictionaryType"> <summary> Gets or sets the type of the dictionary class that maintains the keys for cookieless forms authentication. </summary> <returns> The <see cref="T:System.Type" /> of the dictionary class. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControlsSection.Devices"> <summary> Gets the collection of device elements that programmatically represent the device elements of a configuration file. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.DeviceElementCollection" /> that contains the <see cref="T:System.Web.UI.MobileControls.DeviceElement" /> objects that programmatically represent the device elements of the configuration file. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileControlsSection.SessionStateHistorySize"> <summary> Gets or sets the size of the history to use to keep the application view state in the server session. </summary> <returns> The size of the history stack. The default is 5. </returns> </member> <member name="T:System.Web.UI.MobileControls.MobileControlsSectionHandler"> <summary> Handles configuration sections that are represented by a single XML tag in the .config file. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileControlsSectionHandler.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileControlsSectionHandler" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileControlsSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)"> <summary> Used internally to create a new instance of this object. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.MobileControlsSectionHandler" />. </returns> <param name="parent"> Parent object. </param> <param name="context"> Configuration context object. </param> <param name="input"> Section XML node. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileControlsSectionHandler.System#Configuration#IConfigurationSectionHandler#Create(System.Object,System.Object,System.Xml.XmlNode)"> <summary> Used internally to create a new instance of this object. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.MobileControlsSectionHandler" /> object. </returns> <param name="parent"> Parent object. </param> <param name="context"> Configuration context object. </param> <param name="input"> Section XML node. </param> </member> <member name="T:System.Web.UI.MobileControls.MobileListItem"> <summary> Represents an individual item within a <see cref="T:System.Web.UI.MobileControls.List" /> or <see cref="T:System.Web.UI.MobileControls.SelectionList" /> ASP.NET mobile control. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.#ctor(System.Object,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> class. </summary> <param name="dataItem"> Initializes <see cref="P:System.Web.UI.MobileControls.MobileListItem.DataItem" />. </param> <param name="text"> Initializes <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" />. </param> <param name="value"> Initializes <see cref="P:System.Web.UI.MobileControls.MobileListItem.Value" />. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> class using the specified <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. </summary> <param name="text"> Initializes <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" />. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> class. </summary> <param name="text"> Initializes <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" />. </param> <param name="value"> Initializes <see cref="P:System.Web.UI.MobileControls.MobileListItem.Value" />. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.#ctor(System.Web.UI.MobileControls.MobileListItemType)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> class with the specified <see cref="T:System.Type" />. </summary> <param name="itemType"> Initializes the specified item with this item type. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileListItem.DataItem"> <summary> Gets or sets the data item to which the list item is bound. This property is available only on a request where the list item is data-bound; on subsequent postbacks, it is always null. </summary> <returns> The object to which the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> is bound. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.Equals(System.Object)"> <summary> Determines whether two <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> instances are equal. </summary> <returns>true if the items are equal; otherwise, false. </returns> <param name="o"> The object to compare with the current item. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.FromString(System.String)"> <summary> Returns a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> class with the specified <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. This method is used internally by ASP.NET. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> with an initialized <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. </returns> <param name="s"> The initial value of the <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.GetHashCode"> <summary> Returns the hash code for the current instance. </summary> <returns> The hash code for the current instance. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileListItem.Index"> <summary> Gets the index for an item within a list. </summary> <returns> The position of the item within the containing list. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileListItem.IsTrackingViewState"> <summary> Gets a value indicating whether the list item control is tracking changes to its view state. </summary> <returns>true if the list item is tracking changes to its view state; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.LoadViewState(System.Object)"> <summary> Loads the current view state into the list item control. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> and optional <see cref="P:System.Web.UI.MobileControls.MobileListItem.Value" /> property values. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the server control is passed up the page's user interface (UI) server control hierarchy. </summary> <returns>true if the event is passed up the control hierarchy; otherwise, false. </returns> <param name="source"> The source object of the event. </param> <param name="e"> The event arguments. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.op_Implicit(System.String)~System.Web.UI.MobileControls.MobileListItem"> <summary> Provides implicit conversion from a <see cref="T:System.String" /> to a <see cref="T:System.Web.UI.MobileControls.MobileListItem" />. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> with <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> set to the specified <see cref="T:System.String" />. </returns> <param name="s"> The string to convert. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.SaveViewState"> <summary> Saves the changes to the view state. </summary> <returns> An <see cref="T:System.Object" /> that contains the newly saved view state. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileListItem.Selected"> <summary> Gets or sets whether the list item is selected in its parent <see cref="T:System.Web.UI.MobileControls.SelectionList" /> object. </summary> <returns>true if the item is selected in its parent <see cref="T:System.Web.UI.MobileControls.SelectionList" />; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileListItem.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns>true if the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> object is tracking its view-state changes; otherwise, false.</returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="state"> An <see cref="T:System.Object" /> that contains the <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> and the optional <see cref="P:System.Web.UI.MobileControls.MobileListItem.Value" />. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> The view-state changes for the control. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="P:System.Web.UI.MobileControls.MobileListItem.Text"> <summary> Gets or sets the text contained in the item. </summary> <returns> The text in the item. The default is an empty string (""). </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.ToString"> <summary> This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. </summary> <returns> A string that represents the current item. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItem.TrackViewState"> <summary> Sets the <see cref="P:System.Web.UI.MobileControls.MobileListItem.IsTrackingViewState" /> property to true. </summary> </member> <member name="P:System.Web.UI.MobileControls.MobileListItem.Value"> <summary> Gets or sets the value contained in the list item. </summary> <returns> The value contained in the list item. The default is null. </returns> </member> <member name="T:System.Web.UI.MobileControls.MobileListItemCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> objects, and is used to hold the items of a <see cref="T:System.Web.UI.MobileControls.List" /> control and a <see cref="T:System.Web.UI.MobileControls.SelectionList" /> control. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileListItemCollection" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.#ctor(System.Collections.ArrayList)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileListItemCollection" /> class using the provided array. </summary> <param name="items"> An array that contains a list of <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> objects. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.Add(System.String)"> <summary> Adds an item to the end of a collection with the provided string as the <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. </summary> <param name="item"> The item to add to the end of the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.Add(System.Web.UI.MobileControls.MobileListItem)"> <summary> Adds an item to the end of a collection. </summary> <param name="item"> The item to add to the end of the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.Clear"> <summary> Clears the collection. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.Contains(System.Web.UI.MobileControls.MobileListItem)"> <summary> Gets a value indicating whether the given item is contained in the collection. </summary> <returns>true if the given item is contained in the collection; otherwise, false. </returns> <param name="item"> The item to search for. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.GetAll"> <summary> Gets the items in the specified collection as a single array of <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> objects. </summary> <returns> An array of the items in the specified collection. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.IndexOf(System.Web.UI.MobileControls.MobileListItem)"> <summary> Gets the index of the specified item in a <see cref="T:System.Web.UI.MobileControls.MobileListItemCollection" /> object. </summary> <returns> The index of the specified item in the collection. </returns> <param name="item"> An item to search for in the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.Insert(System.Int32,System.String)"> <summary> Adds an item to the specified location in the collection. </summary> <param name="index"> The index. </param> <param name="item"> The item to be inserted into the list. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.Insert(System.Int32,System.Web.UI.MobileControls.MobileListItem)"> <summary> Adds an item to the specified location in the collection. </summary> <param name="index"> The index. </param> <param name="item"> The item to be inserted into the list. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileListItemCollection.IsTrackingViewState"> <summary> Gets a value indicating whether the collection is tracking changes to view state. </summary> <returns>true if tracking view state changes; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobileListItemCollection.Item(System.Int32)"> <summary> Gets a <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> item in the collection by index. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> item at the specified index. </returns> <param name="index"> The index of the item to retrieve. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.LoadViewState(System.Object)"> <summary> Loads the collection's previously saved view state. </summary> <param name="state"> The object containing the view-state information to be loaded. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.Remove(System.String)"> <summary> Removes the item with the specified value. </summary> <param name="item"> The value of the item to remove. The first item that matches this value in the collection is removed. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.Remove(System.Web.UI.MobileControls.MobileListItem)"> <summary> Removes the item with the specified value. </summary> <param name="item"> The value of the item to remove. The first item that matches this value in the collection is removed. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.RemoveAt(System.Int32)"> <summary> Removes the item at the specified index. </summary> <param name="index"> The index number of the item to remove. </param> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.SaveViewState"> <summary> Saves the changes to a server control's view state to a <see cref="T:System.Object" />. </summary> <returns> A <see cref="T:System.Object" /> that contains the view-state information. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.SetAll(System.Web.UI.MobileControls.MobileListItem[])"> <summary> Sets the array of <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> objects as the <see cref="T:System.Web.UI.MobileControls.MobileListItemCollection" />. </summary> <param name="value"> The <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> array. </param> </member> <member name="P:System.Web.UI.MobileControls.MobileListItemCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns>true if the <see cref="T:System.Web.UI.MobileControls.MobileListItem" /> object is tracking its view-state changes; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="state"> The object containing the view state information to be loaded. </param> <exception cref="T:System.Exception"> the view state data has been modified or corrupted. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> The view-state changes for the control. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileListItemCollection.TrackViewState"> <summary> Instructs the collection to track changes to its view state. </summary> </member> <member name="T:System.Web.UI.MobileControls.MobileListItemType"> <summary> Assigns an item type to an element in a <see cref="T:System.Web.UI.MobileControls.List" /> or <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control's child controls. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.MobileListItemType.HeaderItem"> <summary> Represents a heading for a list. </summary> </member> <member name="F:System.Web.UI.MobileControls.MobileListItemType.ListItem"> <summary> Represents an item in a list. </summary> </member> <member name="F:System.Web.UI.MobileControls.MobileListItemType.FooterItem"> <summary> Represents a footer for a list. </summary> </member> <member name="F:System.Web.UI.MobileControls.MobileListItemType.SeparatorItem"> <summary> Represents a separator between list items. </summary> </member> <member name="T:System.Web.UI.MobileControls.MobilePage"> <summary> Serves as the base class for all ASP.NET mobile Web Forms pages. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.MobilePage" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.AbsoluteFilePath"> <summary> Gets a rooted URL to the current page. </summary> <returns> A rooted URL to the current page. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.ActiveForm"> <summary> Gets or sets the page's currently active form. </summary> <returns> The page's currently active form. </returns> <exception cref="T:System.Exception"> The page does not contain any forms. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.Adapter"> <summary> Gets the device-specific adapter for the control. </summary> <returns> The device-specific adapter for the control. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.AddedControl(System.Web.UI.Control,System.Int32)"> <summary> Called after a control is added to the <see cref="P:System.Web.UI.Control.Controls" /> collection. </summary> <param name="control"> The <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that has been added. </param> <param name="index"> The index of the control in the Controls collection. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.AddParsedSubObject(System.Object)"> <summary> Notifies the page that an element was parsed, and adds the element to the <see cref="P:System.Web.UI.Control.Controls" /> property. </summary> <param name="o"> An <see cref="T:System.Object" /> that represents the parsed element. </param> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.MobileControls.MobilePage.StyleSheet" /> property has already been set. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.AllowCustomAttributes"> <summary> Gets a value indicating whether controls on the page can have custom attributes defined. The default value is the value of the allowCustomAttributes attribute of the <mobilecontrols> section of the Web.config file. </summary> <returns>true if the controls on the page can have custom attributes defined; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.ClientViewState"> <summary> Gets the view-state information, which combines private view state and an identifier for application view state, to write to the client in encoded form. </summary> <returns> The view-state information, which combines private view state and an identifier for application view state. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.CreateHtmlTextWriter(System.IO.TextWriter)"> <summary> Creates an <see cref="T:System.Web.UI.HtmlTextWriter" /> object to render the page's content. </summary> <returns> An <see cref="T:System.Web.UI.HtmlTextWriter" /> or a text writer derived from <see cref="T:System.Web.UI.HtmlTextWriter" />, such as <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter" />, <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter" />, <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlMobileTextWriter" />, or <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </returns> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> used to create the <see cref="T:System.Web.UI.HtmlTextWriter" />. </param> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.DesignMode"> <summary> Gets a value indicating whether the page is being instantiated in design mode or at run time. </summary> <returns>true if the page is being instantiated in design mode; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.DeterminePostBackMode"> <summary> Determines the type of request made for the <see cref="T:System.Web.UI.MobileControls.MobilePage" /> class and returns a <see cref="T:System.Collections.Specialized.NameValueCollection" /> of data posted back to the page by using either a POST or a GET command. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that contains the form data. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.Device"> <summary> Gets the <see cref="T:System.Web.Mobile.MobileCapabilities" /> object for the current requesting device. </summary> <returns> The <see cref="T:System.Web.Mobile.MobileCapabilities" /> for the current requesting device. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.EnableEventValidation"> <summary> Gets or sets a value indicating whether postback event data should be validated. </summary> <returns>false. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set this property. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.EnableTheming"> <summary> Gets or sets a value indicating whether themes apply to this page. </summary> <returns>false. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set this property. The value of this property cannot be changed. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.Forms"> <summary> Gets the collection of forms on the specified <see cref="T:System.Web.UI.MobileControls.MobilePage" /> object. </summary> <returns> The collection of forms that is contained in the page. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.GetControlAdapter(System.Web.UI.MobileControls.MobileControl)"> <summary> Creates and returns a new device-specific adapter for the specified control. </summary> <returns> A new device-specific adapter for the specified control. </returns> <param name="control"> The control to which the device-specific adapter is attached. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.GetForm(System.String)"> <summary> Returns the form object specified by the ID parameter. </summary> <returns> The specified form object. If no such form exists, <see cref="M:System.Web.UI.MobileControls.MobilePage.GetForm(System.String)" /> throws an exception. </returns> <param name="id"> The identifier of the form to return. </param> <exception cref="T:System.ArgumentException"> The requested form was not found. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.GetPrivateViewState(System.Web.UI.MobileControls.MobileControl)"> <summary> Retrieves the view state for the control. </summary> <returns> The <see cref="T:System.Web.UI.StateBag" /> object associated with the control. </returns> <param name="ctl"> The control for which the state is retrieved. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.HasHiddenVariables"> <summary> Retrieves whether the page has any hidden variables defined. </summary> <returns>true if the page has any hidden variables defined; otherwise, false. </returns> </member> <member name="F:System.Web.UI.MobileControls.MobilePage.HiddenPostEventArgumentId"> <summary> Contains the identifier to use for the hidden field in the postback argument. This field is read-only. </summary> <returns> The identifier for the hidden postback argument field. </returns> </member> <member name="F:System.Web.UI.MobileControls.MobilePage.HiddenPostEventSourceId"> <summary> Contains the source identifier to use to render the hidden field for the postback source. This field is read-only. </summary> <returns> The identifier for the hidden postback source field. </returns> </member> <member name="F:System.Web.UI.MobileControls.MobilePage.HiddenVariablePrefix"> <summary> Returns the prefix to use to render hidden variables. This field is read-only. </summary> <returns> The prefix used to render hidden variables. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.HiddenVariables"> <summary> Gets a dictionary of hidden variables on the specified <see cref="T:System.Web.UI.MobileControls.MobilePage" /> object. </summary> <returns> A dictionary of the hidden variables that is contained in the page. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.IdSeparator"> <summary> Gets the character that is used to separate control identifiers when building a unique ID for a control on a page. </summary> <returns> The character that is used to separate control identifiers. The default is set by the <see cref="T:System.Web.UI.Adapters.PageAdapter" /> instance that renders the page. The <see cref="P:System.Web.UI.Page.IdSeparator" /> property is a server-side field and should not be modified. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.InitOutputCache(System.Int32,System.String,System.String,System.Web.UI.OutputCacheLocation,System.String)"> <summary> Initializes the output cache for the current page request. </summary> <param name="duration"> The amount of time that objects stored in the output cache are valid. </param> <param name="varyByHeader"> A semicolon-separated list of headers that content from the output cache will vary by. </param> <param name="varyByCustom"> The Vary HTTP header. </param> <param name="location"> One of the <see cref="T:System.Web.UI.OutputCacheLocation" /> values. </param> <param name="varyByParam"> A semicolon-separated list of parameters, received by a GET or POST method, that content from the output cache will vary by. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.LoadPageStateFromPersistenceMedium"> <summary> Loads any saved view-state information to the <see cref="T:System.Web.UI.Page" />. </summary> <returns> An object containing the saved view state. Internally, this is typically a <see cref="T:System.Web.UI.StateBag" /> or <see cref="T:System.Collections.IDictionary" /> object. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.MobileControls.MobilePage.SaveViewState" /> method. </summary> <param name="savedState"> An <see cref="T:System.Object" /> that represents the page state to be restored. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.MakePathAbsolute(System.String)"> <summary> Converts the specified relative URL into an absolute URL. </summary> <returns> The absolute path corresponding to the specified virtual path. </returns> <param name="virtualPath"> The relative URL to be converted. </param> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.MasterPageFile"> <summary> Gets or sets the file name of the master page. Master pages are not supported in ASP.NET mobile Web Forms pages. </summary> <returns>null. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set this property. Master pages are not supported on mobile pages. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.OnDeviceCustomize(System.EventArgs)"> <summary> Called after the page is initialized. </summary> <param name="e"> An object defined by an <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.OnError(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.HttpApplication.Error" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.OnInit(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.OnLoad(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.OnPreInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Page.PreInit" /> event at the beginning of page initialization. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.OnPreRender(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.OnUnload(System.EventArgs)"> <summary> Handles the <see cref="E:System.Web.UI.Control.Unload" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.OnViewStateExpire(System.EventArgs)"> <summary> Handles an exception caused by an expired view state on postback. </summary> <param name="e"> An object defined by an <see cref="T:System.EventArgs" /> object that contains event data. </param> <exception cref="T:System.Exception"> The session state has expired. -or- The session cookie from the client is invalid. -or- The session state history has exceeded its allocated size. </exception> </member> <member name="F:System.Web.UI.MobileControls.MobilePage.PageClientViewStateKey"> <summary> Returns the key to use to render the private view state. This field is read-only. </summary> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.QueryStringText"> <summary> Gets the query string that accompanied the request. </summary> <returns> The query string that accompanied the request. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.RaisePostBackEvent(System.Web.UI.IPostBackEventHandler,System.String)"> <summary> Notifies the server control that caused the postback that it should handle an incoming postback event. </summary> <param name="sourceControl"> The ASP.NET server control that caused the postback. This control must implement the <see cref="T:System.Web.UI.IPostBackEventHandler" /> interface. </param> <param name="eventArgument"> The postback argument. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.RedirectToMobilePage(System.String)"> <summary> Redirects to another mobile page. </summary> <param name="url"> The URL of the redirect action. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.RedirectToMobilePage(System.String,System.Boolean)"> <summary> Redirects to a specified mobile page. </summary> <param name="url"> The URL of the redirect action. </param> <param name="endResponse"> Specifies whether the response should be ended at that point. The default of the first form of the method is true. </param> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.RelativeFilePath"> <summary> Gets a relative URL to the page. </summary> <returns> A relative URL to the page. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.RemovedControl(System.Web.UI.Control)"> <summary> Called after a control is removed from the <see cref="P:System.Web.UI.Control.Controls" /> collection of another control. </summary> <param name="control"> The <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that has been removed. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.Render(System.Web.UI.HtmlTextWriter)"> <summary> Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content to be rendered on the client. Also stores tracing information about the control if tracing is enabled. </summary> <param name="writer"> The text writer that creates the markup. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.RenderControl(System.Web.UI.HtmlTextWriter)"> <summary> Renders server control content and stores tracing information about the control if tracing is enabled. </summary> <param name="writer"> The <see cref="T:System.IO.TextWriter" /> to receive control content. </param> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.SavePageStateToPersistenceMedium(System.Object)"> <summary> Saves any state information for the page. </summary> <param name="view"> An <see cref="T:System.Object" /> in which to store the view-state information. </param> <exception cref="T:System.Exception"> Session state is disabled or read-only. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns> The page's current view state. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.StyleSheet"> <summary> Gets or sets the current style sheet on a <see cref="T:System.Web.UI.MobileControls.MobilePage" /> object. </summary> <returns> The current style sheet for the page. </returns> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.StyleSheetTheme"> <summary> Gets or sets the name of the style sheet applied to this page. </summary> <returns>null. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set this property. Themes are not supported on Mobile Web Forms pages. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.Theme"> <summary> Gets or sets the name of the page theme. </summary> <returns> The name of the page theme. The <see cref="P:System.Web.UI.MobileControls.MobilePage.Theme" /> property is a server-side field and cannot be modified. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set this property. Themes are not supported on Mobile Web Forms pages. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.Title"> <summary> Gets or sets the title for the page. This feature is not supported for mobile pages. </summary> <returns> An empty string. </returns> <exception cref="T:System.NotSupportedException"> An attempt was made to set the <see cref="P:System.Web.UI.MobileControls.MobilePage.Title" /> property. </exception> </member> <member name="P:System.Web.UI.MobileControls.MobilePage.UniqueFilePathSuffix"> <summary> Gets a unique key that can be added to generate a unique URL for the current page. </summary> <returns> A unique key that can be added to generate a unique URL for the current page. </returns> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.Validate"> <summary> Performs control validation, and then sets the <see cref="P:System.Web.UI.Page.IsValid" /> property based on the results of the validation. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.VerifyRenderingInServerForm(System.Web.UI.Control)"> <summary> Confirms that a <see cref="T:System.Web.UI.MobileControls.Form" /> control is rendered for the specified ASP.NET mobile control at run time. </summary> <param name="control"> The ASP.NET mobile control that is required in the <see cref="T:System.Web.UI.MobileControls.Form" /> control. </param> <exception cref="T:System.Exception"> <paramref name="control" /> must be contained in a <see cref="T:System.Web.UI.MobileControls.Form" /> control. </exception> </member> <member name="F:System.Web.UI.MobileControls.MobilePage.ViewStateID"> <summary> Contains the source identifier to use to render the hidden field for a view state. This field is read-only. </summary> </member> <member name="T:System.Web.UI.MobileControls.MobileTypeNameConverter"> <summary> Converts the value of an object into a different data type. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileTypeNameConverter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileTypeNameConverter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileTypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> <summary> Converts the given object to the type of this converter, using the specified context and culture information. </summary> <returns> An <see cref="T:System.Object" /> that represents the converted value. </returns> <param name="ctx"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> <param name="ci"> The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture. </param> <param name="data"> The <see cref="T:System.Object" /> to convert. </param> <exception cref="T:System.Configuration.ConfigurationErrorsException"> Calling <see cref="M:System.Type.GetType" /> on <paramref name="data" /> returns null. </exception> </member> <member name="M:System.Web.UI.MobileControls.MobileTypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> <summary> Converts the given value object to the specified type, using the specified context and culture information. </summary> <returns> An <see cref="T:System.Object" /> that represents the converted value. </returns> <param name="ctx"> An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. </param> <param name="ci"> A <see cref="T:System.Globalization.CultureInfo" />. If null is passed, the current culture is assumed. </param> <param name="value"> The <see cref="T:System.Object" /> to convert. </param> <param name="targetType"> The <see cref="T:System.Type" /> to convert the <paramref name="value" /> parameter to. </param> <exception cref="T:System.ArgumentException"> <paramref name="value" /> cannot be converted to a type. </exception> </member> <member name="T:System.Web.UI.MobileControls.MobileUserControl"> <summary> Provides the base class for ASP.NET mobile user controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileUserControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.MobileUserControl" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobileUserControl.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element was parsed, and adds the element to the server control's <see cref="P:System.Web.UI.Control.Controls" /> property. </summary> <param name="o"></param> </member> <member name="T:System.Web.UI.MobileControls.ObjectList"> <summary> Enables you to specify multiple fields for display, per item in an object list. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's <see cref="P:System.Web.UI.Control.Controls" /> property. </summary> <param name="obj"> None. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.AllFields"> <summary> Returns the collection of all fields from the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> class, whether explicit or automatically generated. The default value is the collection of automatically generated fields. </summary> <returns> An <see cref="T:System.Web.UI.MobileControls.IObjectListFieldCollection" /> object containing all fields in the <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.AutoGenerateFields"> <summary> Specifies whether fields must be automatically generated from data. When enabled, each public property of the data becomes a field of the control. The default value is true. </summary> <returns>true if the fields are automatically generated from data; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.BackCommandText"> <summary> Gets or sets the text used for the command to return from the Details view (accessed through a softkey or link). </summary> <returns> The text used for the command to return from the Details view. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.Commands"> <summary> Gets the collection of commands in the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> object. Initially, the collection is empty. </summary> <returns> The collection of commands in the object list. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.CommandStyle"> <summary> Gets or sets the style used for the object list commands. </summary> <returns> The style used for the object list commands. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.CreateAutoGeneratedFields(System.Collections.IEnumerable)"> <summary> Automatically generates fields for the given data. </summary> <param name="dataSource"> The specified source of the data. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.CreateChildControls"> <summary> Notifies server controls to create any child controls in preparation for posting back or rendering. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.CreateItem(System.Object)"> <summary> Creates a list item to contain the object and binds it to the specified object. </summary> <returns> An object list item created from the specified object. </returns> <param name="dataItem"> The list item to bind. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.CreateItems(System.Collections.IEnumerable)"> <summary> Creates items in an items collection from the specified <paramref name="dataSource" /> parameter. </summary> <param name="dataSource"> The source from which items in the collection are created. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.CreateTemplatedItemDetails(System.Boolean)"> <summary> Constructs the details view for the current item by using the ItemDetailsTemplate. </summary> <param name="doDataBind"> Returns true if the instantiated templates must bind to available data (which usually happens on the first request). Returns false if the templates must not bind to data, and instead rely on view state to have them filled in (which usually happens on subsequent postbacks). </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.CreateTemplatedItemsList(System.Boolean)"> <summary> Constructs the list view by building templates. </summary> <param name="doDataBind"> Returns true if the instantiated templates must bind to available data (which usually happens on the first request). Returns false if the templates must not bind to data, and instead rely on view state to have them filled in (which usually happens on subsequent postbacks). </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.DataBind"> <summary> Binds a data source to the <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.DataMember"> <summary> Gets or sets the data member to extract when data binding to a list data source. The default value is an empty string (""). </summary> <returns> The data member to extract from the data source when data binding to an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.DataSource"> <summary> Gets or sets the data source of the list that is being bound. The default value is null. </summary> <returns> The data source of the list that is being bound. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.DefaultCommand"> <summary> Gets or sets the name of the default command. </summary> <returns> The name of the default command. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.Details"> <summary> Returns the panel that contains a device-specific details view. </summary> <returns> A panel that contains a device-specific details view. </returns> <exception cref="T:System.Exception"> the current view is not the details view. </exception> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.DetailsCommandText"> <summary> Gets or sets the text used for the menu item that shows the details view. </summary> <returns> The text used for the menu item that shows the details view. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.EnsureChildControls"> <summary> Determines whether the server control contains child controls. If it does not, it creates child controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.EnsureTemplatedUI"> <summary> Use this method to ensure that the templates are instantiated to allow programmatic access to the instantiated contents of a template. </summary> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.Fields"> <summary> Gets the collection of explicitly defined fields in the <see cref="T:System.Web.UI.MobileControls.ObjectListFieldCollection" /> class. </summary> <returns> The collection of explicitly defined fields for the object list control. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.HasItemCommandHandler"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control has an event handler registered for the appropriate <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemCommand" /> event. </summary> <returns>true if the object list control has an event handler registered for the appropriate <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemCommand" /> event; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.InternalItemCount"> <summary> Gets the number of items in the control. </summary> <returns> None. </returns> </member> <member name="E:System.Web.UI.MobileControls.ObjectList.ItemCommand"> <summary> Occurs when the user selects a command that is associated with an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> item. </summary> </member> <member name="E:System.Web.UI.MobileControls.ObjectList.ItemDataBind"> <summary> Occurs when an item in an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> is bound to data. </summary> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.Items"> <summary> Gets the collection of items in an <see cref="T:System.Web.UI.MobileControls.ObjectListItemCollection" /> list. The default value is an empty collection. </summary> <returns> The collection of items in the object list. </returns> </member> <member name="E:System.Web.UI.MobileControls.ObjectList.ItemSelect"> <summary> Occurs when a user selects an item from a list view. </summary> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.LabelField"> <summary> Gets or sets a value (the name or data field) that identifies the field to use as a label for each item. The default value is empty, which causes the first field in the <see cref="P:System.Web.UI.MobileControls.ObjectList.AllFields" /> collection to be used as a label for each item. </summary> <returns> The name or data field that identifies the field to use as a label for each item. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.LabelFieldIndex"> <summary> Gets the index in the <see cref="P:System.Web.UI.MobileControls.ObjectList.AllFields" /> collection of the field that has been set by the <see cref="P:System.Web.UI.MobileControls.ObjectList.LabelField" /> property. </summary> <returns> The index within the <see cref="P:System.Web.UI.MobileControls.ObjectList.AllFields" /> collection of the field that is used as the label. The default value is zero. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.LabelStyle"> <summary> Gets or sets the style used for the header label. </summary> <returns> The style used for the header label. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.LoadPrivateViewState(System.Object)"> <summary> Loads private view state. </summary> <param name="state"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.MobileControls.ObjectList.SaveViewState" /> method. </summary> <param name="savedState"> None. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.MoreText"> <summary> Gets or sets the text string used for the More link used on HTML browsers to navigate to the details view. The default is More or the localized equivalent. </summary> <returns> The text string used for the More link used on HTML browsers to navigate to the details view. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the server control is passed up the page's UI server control hierarchy. </summary> <returns> None. </returns> <param name="sender"> None. </param> <param name="e"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> <exception cref="T:System.Exception"> the data source provided no data to bind to. </exception> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.OnItemCommand(System.Web.UI.MobileControls.ObjectListCommandEventArgs)"> <summary> Called when a list item generates an event as a result of user interaction. </summary> <param name="e"> An object (defined by <see cref="T:System.Web.UI.MobileControls.ObjectListCommandEventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.OnItemDataBind(System.Web.UI.MobileControls.ObjectListDataBindEventArgs)"> <summary> Called when a list item is data bound. </summary> <param name="e"> An object (defined by <see cref="T:System.Web.UI.MobileControls.ObjectListDataBindEventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.OnItemSelect(System.Web.UI.MobileControls.ObjectListSelectEventArgs)"> <summary> Called after the user selects an item. </summary> <param name="e"> An <see cref="T:System.Web.UI.MobileControls.ObjectListSelectEventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.OnLoadItems(System.Web.UI.MobileControls.LoadItemsEventArgs)"> <summary> Called when the control is custom paginated and needs more data. </summary> <param name="e"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.OnShowItemCommands(System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs)"> <summary> Called prior to showing the set of commands for a list item. </summary> <param name="e"> An object defined by an <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.PreShowItemCommands(System.Int32)"> <summary> Prepares the set of commands for a specified item prior to showing it, by calling any event handlers that might be set on the <see cref="E:System.Web.UI.MobileControls.ObjectList.ShowItemCommands" /> event. Called internally by ASP.NET. </summary> <param name="itemIndex"> The index reference for the item. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.RaiseDefaultItemEvent(System.Int32)"> <summary> Called to raise an event for the default command associated with the specified item. Called internally by the ASP.NET. </summary> <param name="itemIndex"> The index reference for the item. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.RaisePostBackEvent(System.String)"> <summary> Notifies the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> object of a postback event. </summary> <param name="eventArgument"> A <see cref="T:System.String" /> that represents an optional event argument to be passed to the event handler. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.SavePrivateViewState"> <summary> Saves any private view-state changes that have occurred since the page was loaded from persistence. If no changes were made, this method returns null (Nothing in Visual Basic). </summary> <returns> None. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns> None. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.SelectedIndex"> <summary> Returns the index of the selected item. The default value is -1. </summary> <returns> The index of the selected item. </returns> <exception cref="T:System.Exception"> an attempt to clear this property was made while the <see cref="P:System.Web.UI.MobileControls.ObjectList.ViewMode" /> property was not set to <see cref="F:System.Web.UI.MobileControls.ObjectListViewMode.List" />. </exception> <exception cref="T:System.ArgumentOutOfRangeException"> the value is less than zero or larger than or equal to the number of items in the list. </exception> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.Selection"> <summary> Returns the selected item, or null if there is no selection. </summary> <returns> The selected item, or null if there is no selection. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.SelectListItem(System.Int32,System.Boolean)"> <summary> Tests whether an item in an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> is selected. </summary> <returns>true if item is selected; otherwise, false. </returns> <param name="itemIndex"> Specifies the item to test. </param> <param name="selectMore"> Contains true if more than one item can be selected. Otherwise, it contains false. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.SelectMoreCommand"> <summary> Gets the text used for the command to select more items in an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> <returns> The text used for the command to select more items in an object list. </returns> </member> <member name="E:System.Web.UI.MobileControls.ObjectList.ShowItemCommands"> <summary> Occurs before the commands related to an item in an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> are shown. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> The optional event argument to be passed to the event handler. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.TableFieldIndices"> <summary> Gets an array of indices within the <see cref="P:System.Web.UI.MobileControls.ObjectList.AllFields" /> collection of the fields in the <see cref="P:System.Web.UI.MobileControls.ObjectList.TableFields" /> property. The default value is null. </summary> <returns> An array of integers representing the indices of the <see cref="P:System.Web.UI.MobileControls.ObjectList.AllFields" /> collection. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.TableFields"> <summary> Gets or sets which fields are visible when the list view is shown in table mode. The default value is an empty string (""). </summary> <returns> A semicolon-delimited list of fields to be displayed when the list view is shown in table mode. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectList.TrackViewState"> <summary> Causes tracking of view-state changes to the server control so they can be stored in the server control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.MobileControls.ObjectList.ViewMode"> <summary> Gets or sets the view mode of an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> <returns> An <see cref="T:System.Web.UI.MobileControls.ObjectListViewMode" /> value representing the view mode of the object list. </returns> <exception cref="T:System.Exception"> An attempt was made to set this property to a value other than <see cref="F:System.Web.UI.MobileControls.ObjectListViewMode.List" /> while no item was selected. </exception> </member> <member name="T:System.Web.UI.MobileControls.ObjectListCommand"> <summary> Represents a command in an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> ASP.NET mobile control. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommand.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListCommand" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommand.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListCommand" /> class. </summary> <param name="name"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListCommand.Name" /> property. </param> <param name="text"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListCommand.Text" /> property. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListCommand.Name"> <summary> Gets the name of the command. </summary> <returns> The name of the command. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListCommand.Text"> <summary> Gets or sets the text that is to appear in the command. The default is an empty string. </summary> <returns> The text that is to appear in the command. </returns> </member> <member name="T:System.Web.UI.MobileControls.ObjectListCommandCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.MobileControls.ObjectListCommand" /> objects. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.Add(System.Web.UI.MobileControls.ObjectListCommand)"> <summary> Adds a command to the collection. </summary> <param name="command"> The command to add to the end of the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.AddAt(System.Int32,System.Web.UI.MobileControls.ObjectListCommand)"> <summary> Adds a command at the location in the collection specified by the index parameter. </summary> <param name="index"> The location in the collection at which to add <paramref name="command" />. </param> <param name="command"> The <see cref="T:System.Web.UI.MobileControls.ObjectListCommand" /> to add to the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.Clear"> <summary> Clears the collection. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.IndexOf(System.String)"> <summary> Returns the index of the command whose name is the specified string. </summary> <returns> The index of the command whose name is the specified string. </returns> <param name="s"> A string to search for in the collection. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListCommandCollection.IsTrackingViewState"> <summary> Gets a value indicating whether the collection is tracking view-state changes. </summary> <returns>true if tracking view-state changes; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListCommandCollection.Item(System.Int32)"> <summary> Returns an <see cref="T:System.Web.UI.MobileControls.ObjectListCommand" /> item in the collection for the specified index. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.ObjectListCommand" /> item at the specified index. </returns> <param name="index"> The index of the item to get. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.LoadViewState(System.Object)"> <summary> Loads the previously saved view state to the control. </summary> <param name="state"> The object containing the view-state information to be loaded. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.Remove(System.String)"> <summary> Removes the command with the specified name. </summary> <param name="s"> The name of the command to remove. This method removes the first command that matches this value in the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.RemoveAt(System.Int32)"> <summary> Removes the command at the specified index. </summary> <param name="index"> The index number of the command to remove. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.SaveViewState"> <summary> Saves the changes to a server control's view state to an <see cref="T:System.Object" />. </summary> <returns> A <see cref="T:System.Object" /> that contains the view-state information. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListCommandCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> <returns>true if view state changes are being tracked; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="state"> An object representing the state to be loaded. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> Returns an object that contains the view state changes, if any, or null if there are no changes. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandCollection.TrackViewState"> <summary> Instructs the collection to track changes to its view state. </summary> </member> <member name="T:System.Web.UI.MobileControls.ObjectListCommandEventArgs"> <summary> Provides information data for the <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemCommand" /> event of an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandEventArgs.#ctor(System.Web.UI.MobileControls.ObjectListItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListCommandEventArgs" /> class. </summary> <param name="item"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListCommandEventArgs.ListItem" /> property. </param> <param name="commandSource"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListCommandEventArgs.CommandSource" /> property. </param> <param name="originalArgs"> The original arguments inherited from the <see cref="T:System.Web.UI.WebControls.CommandEventArgs" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListCommandEventArgs.#ctor(System.Web.UI.MobileControls.ObjectListItem,System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListCommandEventArgs" /> class. </summary> <param name="item"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListCommandEventArgs.ListItem" /> property. </param> <param name="commandName"> Initializes the <see cref="P:System.Web.UI.MobileControls.Command.CommandName" /> property. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListCommandEventArgs.CommandSource"> <summary> Returns the control that raised the event. </summary> <returns> The control that raised the event. </returns> </member> <member name="F:System.Web.UI.MobileControls.ObjectListCommandEventArgs.DefaultCommand"> <summary> Gets or sets the name of the default command. </summary> </member> <member name="P:System.Web.UI.MobileControls.ObjectListCommandEventArgs.ListItem"> <summary> Returns the list item that generated the event. </summary> <returns> The list item that generated the event. </returns> </member> <member name="T:System.Web.UI.MobileControls.ObjectListCommandEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemCommand" /> event of an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> <param name="sender"> The source of the event, an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </param> <param name="e"> An <see cref="T:System.Web.UI.MobileControls.ObjectListCommandEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.MobileControls.ObjectListControlBuilder"> <summary> Provides parsing support for an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> instance. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListControlBuilder.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListControlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> for the specified child control. </summary> </member> <member name="T:System.Web.UI.MobileControls.ObjectListDataBindEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemDataBind" /> event of an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListDataBindEventArgs.#ctor(System.Web.UI.MobileControls.ObjectListItem,System.Object)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListDataBindEventArgs" /> class. </summary> <param name="item"> Initializes <see cref="P:System.Web.UI.MobileControls.ObjectListDataBindEventArgs.ListItem" />. </param> <param name="dataItem"> Initializes <see cref="P:System.Web.UI.MobileControls.ObjectListDataBindEventArgs.DataItem" />. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListDataBindEventArgs.DataItem"> <summary> Gets the specified data object of the list item that is being bound. This property is available only on a request where the list item is data-bound; on subsequent postbacks, it is always null. </summary> <returns> The specified data object of the list item that is being bound. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListDataBindEventArgs.ListItem"> <summary> Gets the <see cref="P:System.Web.UI.MobileControls.ObjectListDataBindEventArgs.ListItem" /> that generated the event. </summary> <returns> The <see cref="P:System.Web.UI.MobileControls.ObjectListDataBindEventArgs.ListItem" /> that generated the event. </returns> </member> <member name="T:System.Web.UI.MobileControls.ObjectListDataBindEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemDataBind" /> event of an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> <param name="sender"> The source of the event, an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </param> <param name="e"> An <see cref="T:System.Web.UI.MobileControls.ObjectListDataBindEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.MobileControls.ObjectListField"> <summary> Represents a field of an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> ASP.NET mobile control. This class cannot be inherited. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListField.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListField" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListField.DataBindItem(System.Int32,System.Web.UI.MobileControls.ObjectListItem)"> <summary> Binds the field of the specified item to its corresponding data. Called internally by ASP.NET. </summary> <param name="fieldIndex"> Indicates which data value in the <see cref="T:System.Web.UI.MobileControls.ObjectListItem" /> to bind. </param> <param name="item"> Item in the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> containing the fields you want to bind to. </param> <exception cref="T:System.Exception"> the specified <see cref="P:System.Web.UI.MobileControls.ObjectListField.DataField" /> does not exist. </exception> </member> <member name="P:System.Web.UI.MobileControls.ObjectListField.DataField"> <summary> Gets or sets the name of the property from which to bind data. The value must be set to ensure data binding. The default value is an empty string (""). </summary> <returns> The name of the property from which to bind data. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListField.DataFormatString"> <summary> Gets or sets the formatting string to use when formatting a data-bound value. The default is an empty string (""). </summary> <returns> The formatting string to use when formatting a data-bound value. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListField.Name"> <summary> Gets or sets the name of the specified object. The default value is an empty string (""). </summary> <returns> The name of the object list field. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListField.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListField.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="state"> The object containing the view state to be loaded. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListField.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> object containing the current view state data. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectListField.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="P:System.Web.UI.MobileControls.ObjectListField.Title"> <summary> Gets or sets the title of the specified field. The default value is an empty string. </summary> <returns> The title of the object list field. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListField.Visible"> <summary> Gets or sets a value indicating whether the specified control is rendered. The default value is true. If the <see cref="P:System.Web.UI.MobileControls.ObjectListField.Visible" /> property is set to false, the control and its children are not rendered. </summary> <returns>true if the object list field should be rendered; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.ObjectListFieldCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.MobileControls.ObjectListField" /> objects. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.Add(System.Web.UI.MobileControls.ObjectListField)"> <summary> Adds a field to the end of the collection. </summary> <param name="field"> The <see cref="T:System.Web.UI.MobileControls.ObjectListField" /> to add to the end of the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.AddAt(System.Int32,System.Web.UI.MobileControls.ObjectListField)"> <summary> Adds a field at the location in the collection specified by the index parameter. </summary> <param name="index"> The location in the collection at which to add the field. </param> <param name="field"> The field to add at the specified location in the collection. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.Clear"> <summary> Clears the collection. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.GetAll"> <summary> Returns the items in the specified collection as a single array of <see cref="T:System.Web.UI.MobileControls.ObjectListItem" /> objects. </summary> <returns> The items in the specified collection as a single array of <see cref="T:System.Web.UI.MobileControls.ObjectListItem" /> objects. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.IndexOf(System.String)"> <summary> Returns the index of a field. </summary> <returns> The index of the specified field. </returns> <param name="fieldIDOrName"> A string to compare with the <see cref="P:System.Web.UI.MobileControls.ObjectListField.Title" /> or <see cref="P:System.Web.UI.MobileControls.ObjectListField.DataField" /> property. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.IndexOf(System.Web.UI.MobileControls.ObjectListField)"> <summary> Returns the index of a field. </summary> <returns> The index of the specified field. </returns> <param name="field"> A field to search for in the specified collection. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListFieldCollection.IsTrackingViewState"> <summary> Indicates whether the collection tracking its view state changes. </summary> <returns>true if tracking its view state changes; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListFieldCollection.Item(System.Int32)"> <summary> The default indexer for the <see cref="T:System.Web.UI.MobileControls.ObjectListFieldCollection" /> class, allows the lookup of arbitrary capability values by index. Any of the properties can be accessed by name. However, the returned value will always be a string (or null if not defined), rather than a type-safe value. </summary> <returns> A string representing the value of the field at the specified index. </returns> <param name="index"> The index of the item to retrieve. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.LoadViewState(System.Object)"> <summary> Loads the previously saved view state to the control. </summary> <param name="savedState"> The object containing the view-state information to be loaded. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.Remove(System.Web.UI.MobileControls.ObjectListField)"> <summary> Removes the specified field. </summary> <param name="field"> The field to remove. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.RemoveAt(System.Int32)"> <summary> Removes the item at the specified index. </summary> <param name="index"> The index number of the item to remove. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.SaveViewState"> <summary> Saves the changes to a server control's view state to a <see cref="T:System.Object" />. </summary> <returns> A <see cref="T:System.Object" /> that contains the view-state information. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.SetAll(System.Web.UI.MobileControls.ObjectListField[])"> <summary> Sets the array of <see cref="T:System.Web.UI.MobileControls.ObjectListItem" /> objects as the <see cref="T:System.Web.UI.MobileControls.ObjectListFieldCollection" />. </summary> <param name="value"> The <see cref="T:System.Web.UI.MobileControls.ObjectListItem" /> array. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListFieldCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="state"> The object containing the view state to load. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> Returns either an object containing the ViewState changes or null. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListFieldCollection.TrackViewState"> <summary> Instructs the collection to track changes to its view state. </summary> </member> <member name="T:System.Web.UI.MobileControls.ObjectListItem"> <summary> Represents an individual item within an <see cref="T:System.Web.UI.MobileControls.ObjectListItemCollection" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItem.Equals(System.Object)"> <summary> Returns a value indicating whether this instance is equal to a specified object. </summary> <returns>true if the items are equal; otherwise, false. </returns> <param name="obj"></param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItem.GetHashCode"> <summary> Serves as a hash function for a particular type and is suitable for use in hashing algorithms and data structures such as a hash table. </summary> <returns> The hash code for the current instance. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListItem.Item(System.Int32)"> <summary> Gets or sets the specified field by index or name. </summary> <returns> The value of the field with the specified <paramref name="index" />. </returns> <param name="index"> The index of the field in the object list item to get or set. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListItem.Item(System.String)"> <summary> Gets or sets the specified field by index or name. </summary> <returns> The value of the field with the specified <paramref name="key" />. </returns> <param name="key"> The name of the field in the object list item to get or set. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItem.OnBubbleEvent(System.Object,System.EventArgs)"> <summary> Determines whether the event for the server control is passed up the page's UI server control hierarchy. </summary> <returns>true if the event is passed up the control hierarchy; otherwise, false. </returns> <param name="source"> The source object of the event. </param> <param name="e"> The event arguments. </param> </member> <member name="T:System.Web.UI.MobileControls.ObjectListItemCollection"> <summary> Represents a collection of <see cref="T:System.Web.UI.MobileControls.ObjectListItem" /> objects. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.Clear"> <summary> Clears the collection. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.Contains(System.Web.UI.MobileControls.ObjectListItem)"> <summary> Returns whether or not the given item is contained in the collection. </summary> <returns>true if the given item is contained in the collection; otherwise, false. </returns> <param name="item"> The item to search for. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.GetAll"> <summary> Returns an array of all the items in the <see cref="T:System.Web.UI.MobileControls.ObjectListItem" /> collection. </summary> <returns> An array of all the items in the <see cref="T:System.Web.UI.MobileControls.ObjectListItem" /> collection. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.IndexOf(System.Web.UI.MobileControls.ObjectListItem)"> <summary> Returns the index of the specified item in an <see cref="T:System.Web.UI.MobileControls.ObjectListItemCollection" /> object. </summary> <returns> The index of the specified item in an <see cref="T:System.Web.UI.MobileControls.ObjectListItemCollection" />. </returns> <param name="item"> An item to search for in the collection. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListItemCollection.IsTrackingViewState"> <summary> Indicates whether the collection tracking its view state changes. </summary> <returns>true if tracking its view state changes; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListItemCollection.Item(System.Int32)"> <summary> Returns an <see cref="T:System.Web.UI.MobileControls.ObjectListCommand" /> item in the collection, by index. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.ObjectListCommand" /> item at the specified index. </returns> <param name="index"> The index of the object list item to get. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.LoadViewState(System.Object)"> <summary> Loads the previously saved view state to the control. </summary> <param name="state"> The object containing the view-state information to be loaded. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.SaveViewState"> <summary> Saves the changes to a server control's view state to a <see cref="T:System.Object" />. </summary> <returns> A <see cref="T:System.Object" /> that contains the view-state information. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListItemCollection.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="state"> The object containing the view state to load. </param> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> <returns> Returns either an object containing the ViewState changes or null. </returns> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListItemCollection.TrackViewState"> <summary> Instructs the collection to track changes to its view state. </summary> </member> <member name="T:System.Web.UI.MobileControls.ObjectListSelectEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemSelect" /> event of an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListSelectEventArgs.#ctor(System.Web.UI.MobileControls.ObjectListItem,System.Boolean)"> <summary> Initializes a new <see cref="T:System.Web.UI.MobileControls.ObjectListSelectEventArgs" /> object. </summary> <param name="item"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListSelectEventArgs.ListItem" /> property. </param> <param name="selectMore"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListSelectEventArgs.SelectMore" /> property. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListSelectEventArgs.ListItem"> <summary> Returns the list item that is being bound. </summary> <returns> The list item that is being bound. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListSelectEventArgs.SelectMore"> <summary> Gets a value indicating whether the event argument starts with ShowMore. </summary> <returns>true if the event argument starts with ShowMore; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListSelectEventArgs.UseDefaultHandling"> <summary> Gets a value indicating whether default handling must be used. The default is true. </summary> <returns>true if default handling must be used; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.ObjectListSelectEventHandler"> <summary> Represents the method that handles the <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemSelect" /> event of an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control. </summary> <param name="sender"> The source of the event, an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </param> <param name="e"> An <see cref="T:System.Web.UI.MobileControls.ObjectListSelectEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs"> <summary> Provides data for the <see cref="E:System.Web.UI.MobileControls.ObjectList.ShowItemCommands" /> event of an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs.#ctor(System.Web.UI.MobileControls.ObjectListItem,System.Web.UI.MobileControls.ObjectListCommandCollection)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs" /> class. </summary> <param name="item"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs.ListItem" /> property. </param> <param name="commands"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs.Commands" /> property. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs.Commands"> <summary> Gets or sets the collection of commands in the <see cref="T:System.Web.UI.MobileControls.ObjectListCommandCollection" /> objects. Initially, the collection is empty. </summary> <returns> The collection of commands in the <see cref="T:System.Web.UI.MobileControls.ObjectListCommandCollection" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs.ListItem"> <summary> Returns the list item for the specified commands that will be displayed. </summary> <returns> The list item for the specified commands that will be displayed. </returns> </member> <member name="T:System.Web.UI.MobileControls.ObjectListShowCommandsEventHandler"> <summary> Represents the method that will handle the <see cref="E:System.Web.UI.MobileControls.ObjectList.ItemCommand" /> event of an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </summary> <param name="sender"> The source of the event, an <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </param> <param name="e"> An <see cref="T:System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs" /> object that contains the event data. </param> </member> <member name="T:System.Web.UI.MobileControls.ObjectListTitleAttribute"> <summary> Provides the title of an object list in an object list field. </summary> </member> <member name="M:System.Web.UI.MobileControls.ObjectListTitleAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.ObjectListTitleAttribute" /> class. </summary> <param name="title"> Initializes the <see cref="P:System.Web.UI.MobileControls.ObjectListTitleAttribute.Title" /> property. </param> </member> <member name="P:System.Web.UI.MobileControls.ObjectListTitleAttribute.Title"> <summary> Gets or sets the title of the specified field. </summary> <returns> The title of the specified field. The default is an empty string (""). </returns> </member> <member name="T:System.Web.UI.MobileControls.ObjectListViewMode"> <summary> Specifies the display mode of the object list. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.ObjectListViewMode.List"> <summary> List view. This view displays each field of the item, including title and value. In HTML, this view is combined with the Commands view, with the commands appearing as hyperlinks below the details. </summary> </member> <member name="F:System.Web.UI.MobileControls.ObjectListViewMode.Commands"> <summary> Command's view in WML. This is the default view displayed when the page containing the object list is rendered for the first time. It consists of either the label fields of the items, or (when TableFields is not empty) a table with columns corresponding to the table fields and rows corresponding to items. When there is more information in the Details view, a hyperlink for each item displaying the Details view is rendered, by default reading More. </summary> </member> <member name="F:System.Web.UI.MobileControls.ObjectListViewMode.Details"> <summary> Details view. This view is rendered separately only for WML devices. It consists of a menu with the ObjectList's commands, along with an menu item displaying the Details view. For HTML devices, this view is combined with the Details view, with the commands appearing as hyperlinks below the details. </summary> </member> <member name="T:System.Web.UI.MobileControls.PagedControl"> <summary> Functions as a base class used by controls that support internal pagination. </summary> </member> <member name="M:System.Web.UI.MobileControls.PagedControl.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.PagedControl" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.PagedControl.FirstVisibleItemIndex"> <summary> Gets the first item visible on the current form page. </summary> <returns> The first item visible on the current form page. </returns> </member> <member name="P:System.Web.UI.MobileControls.PagedControl.InternalItemCount"> <summary> Gets the number of items in the control. </summary> <returns> The number of items in the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.PagedControl.ItemCount"> <summary> Gets or sets the count of items in the control. </summary> <returns> The count of items in the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.PagedControl.ItemsPerPage"> <summary> Gets or sets the number of items displayed per page after pagination. </summary> <returns> The number of items displayed per page after pagination. </returns> </member> <member name="P:System.Web.UI.MobileControls.PagedControl.ItemWeight"> <summary> Gets the approximate weight of a single item in the control. </summary> <returns> The approximate weight of a single item in the control. </returns> </member> <member name="E:System.Web.UI.MobileControls.PagedControl.LoadItems"> <summary> Occurs when a control is custom-paginated and needs more data. </summary> </member> <member name="M:System.Web.UI.MobileControls.PagedControl.LoadPrivateViewState(System.Object)"> <summary> Loads private view state. </summary> <param name="state"> None </param> </member> <member name="M:System.Web.UI.MobileControls.PagedControl.OnLoadItems(System.Web.UI.MobileControls.LoadItemsEventArgs)"> <summary> Called when the control is custom paginated and needs more data. </summary> <param name="e"> An object defined by an <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.PagedControl.OnPageChange(System.Int32,System.Int32)"> <summary> Paginates a control. </summary> <param name="oldPageIndex"> None </param> <param name="newPageIndex"> None </param> </member> <member name="M:System.Web.UI.MobileControls.PagedControl.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> None </param> </member> <member name="M:System.Web.UI.MobileControls.PagedControl.PaginateRecursive(System.Web.UI.MobileControls.ControlPager)"> <summary> Paginates the control and its children. Called internally by ASP.NET. </summary> <param name="pager"> None </param> </member> <member name="M:System.Web.UI.MobileControls.PagedControl.SavePrivateViewState"> <summary> Saves any private view-state changes that have occurred since the page was loaded from persistence. </summary> <returns> None. </returns> </member> <member name="P:System.Web.UI.MobileControls.PagedControl.VisibleItemCount"> <summary> Gets the number of items that are visible on the current ASP.NET mobile Web Forms page. </summary> <returns> The number of items that are visible on the current ASP.NET mobile Web Forms page. </returns> </member> <member name="P:System.Web.UI.MobileControls.PagedControl.VisibleWeight"> <summary> Gets the approximate weight of the control, in characters. </summary> <returns> None. </returns> </member> <member name="T:System.Web.UI.MobileControls.PagerStyle"> <summary> Provides style capability for the pagination UI of a page. </summary> </member> <member name="M:System.Web.UI.MobileControls.PagerStyle.#ctor"> <summary> Instantiates a new instance of the <see cref="T:System.Web.UI.MobileControls.PagerStyle" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.PagerStyle.GetNextPageText(System.Int32)"> <summary> Returns a formatted string for the user interface (UI) element used to navigate to the next page. </summary> <returns> A formatted string for the user interface (UI) element used to navigate to the next page. </returns> <param name="currentPageIndex"> The index of the current page. </param> </member> <member name="M:System.Web.UI.MobileControls.PagerStyle.GetPageLabelText(System.Int32,System.Int32)"> <summary> Returns a formatted string for the UI element used to navigate to the next page. </summary> <returns> A formatted string for the UI element used to navigate to the next page. </returns> <param name="currentPageIndex"> The current page index. </param> <param name="pageCount"> The page count. </param> </member> <member name="M:System.Web.UI.MobileControls.PagerStyle.GetPreviousPageText(System.Int32)"> <summary> Returns a formatted string for the UI element used to navigate to the previous page. </summary> <returns> A formatted string for the UI element used to navigate to the previous page. </returns> <param name="currentPageIndex"> The index of the current page. </param> </member> <member name="P:System.Web.UI.MobileControls.PagerStyle.NextPageText"> <summary> Gets or sets the label used for a UI element that is used to navigate to the next page. The default value is "Next". </summary> <returns> The label used for a UI element that is used to navigate to the next page. </returns> </member> <member name="F:System.Web.UI.MobileControls.PagerStyle.NextPageTextKey"> <summary> Represents the key for retrieving the style from the embedded stylesheet for <see cref="P:System.Web.UI.MobileControls.PagerStyle.NextPageText" />. </summary> </member> <member name="P:System.Web.UI.MobileControls.PagerStyle.PageLabel"> <summary> Gets or sets the label used for the current page. The default value is an empty string (""). </summary> <returns> The label used for the current page. </returns> </member> <member name="F:System.Web.UI.MobileControls.PagerStyle.PageLabelKey"> <summary> Represents the key for retrieving the style from the embedded stylesheet for <see cref="P:System.Web.UI.MobileControls.PagerStyle.PageLabel" />. </summary> </member> <member name="P:System.Web.UI.MobileControls.PagerStyle.PreviousPageText"> <summary> Gets or sets the label used for the UI element used to navigate to the previous page. The default value is Previous. </summary> <returns> The label used for the UI element used to navigate to the previous page. </returns> </member> <member name="F:System.Web.UI.MobileControls.PagerStyle.PreviousPageTextKey"> <summary> Represents the key for retrieving the style from the embedded stylesheet for <see cref="P:System.Web.UI.MobileControls.PagerStyle.PreviousPageText" />. </summary> </member> <member name="T:System.Web.UI.MobileControls.Panel"> <summary> Provides a container for organizing controls in a mobile Web forms page. </summary> </member> <member name="M:System.Web.UI.MobileControls.Panel.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Panel" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Panel.AddLinkedForms(System.Collections.IList)"> <summary> Adds the set of forms containing links to the specified control to the provided list. </summary> </member> <member name="P:System.Web.UI.MobileControls.Panel.BreakAfter"> <summary> Gets or sets a property that determines whether an additional trailing break is rendered after the control. This break causes subsequent content to start on the next line. The default is true. </summary> </member> <member name="P:System.Web.UI.MobileControls.Panel.Content"> <summary> Returns a panel containing device-specific content. A content template must be defined and chosen for the target device. </summary> <returns> The panel containing device-specific panel content. </returns> </member> <member name="M:System.Web.UI.MobileControls.Panel.CreateDefaultTemplatedUI(System.Boolean)"></member> <member name="M:System.Web.UI.MobileControls.Panel.OnInit(System.EventArgs)"></member> <member name="P:System.Web.UI.MobileControls.Panel.Paginate"> <summary> Gets or sets a Boolean value indicating whether or not to paginate the <see cref="T:System.Web.UI.MobileControls.Panel" /> control. </summary> <returns>true to paginate the <see cref="T:System.Web.UI.MobileControls.Panel" />; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Panel.PaginateChildren"> <summary> Gets a value indicating whether the children of the control must be paginated. Used for form pagination. </summary> </member> <member name="M:System.Web.UI.MobileControls.Panel.PaginateRecursive(System.Web.UI.MobileControls.ControlPager)"> <summary> User interface used by a form to paginate its controls. </summary> </member> <member name="T:System.Web.UI.MobileControls.PanelControlBuilder"> <summary> Provides parsing support for <see cref="T:System.Web.UI.MobileControls.Panel" /> controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.PanelControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.PanelControlBuilder" /> class. </summary> </member> <member name="T:System.Web.UI.MobileControls.PersistNameAttribute"> <summary> This attribute supports the .NET Framework infrastructure and should not be used directly by your code. </summary> </member> <member name="M:System.Web.UI.MobileControls.PersistNameAttribute.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.PersistNameAttribute" /> class and sets the <see cref="P:System.Web.UI.MobileControls.PersistNameAttribute.Name" /> property value to the provided string. </summary> <param name="name"> Contains a string specifying the value of the name attribute. </param> </member> <member name="F:System.Web.UI.MobileControls.PersistNameAttribute.Default"> <summary> Creates a new <see cref="T:System.Web.UI.MobileControls.PersistNameAttribute" /> object with no name. </summary> </member> <member name="M:System.Web.UI.MobileControls.PersistNameAttribute.Equals(System.Object)"> <summary> Performs a comparison between two objects. This property is used internally by the ASP.NET page framework. Applications should not use it explicitly. </summary> <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false. </returns> <param name="obj"> An <see cref="T:System.Object" /> to compare with this instance or null. </param> </member> <member name="M:System.Web.UI.MobileControls.PersistNameAttribute.GetHashCode"> <summary> Returns the hash code for this instance. This property is used internally by the ASP.NET page framework. Applications should not use it explicitly. </summary> <returns> A 32-bit signed integer hash code. </returns> </member> <member name="M:System.Web.UI.MobileControls.PersistNameAttribute.IsDefaultAttribute"> <summary> This property is used internally by the ASP.NET page framework. Applications should not use it explicitly. </summary> <returns>true if this instance is the default attribute for the class; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.PersistNameAttribute.Name"> <summary> This property is used internally by the ASP.NET page framework. Applications should not use it explicitly. </summary> <returns> The name being persisted. </returns> </member> <member name="T:System.Web.UI.MobileControls.PhoneCall"> <summary> Provides control capability to render a command that the user can select to dial the specified phone number. </summary> </member> <member name="M:System.Web.UI.MobileControls.PhoneCall.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.PhoneCall" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.PhoneCall.AddLinkedForms(System.Collections.IList)"> <summary> Adds, to the list provided, the set of forms that contains links to the specified control. </summary> <param name="linkedForms"> The set of forms that contain links to the specified control. </param> </member> <member name="P:System.Web.UI.MobileControls.PhoneCall.AlternateFormat"> <summary> Gets or sets a formatting string for the text value that is displayed on devices that are not able to originate telephone calls. The default value is {0} {1}, meaning that the default text will be the <see cref="P:System.Web.UI.MobileControls.TextControl.Text" /> property with the <see cref="P:System.Web.UI.MobileControls.PhoneCall.PhoneNumber" /> property concatenated to it, with a space between them. </summary> <returns> A formatting string for the text value that is displayed on devices that are not able to originate telephone calls. </returns> </member> <member name="P:System.Web.UI.MobileControls.PhoneCall.AlternateUrl"> <summary> Gets or sets the URL where the device will go to on noncalling devices. </summary> <returns> The URL where the device will go to on noncalling devices. </returns> </member> <member name="M:System.Web.UI.MobileControls.PhoneCall.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains the event data. </param> <exception cref="T:System.ArgumentException"> the <see cref="P:System.Web.UI.MobileControls.PhoneCall.PhoneNumber" /> property is empty. </exception> </member> <member name="P:System.Web.UI.MobileControls.PhoneCall.PhoneNumber"> <summary> Gets or sets a string that represents a phone number. </summary> <returns> A string that represents a phone number. </returns> <exception cref="T:System.ArgumentException"> the format of the number is invalid. </exception> </member> <member name="M:System.Web.UI.MobileControls.PhoneCall.RaisePostBackEvent(System.String)"> <summary> Notifies the <see cref="T:System.Web.UI.MobileControls.PhoneCall" /> object of a postback event. </summary> <param name="argument"> A <see cref="T:System.String" /> that represents an optional event argument to be passed to the event handler. </param> </member> <member name="P:System.Web.UI.MobileControls.PhoneCall.SoftkeyLabel"> <summary> Gets or sets the label used when a softkey is displayed. The default value is the word Call (or a localized equivalent). </summary> <returns> The label used when a softkey is displayed. </returns> </member> <member name="M:System.Web.UI.MobileControls.PhoneCall.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)" />. </summary> <param name="eventArgument"> The optional event arguments to be passed to the event handler. </param> </member> <member name="T:System.Web.UI.MobileControls.RangeValidator"> <summary> Validates that another control's value falls within an allowable range. </summary> </member> <member name="M:System.Web.UI.MobileControls.RangeValidator.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.RangeValidator" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.RangeValidator.ControlPropertiesValid"> <summary> Determines whether the properties to be validated are valid. </summary> <returns>true if the <see cref="P:System.Web.UI.MobileControls.RangeValidator.MinimumValue" /> and <see cref="P:System.Web.UI.MobileControls.RangeValidator.MaximumValue" /> properties have valid values; otherwise false. </returns> <exception cref="T:System.ArgumentException"> Either the <see cref="P:System.Web.UI.MobileControls.RangeValidator.MinimumValue" /> or <see cref="P:System.Web.UI.MobileControls.RangeValidator.MaximumValue" /> properties have invalid types, -or- the <see cref="P:System.Web.UI.MobileControls.RangeValidator.MinimumValue" /> is larger than <see cref="P:System.Web.UI.MobileControls.RangeValidator.MaximumValue" />. </exception> </member> <member name="M:System.Web.UI.MobileControls.RangeValidator.CreateWebValidator"> <summary> Web validator is for getting and setting of the common properties of a Web base validator. </summary> <returns> None </returns> </member> <member name="M:System.Web.UI.MobileControls.RangeValidator.EvaluateIsValid"> <summary> Called during the validation stage when ASP.NET processes a Web Form. </summary> <returns> None </returns> </member> <member name="P:System.Web.UI.MobileControls.RangeValidator.MaximumValue"> <summary> Gets or sets the value of the control that you are validating, which must be less than or equal to the value of this property. The default value is an empty string (""). </summary> <returns> The maximum value of the range to validate against. </returns> </member> <member name="P:System.Web.UI.MobileControls.RangeValidator.MinimumValue"> <summary> Gets or sets the value of the control that you are validating, which must be greater than or equal to the value of this property. The default value is an empty string (""). </summary> <returns> The minimum value of the range to validate against. </returns> </member> <member name="P:System.Web.UI.MobileControls.RangeValidator.Type"> <summary> Gets or sets the data type that specifies how to interpret the values being compared. </summary> <returns> The data type that specifies how to interpret the values being compared. </returns> <exception cref="T:System.ArgumentException"> The specified value is not one of the <see cref="T:System.Web.UI.WebControls.ValidationDataType" /> values. </exception> </member> <member name="T:System.Web.UI.MobileControls.RegularExpressionValidator"> <summary> Provides control capability to validate that another control's value matches a provided regular expression. </summary> </member> <member name="M:System.Web.UI.MobileControls.RegularExpressionValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.RegularExpressionValidator" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.RegularExpressionValidator.CreateWebValidator"> <summary> Creates a new <see cref="T:System.Web.UI.MobileControls.BaseValidator" /> with default properties. </summary> <returns> An aggregated Web validator. </returns> </member> <member name="M:System.Web.UI.MobileControls.RegularExpressionValidator.EvaluateIsValid"> <summary> Called during the validation stage when ASP.NET processes a Web page. </summary> <returns>true if the validator is valid, otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.RegularExpressionValidator.ValidationExpression"> <summary> Gets or sets the regular expression assigned to be the validation criteria. The default value is an empty string (""). </summary> <returns> The regular expression assigned to be the validation criteria. The <see cref="T:System.Web.UI.MobileControls.RegularExpressionValidator" /> does not perform validation on an empty string. To test for an empty string, use the <see cref="T:System.Web.UI.MobileControls.RequiredFieldValidator" /> and <see cref="T:System.Web.UI.MobileControls.RegularExpressionValidator" /> controls together. </returns> <exception cref="T:System.Web.HttpException"> The regular expression assigned was malformed. </exception> </member> <member name="T:System.Web.UI.MobileControls.RequiredFieldValidator"> <summary> Provides control capability to validate whether the value of the associated input control is different from its initial value. </summary> </member> <member name="M:System.Web.UI.MobileControls.RequiredFieldValidator.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.RequiredFieldValidator" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.RequiredFieldValidator.CreateWebValidator"> <summary> The Web validator gets and sets the common properties of Web based validator. </summary> <returns> An aggregated Web validator. </returns> </member> <member name="M:System.Web.UI.MobileControls.RequiredFieldValidator.EvaluateIsValid"> <summary> Called during the validation stage when ASP.NET processes a Web Form. </summary> <returns>true if the validator is valid, otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.RequiredFieldValidator.InitialValue"> <summary> Gets or sets the base value for the validator. The default value is null. </summary> <returns> The base value for the validator. </returns> </member> <member name="T:System.Web.UI.MobileControls.SelectionList"> <summary> Provides several different visual representations for a list of selectable items. </summary> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.SelectionList" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's <see cref="P:System.Web.UI.Control.Controls" /> collection object. </summary> <param name="obj"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.CreateItems(System.Collections.IEnumerable)"> <summary> Creates items in an items collection from the specified <paramref name="dataSource" /> parameter. </summary> <param name="dataSource"> The source from which items in the collection are created. </param> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.DataMember"> <summary> Gets or sets the data member to extract when data binding to a list data source. The default value is an empty string (""). </summary> <returns> The data member to extract when data binding to a list data source. </returns> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.DataSource"> <summary> Gets or sets the data source of the list that is being bound. The default value is null. </summary> <returns> The data source of the list that is being bound. </returns> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.DataTextField"> <summary> Specifies which property of a data-bound item to use when binding an item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. The default is null. </summary> <returns> The property of a data-bound item to use when binding an item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Text" /> property. </returns> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.DataValueField"> <summary> Specifies which property of a data-bound item to use when binding an item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Value" /> property. The default is null. </summary> <returns> The property of a data-bound item to use when binding an item's <see cref="P:System.Web.UI.MobileControls.MobileListItem.Value" /> property. </returns> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.IsMultiSelect"> <summary> Returns true if the <see cref="T:System.Web.UI.MobileControls.SelectionList" /> allows multiple selections. </summary> <returns>true if the <see cref="T:System.Web.UI.MobileControls.SelectionList" /> allows multiple selections; otherwise, false. </returns> </member> <member name="E:System.Web.UI.MobileControls.SelectionList.ItemDataBind"> <summary> Occurs when an item in the list is bound to data. </summary> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.Items"> <summary> Returns the collection of items in a <see cref="T:System.Web.UI.MobileControls.MobileListItemCollection" /> list. The default value is an empty collection. </summary> <returns> The collection of items in the selection list. </returns> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Processes the postback data for this control. </summary> <returns>true if the state of the <see cref="T:System.Web.UI.MobileControls.SelectionList" /> changes as a result of the postback; otherwise, false. </returns> <param name="postDataKey"> The key identifier for the control. </param> <param name="postCollection"> The collection of all incoming named values. </param> <exception cref="T:System.Exception"> the call to <see cref="M:System.Web.UI.MobileControls.IControlAdapter.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean@)" /> on the object referenced by <see cref="P:System.Web.UI.MobileControls.MobileControl.Adapter" /> returns false. </exception> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.MobileControls.SelectionList.SaveViewState" /> method. </summary> <param name="savedState"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.OnDataBinding(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.MobileControls.SelectionList.ItemDataBind" /> event. </summary> <param name="e"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.OnItemDataBind(System.Web.UI.MobileControls.ListDataBindEventArgs)"> <summary> Called when a list item is data bound. </summary> <param name="e"> An object (defined by <see cref="T:System.Web.UI.MobileControls.ListDataBindEventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.OnSelectedIndexChanged(System.EventArgs)"> <summary> Called when the selected index changes. The list must be in selection mode for this method to be called. </summary> <param name="e"> An object defined by an <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.RaisePostDataChangedEvent"> <summary> Notifies the <see cref="T:System.Web.UI.MobileControls.SelectionList" /> that the post data has changed. </summary> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.Rows"> <summary> Gets or sets the number of rows in the selection list. </summary> <returns> The number of rows in the selection list. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> an attempt was made to set the <see cref="T:System.Web.UI.MobileControls.SelectionList" /> value to less than zero. </exception> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns> None. </returns> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.SelectedIndex"> <summary> Returns the index of the selected item. The default value is -1. </summary> <returns> The index of the selected item. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> an attempt was made to set the <see cref="P:System.Web.UI.MobileControls.SelectionList.SelectedIndex" /> property to less than -1 or greater than or equal to the number of items. </exception> </member> <member name="E:System.Web.UI.MobileControls.SelectionList.SelectedIndexChanged"> <summary> Occurs whenever a user changes the selection of a <see cref="T:System.Web.UI.MobileControls.SelectionList" /> object. </summary> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.Selection"> <summary> Returns the selected item, or null if there is no selection. </summary> <returns> The currently selected item in the selection list. </returns> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.SelectType"> <summary> Gets or sets the type of UI used to provide a selection UI. Must be of type <see cref="T:System.Web.UI.MobileControls.ListSelectType" />. The default value is <see cref="F:System.Web.UI.MobileControls.ListSelectType.DropDown" />. </summary> <returns> Type of UI used to provide a selection UI. </returns> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" />. </summary> <returns>true if the state of the <see cref="T:System.Web.UI.MobileControls.SelectionList" /> changes as a result of the postback; otherwise, false. </returns> <param name="key"> The key identifying the relevant value in the data. </param> <param name="data"> The collection containing the post data. </param> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="P:System.Web.UI.MobileControls.SelectionList.Title"> <summary> Gets or sets the Title attribute on WML devices. The default value is an empty string. </summary> <returns> The Title attribute on WML devices. </returns> </member> <member name="M:System.Web.UI.MobileControls.SelectionList.TrackViewState"> <summary> Causes tracking of view-state changes to the server control so they can be stored in the server control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="T:System.Web.UI.MobileControls.Style"> <summary> Organizes style characteristics of an ASP.NET mobile control. </summary> </member> <member name="M:System.Web.UI.MobileControls.Style.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Style" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Style.AddParsedSubObject(System.Object)"> <summary> Sets the <see cref="P:System.Web.UI.MobileControls.Style.DeviceSpecific" /> property to the specified object. </summary> <param name="o"> The object to be set as the value of <see cref="P:System.Web.UI.MobileControls.Style.DeviceSpecific" />. </param> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.MobileControls.Style.DeviceSpecific" /> property is not null. </exception> </member> <member name="P:System.Web.UI.MobileControls.Style.Alignment"> <summary> Gets or sets the specified alignment for the style. The default value is <see cref="F:System.Web.UI.MobileControls.Alignment.NotSet" />. </summary> <returns> An enumerated value representing the specified alignment for the style. </returns> </member> <member name="F:System.Web.UI.MobileControls.Style.AlignmentKey"> <summary> Represents the key used to retrieve the <see cref="P:System.Web.UI.MobileControls.Style.Alignment" /> setting of the <see cref="T:System.Web.UI.MobileControls.Style" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.Style.ApplyTo(System.Web.UI.WebControls.WebControl)"> <summary> Applies the properties of a style to a control. </summary> <param name="control"> The control to which the style properties are applied. </param> </member> <member name="P:System.Web.UI.MobileControls.Style.BackColor"> <summary> Gets or sets the specified background color for the style. The default value is <see cref="F:System.Drawing.Color.Empty" />. </summary> <returns> The specified background color for the style. </returns> </member> <member name="F:System.Web.UI.MobileControls.Style.BackColorKey"> <summary> The key for retrieving the style from the embedded style sheet for <see cref="P:System.Web.UI.MobileControls.Style.BackColor" /> property. Used internally by ASP.NET. </summary> </member> <member name="F:System.Web.UI.MobileControls.Style.BoldKey"> <summary> The key for retrieving the style from the embedded style sheet for setting the <see cref="P:System.Web.UI.MobileControls.FontInfo.Bold" /> property of the <see cref="P:System.Web.UI.MobileControls.Style.Font" />. Used internally by ASP.NET. </summary> </member> <member name="M:System.Web.UI.MobileControls.Style.Clone"> <summary> Returns a copy of this instance of the <see cref="T:System.Web.UI.MobileControls.Style" /> object. </summary> <returns> A copy of this instance of <see cref="T:System.Web.UI.MobileControls.Style" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.Style.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="P:System.Web.UI.MobileControls.Style.DeviceSpecific"> <summary> Gets or sets the DeviceSpecific/Choice construct associated with the control. The accessor returns null if no such construct exists. </summary> <returns> The DeviceSpecific/Choice construct associated with the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.Style.Font"> <summary> Returns a <see cref="T:System.Web.UI.WebControls.FontInfo" /> object that contains font information about the control. </summary> <returns> An enumerated value specifying the font information about the control. </returns> </member> <member name="F:System.Web.UI.MobileControls.Style.FontNameKey"> <summary> The key for retrieving the style from the embedded style sheet for the <see cref="P:System.Web.UI.MobileControls.FontInfo.Name" /> property of the <see cref="P:System.Web.UI.MobileControls.Style.Font" /> property. Used internally by ASP.NET. </summary> </member> <member name="F:System.Web.UI.MobileControls.Style.FontSizeKey"> <summary> The key for retrieving the style from the embedded style sheet for the <see cref="P:System.Web.UI.MobileControls.FontInfo.Size" /> property of the <see cref="P:System.Web.UI.MobileControls.Style.Font" /> property. Used internally by ASP.NET. </summary> </member> <member name="P:System.Web.UI.MobileControls.Style.ForeColor"> <summary> Gets or sets the specified foreground color for the style. Typically, this property sets the color for the text. The default value is <see cref="F:System.Drawing.Color.Empty" />. </summary> <returns> The specified foreground color for the style. </returns> </member> <member name="F:System.Web.UI.MobileControls.Style.ForeColorKey"> <summary> The key for retrieving the style from the embedded style sheet for the <see cref="P:System.Web.UI.MobileControls.Style.ForeColor" /> property. Used internally by ASP.NET. </summary> </member> <member name="M:System.Web.UI.MobileControls.Style.GetTemplate(System.String)"> <summary> Returns the template with the specified name. </summary> <returns> The template with the specified name. </returns> <param name="templateName"> The name of the specified template. </param> </member> <member name="P:System.Web.UI.MobileControls.Style.IsTemplated"> <summary> Gets a value indicating whether a <see cref="T:System.Web.UI.MobileControls.Style" /> object has an active template set. </summary> <returns>true if the style has an active template set; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Style.IsTrackingViewState"> <summary> Gets a value indicating whether the <see cref="T:System.Web.UI.MobileControls.Style" /> object is saving changes to its view state. </summary> <returns>true if the control is tracking changes to its view state; otherwise, false. </returns> </member> <member name="F:System.Web.UI.MobileControls.Style.ItalicKey"> <summary> The key for retrieving the style from the embedded style sheet for the <see cref="P:System.Web.UI.MobileControls.FontInfo.Italic" /> property of the <see cref="P:System.Web.UI.MobileControls.Style.Font" /> property. Used internally by ASP.NET. </summary> </member> <member name="P:System.Web.UI.MobileControls.Style.Item(System.Object)"> <summary> Returns the style through the key parameter, with or without using inheritance. </summary> <returns> The style specified by the given <paramref name="key" />. </returns> <param name="key"> The key of the style to get or set. </param> </member> <member name="P:System.Web.UI.MobileControls.Style.Item(System.Object,System.Boolean)"> <summary> Returns the style, through the key parameter, with or without using inheritance. </summary> <returns> The style specified by <paramref name="key" />. </returns> <param name="key"> The key of the style to get or set. </param> <param name="inherit">true to use inheritance; otherwise, false. </param> </member> <member name="M:System.Web.UI.MobileControls.Style.LoadViewState(System.Object)"> <summary> Loads the view state into the <see cref="P:System.Web.UI.MobileControls.Style.State" /> of the <see cref="T:System.Web.UI.MobileControls.Style" /> object. </summary> <param name="state"> The object containing the view-state information. </param> </member> <member name="P:System.Web.UI.MobileControls.Style.Name"> <summary> Gets or sets the name of the specified object. The default value is an empty string (""). </summary> <returns> The name of the specified object. </returns> </member> <member name="M:System.Web.UI.MobileControls.Style.RegisterStyle(System.String,System.Type,System.Object,System.Boolean)"> <summary> Registers a style property and returns a unique key for lookup. </summary> <returns> A unique key for lookup. </returns> <param name="name"> The name of the style property. </param> <param name="type"> The type used for the property. </param> <param name="defaultValue"> The default value of the property. </param> <param name="inherit"> Indicates whether the style inherits from parent objects. The default is true. </param> </member> <member name="M:System.Web.UI.MobileControls.Style.SaveViewState"> <summary> Saves the changes to the view state to an <see cref="T:System.Object" />. </summary> <returns> The object that contains the view state. </returns> </member> <member name="P:System.Web.UI.MobileControls.Style.State"> <summary> Gets the current contents of the <see cref="T:System.Web.UI.StateBag" />. </summary> <returns> The current contents of the <see cref="T:System.Web.UI.StateBag" /> object. </returns> </member> <member name="P:System.Web.UI.MobileControls.Style.StyleReference"> <summary> Gets or sets a reference to the style properties for a <see cref="T:System.Web.UI.MobileControls.Style" />. </summary> <returns> A reference to the style properties for a <see cref="T:System.Web.UI.MobileControls.Style" /> object. </returns> </member> <member name="M:System.Web.UI.MobileControls.Style.System#Web#UI#IParserAccessor#AddParsedSubObject(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IParserAccessor.AddParsedSubObject(System.Object)" />. </summary> <param name="o"> The parsed subobject to be added. </param> </member> <member name="P:System.Web.UI.MobileControls.Style.System#Web#UI#IStateManager#IsTrackingViewState"> <summary> For a description of this member, see <see cref="P:System.Web.UI.IStateManager.IsTrackingViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.Style.System#Web#UI#IStateManager#LoadViewState(System.Object)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.LoadViewState(System.Object)" />. </summary> <param name="state"> The object representing the view state to be loaded. </param> </member> <member name="M:System.Web.UI.MobileControls.Style.System#Web#UI#IStateManager#SaveViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.SaveViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.Style.System#Web#UI#IStateManager#TrackViewState"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IStateManager.TrackViewState" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.Style.TrackViewState"> <summary> Turns on the tracking of view state in the <see cref="T:System.Web.UI.MobileControls.Style" /> object. </summary> </member> <member name="P:System.Web.UI.MobileControls.Style.Wrapping"> <summary> Gets or sets the specified wrapping mode for the style. The default value is <see cref="F:System.Web.UI.MobileControls.Wrapping.NotSet" />. </summary> <returns> An enumerated value that specifies the wrapping mode for the style. </returns> </member> <member name="F:System.Web.UI.MobileControls.Style.WrappingKey"> <summary> The key for retrieving the style from the embedded style sheet for <see cref="P:System.Web.UI.MobileControls.Style.Wrapping" />. Used internally by ASP.NET. </summary> </member> <member name="T:System.Web.UI.MobileControls.StyleSheet"> <summary> Organizes styles that will be applied to other controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.StyleSheet.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.StyleSheet" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.StyleSheet.AddParsedSubObject(System.Object)"> <summary> Notifies the server control that an element was parsed, and adds the element to the server control's <see cref="P:System.Web.UI.Control.Controls" /> property. </summary> <param name="o"> An object that represents the parsed element. </param> <exception cref="T:System.Exception"> the object to be added does not have a Name attribute. </exception> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.Alignment"> <summary> Gets or sets the specified alignment for the style. The default value is <see cref="F:System.Web.UI.MobileControls.Alignment.NotSet" />. </summary> <returns> An enumerated value specifying the alignment for the style. </returns> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.MobileControls.StyleSheet.Alignment" /> property was accessed at run time. -or- An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.BackColor"> <summary> Gets or sets the background color for the control. </summary> <returns> The specified background color for the style. </returns> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.MobileControls.StyleSheet.BackColor" /> property was accessed at run time. -or- An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.BreakAfter"> <summary> Gets or sets a property that determines whether an additional trailing break is rendered after the control. This break causes subsequent content to start on the next line. </summary> <returns>true if an additional trailing break is rendered after the control; otherwise, false. The default is true. </returns> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.MobileControls.StyleSheet.BreakAfter" /> property was accessed at run time. -or- An attempt was made to set the property. </exception> </member> <member name="M:System.Web.UI.MobileControls.StyleSheet.Clear"> <summary> Clears the collection. </summary> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.Default"> <summary> Returns the default style sheet. </summary> <returns> The default style sheet. </returns> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.EnableViewState"> <summary> Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. </summary> <returns>true if the server control maintains its view state; otherwise false. The default is true. </returns> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.Font"> <summary> Returns a <see cref="T:System.Web.UI.MobileControls.FontInfo" /> object that contains font information about the control. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.FontInfo" /> that contains the font information about the control. </returns> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.MobileControls.StyleSheet.Font" /> property was accessed at run time, </exception> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.ForeColor"> <summary> Gets or sets the specified foreground color for the style. Typically, this property sets the color for the text. The default value is <see cref="F:System.Drawing.Color.Empty" />. </summary> <returns> The foreground <see cref="T:System.Drawing.Color" /> of the control. </returns> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.MobileControls.StyleSheet.ForeColor" /> property was accessed at run time. -or- An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.Item(System.String)"> <summary> Gets or sets a <see cref="T:System.Web.UI.MobileControls.Style" /> object in the style sheet, by name. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.Style" /> object in the style sheet with the specified name. </returns> <param name="name"> The key used to identify the style. </param> </member> <member name="M:System.Web.UI.MobileControls.StyleSheet.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.MobileControls.MobileControl.SaveViewState" /> method. </summary> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.ReferencePath"> <summary> Gets or sets a reference to a user control (.ascx file). The default value is null. </summary> <returns> A reference to a user control (.ascx file). </returns> </member> <member name="M:System.Web.UI.MobileControls.StyleSheet.Remove(System.String)"> <summary> Removes the specified style from the style sheet. </summary> <param name="name"> The name of the style to remove. </param> <exception cref="T:System.ArgumentException"> The specified style does not exist. </exception> </member> <member name="M:System.Web.UI.MobileControls.StyleSheet.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.StyleReference"> <summary> Gets or sets a reference to the style properties for a control. </summary> <returns> A reference to the style properties for a control. </returns> <exception cref="T:System.Exception"> The <see cref="P:System.Web.UI.MobileControls.StyleSheet.StyleReference" /> property was accessed at run time. -or- An attempt was made to set the property. </exception> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.Styles"> <summary> Returns the collection of styles in a style sheet. </summary> <returns> The collection of styles in a style sheet. </returns> </member> <member name="M:System.Web.UI.MobileControls.StyleSheet.TrackViewState"> <summary> Causes tracking of view-state changes to the server control so they can be stored in the server control's <see cref="T:System.Web.UI.StateBag" /> object. This object is accessible through the <see cref="P:System.Web.UI.Control.ViewState" /> property. </summary> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.Visible"> <summary> Gets or sets a value indicating whether the control is displayed. </summary> <returns>true if the control is visible on the page; otherwise false. </returns> </member> <member name="P:System.Web.UI.MobileControls.StyleSheet.Wrapping"> <summary> Gets or sets the specified wrapping mode for the style. The default value is <see cref="F:System.Web.UI.MobileControls.Wrapping.NotSet" />. </summary> <returns> An enumerated value that specifies the wrapping mode for the style. Exception type Condition <see cref="T:System.Exception" /> The <see cref="P:System.Web.UI.MobileControls.StyleSheet.Wrapping" /> property was accessed at run time. -or- An attempt was made to set the property. </returns> </member> <member name="T:System.Web.UI.MobileControls.StyleSheetControlBuilder"> <summary> Provides parsing support for a <see cref="T:System.Web.UI.MobileControls.StyleSheet" /> control. </summary> </member> <member name="M:System.Web.UI.MobileControls.StyleSheetControlBuilder.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.StyleSheetControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.StyleSheetControlBuilder.GetChildControlType(System.String,System.Collections.IDictionary)"> <summary> Obtains the <see cref="T:System.Type" /> for the control's child controls. </summary> </member> <member name="T:System.Web.UI.MobileControls.TemplateContainer"> <summary> Derived from the <see cref="T:System.Web.UI.MobileControls.Panel" /> class and used by ASP.NET to contain <see cref="T:System.Web.UI.MobileControls.DeviceSpecificChoice" /> templates. </summary> </member> <member name="M:System.Web.UI.MobileControls.TemplateContainer.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.TemplateContainer" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.TemplateContainer.BreakAfter"> <summary> Gets or sets a property that determines whether an additional trailing break is rendered after the control. </summary> </member> <member name="T:System.Web.UI.MobileControls.TextBox"> <summary> Provides a text-based control that allows the user to enter text. </summary> </member> <member name="M:System.Web.UI.MobileControls.TextBox.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.WebControls.TextBox" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.TextBox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Loads postback data for the <see cref="T:System.Web.UI.MobileControls.TextBox" /> control. </summary> <returns>true if the <see cref="T:System.Web.UI.MobileControls.TextBox" /> control's state has changed as a result of the postback; otherwise, false. </returns> <param name="key"> The key of the value in the <paramref name="data" /> collection to be used for this control. </param> <param name="data"> The collection of name/value pairs posted to the server. </param> </member> <member name="P:System.Web.UI.MobileControls.TextBox.MaxLength"> <summary> Gets or sets the maximum number of characters allowed in the text box. The default value is 0, meaning that there is no limit on the length. </summary> <returns> The maximum number of characters allowed in the text box. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value is less than zero. </exception> </member> <member name="P:System.Web.UI.MobileControls.TextBox.Numeric"> <summary> Gets or sets a value indicating whether the input must be fully numeric. The default is false. </summary> <returns>true if the input must be fully numeric; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.TextBox.OnTextChanged(System.EventArgs)"> <summary> Called when the user changes the text in the text box and the changes are submitted to the server. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object that contains event data. </param> </member> <member name="P:System.Web.UI.MobileControls.TextBox.Password"> <summary> Gets or sets a value indicating whether the input must be treated as a password and the characters masked on the target device. The default value is false. </summary> <returns>true if the input must be treated as a password; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.TextBox.RaisePostDataChangedEvent"> <summary> Notifies the <see cref="T:System.Web.UI.MobileControls.TextBox" /> control that the postback data has changed. </summary> </member> <member name="P:System.Web.UI.MobileControls.TextBox.Size"> <summary> Gets or sets the expected length of the specified text box, in characters. The default value for the size of a text box is 0, which means that the browser will use its default text box length. </summary> <returns> The expected length of the specified text box, in characters. </returns> <exception cref="T:System.ArgumentOutOfRangeException"> The value is less than zero. </exception> </member> <member name="M:System.Web.UI.MobileControls.TextBox.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)" />. </summary> <returns>true if the control's state has changed as a result of the postback; otherwise, false. </returns> <param name="key"> The key of the value in the <paramref name="Data" /> collection to be used for this control. </param> <param name="data"> The collection of name/value pairs posted to the server. </param> </member> <member name="M:System.Web.UI.MobileControls.TextBox.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"> <summary> For a description of this member, see <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" />. </summary> </member> <member name="E:System.Web.UI.MobileControls.TextBox.TextChanged"> <summary> Occurs when the user changes the text of a <see cref="T:System.Web.UI.MobileControls.TextBox" />. </summary> </member> <member name="P:System.Web.UI.MobileControls.TextBox.Title"> <summary> Gets or sets the Title attribute on WML devices. The default value is an empty string. </summary> <returns> The Title attribute on WML devices. </returns> </member> <member name="T:System.Web.UI.MobileControls.TextBoxControlBuilder"> <summary> Provides parsing support for a <see cref="T:System.Web.UI.MobileControls.TextBox" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.TextBoxControlBuilder.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.TextBoxControlBuilder" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.TextBoxControlBuilder.AllowWhitespaceLiterals"> <summary> Determines whether white space literals are permitted in the content between a control's opening and closing tags. </summary> </member> <member name="T:System.Web.UI.MobileControls.TextControl"> <summary> The base <see cref="T:System.Web.UI.MobileControls.TextControl" /> class is an abstract class from which concrete text-based controls are derived. </summary> </member> <member name="M:System.Web.UI.MobileControls.TextControl.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.TextControl" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.TextControl.Text"> <summary> Sets or returns the text for the control. </summary> <returns> The text for the control. </returns> </member> <member name="T:System.Web.UI.MobileControls.TextView"> <summary> Provides a programmable control for displaying larger amounts of text, with optional markup tags on a mobile page. </summary> </member> <member name="M:System.Web.UI.MobileControls.TextView.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.TextView" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.TextView.FirstVisibleElementIndex"> <summary> Gets the index of the first <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> object on the current text view after the text is paginated. </summary> <returns> The index of the first <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> object on the current text view when the text view is paginated. If there are no <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> objects for the current <see cref="T:System.Web.UI.MobileControls.TextView" /> object, returns -1. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextView.FirstVisibleElementOffset"> <summary> Gets the character offset into the first <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> class, which is displayed when paginated. </summary> <returns> The character offset into the first <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> class, which is displayed when paginated. If there are no <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> objects for the current <see cref="T:System.Web.UI.MobileControls.TextView" /> object, this value is 0. </returns> </member> <member name="M:System.Web.UI.MobileControls.TextView.GetElement(System.Int32)"> <summary> Returns the <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> class at the given index. </summary> <returns> The <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> at the given index. </returns> <param name="index"> The index of the <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> class. </param> </member> <member name="P:System.Web.UI.MobileControls.TextView.InternalItemCount"> <summary> Returns the number of items in the control. </summary> <returns> The number of items in the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextView.ItemCount"> <summary> Returns the number of items in the control. </summary> </member> <member name="P:System.Web.UI.MobileControls.TextView.ItemsPerPage"> <summary> Sets or returns the number of items displayed per page after pagination. </summary> <returns> The number of items displayed per page after pagination. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextView.ItemWeight"> <summary> Accesses the approximate weight of a single item in the control. </summary> <returns> The approximate weight of a single item in the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextView.LastVisibleElementIndex"> <summary> Returns the index of the last <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> object on the current <see cref="T:System.Web.UI.MobileControls.TextView" /> object. </summary> <returns> The index of the last <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> on the current <see cref="T:System.Web.UI.MobileControls.TextView" />. If there are no <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> objects on the current <see cref="T:System.Web.UI.MobileControls.TextView" />, returns 0. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextView.LastVisibleElementOffset"> <summary> Returns the character offset into the last <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> object, which is displayed when paginated. </summary> <returns> The character offset into the last <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> object, which is displayed when paginated. If there are no <see cref="T:System.Web.UI.MobileControls.TextViewElement" /> objects on the current <see cref="T:System.Web.UI.MobileControls.TextView" />, returns 0. </returns> </member> <member name="E:System.Web.UI.MobileControls.TextView.LoadItems"> <summary> Occurs when a control is custom-paginated and needs more data. </summary> </member> <member name="M:System.Web.UI.MobileControls.TextView.OnRender(System.Web.UI.HtmlTextWriter)"> <summary> Raises the <see cref="M:System.Web.UI.MobileControls.MobileControl.Render(System.Web.UI.HtmlTextWriter)" /> event. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> that will render the content. </param> </member> <member name="M:System.Web.UI.MobileControls.TextView.PaginateRecursive(System.Web.UI.MobileControls.ControlPager)"> <summary> Paginates the control and its children. Called internally by ASP.NET. </summary> <param name="pager"> None </param> </member> <member name="P:System.Web.UI.MobileControls.TextView.Text"> <summary> Sets or returns the text for the control. </summary> <returns> The text for the control. </returns> </member> <member name="T:System.Web.UI.MobileControls.TextViewElement"> <summary> Provides text for a <see cref="T:System.Web.UI.MobileControls.TextView" /> object. </summary> </member> <member name="P:System.Web.UI.MobileControls.TextViewElement.BreakAfter"> <summary> Sets or returns a property that determines whether an additional trailing break is rendered after the control. This break causes subsequent content to start on the next line. The default is true. </summary> <returns>true if an additional trailing break is rendered after the control; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextViewElement.IsBold"> <summary> Returns true if the text is bold. </summary> <returns>true if text is bold; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextViewElement.IsItalic"> <summary> Returns true if the text is italic. </summary> <returns>true if text is italic; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextViewElement.Text"> <summary> Sets or returns the text for the control. </summary> <returns> The text for the control. </returns> </member> <member name="P:System.Web.UI.MobileControls.TextViewElement.Url"> <summary> Returns the URL of the text. </summary> <returns> The URL of the text. </returns> </member> <member name="T:System.Web.UI.MobileControls.ValidationSummary"> <summary> Presents a summary of all the validation errors that have occurred on a form. </summary> </member> <member name="M:System.Web.UI.MobileControls.ValidationSummary.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.ValidationSummary" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.ValidationSummary.BackLabel"> <summary> Gets or sets a string from the validation summary that links to the form that contains an error. The default value is <see cref="F:System.String.Empty" />. </summary> <returns> A string from the validation summary that links to the form that contains an error. </returns> </member> <member name="P:System.Web.UI.MobileControls.ValidationSummary.FormToValidate"> <summary> Gets or sets the identifier of the <see cref="T:System.Web.UI.MobileControls.Form" /> that you want to validate. The default value is an empty string (""). </summary> <returns> The identifier of the <see cref="T:System.Web.UI.MobileControls.Form" /> that you want to validate. </returns> </member> <member name="M:System.Web.UI.MobileControls.ValidationSummary.GetErrorMessages"> <summary> Gets an array of the error messages that the <see cref="T:System.Web.UI.MobileControls.ValidationSummary" /> page will display. </summary> <returns> An array of the error messages that the <see cref="T:System.Web.UI.MobileControls.ValidationSummary" /> page will display. </returns> <exception cref="T:System.ArgumentException"> the value of the <see cref="P:System.Web.UI.MobileControls.ValidationSummary.FormToValidate" /> property is invalid. </exception> </member> <member name="P:System.Web.UI.MobileControls.ValidationSummary.HeaderText"> <summary> Gets or sets the text that will appear in the heading section of the validation summary page. The default value is <see cref="F:System.String.Empty" />. </summary> <returns> The text that will appear in the heading section of the validation summary page. </returns> </member> <member name="M:System.Web.UI.MobileControls.ValidationSummary.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"> The <see cref="T:System.EventArgs" /> object that contains the event data. </param> </member> <member name="P:System.Web.UI.MobileControls.ValidationSummary.StyleReference"> <summary> Gets or sets a reference to the style properties for a control. </summary> <returns> A reference to the style properties for a control. </returns> </member> <member name="T:System.Web.UI.MobileControls.Wrapping"> <summary> Specifies how rendered text is wrapped. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.Wrapping.NotSet"> <summary> Default value. If the value is <see cref="F:System.Web.UI.MobileControls.Wrapping.NotSet" />, then whether a control wraps or not is inherited from the control's style, or, if the style is not defined, from the control's parent control. </summary> </member> <member name="F:System.Web.UI.MobileControls.Wrapping.Wrap"> <summary> Text is wrapped at the margins of a screen or a container. </summary> </member> <member name="F:System.Web.UI.MobileControls.Wrapping.NoWrap"> <summary> Text is not wrapped. </summary> </member> <member name="M:System.Web.UI.MobileControls.MobilePage.InitOutputCache(System.Int32,System.String,System.String,System.String,System.Web.UI.OutputCacheLocation,System.String)"> <summary> Initializes the output cache for the current page request. </summary> <param name="duration"> The amount of time that objects stored in the output cache are valid. </param> <param name="varyByContentEncoding"> A semicolon-separated list of character-sets (content encodings) that content from the output cache will vary by. </param> <param name="varyByHeader"> A semicolon-separated list of headers that content from the output cache will vary by. </param> <param name="varyByCustom"> The Vary HTTP header. </param> <param name="location"> One of the <see cref="T:System.Web.UI.OutputCacheLocation" /> values. </param> <param name="varyByParam"> A semicolon-separated list of parameters, received by a GET or POST method, that content from the output cache will vary by. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.Calendar" /> adapter class for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.HandlePostBackEvent(System.String)"> <summary> Returns true if the event was handled. </summary> <returns>true if the event was handled; otherwise, false. </returns> <param name="eventArgument"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.LoadAdapterState(System.Object)"> <summary> Loads the view state. </summary> <param name="state"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.RequiresFormTag"> <summary> Gets a value indicating whether an adapter generates markup that requires <Form> tags for form submission. </summary> <returns>true if the adapter generates markup that requires <Form> tags for form submission; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.SaveAdapterState"> <summary> Saves the adapter's view state. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlCommandAdapter"> <summary> Provides the command adapter class for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCommandAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlCommandAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlCommandAdapter.AddAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Writes additional attributes that are specific to an adapter. </summary> <param name="writer"> The text writer. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ChtmlCommandAdapter.RequiresFormTag"> <summary> Gets a value indicating whether the adapter generates markup that requires <Form> tags for form submission. </summary> <returns>true if the adapter generates markup that requires <Form> tags for form submission; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter"> <summary> Provides the form adapter class (that is, the adapter for the <see cref="T:System.Web.UI.MobileControls.Form" /> control) for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter.RenderExtraHeadElements(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders any additional content within the <head> and </ head> tags of the page. </summary> <returns>true if any extra head elements were written; otherwise, false. </returns> <param name="writer"> The specified text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter.RenderPagerTag(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Int32,System.String)"> <summary> Renders a pager tag on paginated forms. </summary> <param name="writer"> Specifies the output stream. </param> <param name="pageToNavigate"> Contains the page number of the destination page. </param> <param name="text"> Specifies the text used for the link. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter.ShouldRenderFormTag"> <summary> Indicates whether to render a form tag. </summary> <returns>true if a form tag should be rendered; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlImageAdapter"> <summary> Provides an image adapter class for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlImageAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlImageAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlImageAdapter.AddAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Writes additional attributes that are specific to an adapter. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlImageAdapter.RenderImage(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders any i-mode or J-Phone image references. </summary> <param name="writer"> The text writer. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlLinkAdapter"> <summary> Provides a link adapter class for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlLinkAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlLinkAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlLinkAdapter.AddAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Writes additional attributes that are specific to an adapter. </summary> <param name="writer"> The text writer. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlMobileTextWriter"> <summary> Provides text writer functionality for devices targeted by the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlMobileTextWriter.#ctor(System.IO.TextWriter,System.Web.Mobile.MobileCapabilities)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlMobileTextWriter" /> class for a given device, using the <paramref name="writer" /> parameter as the base writer object. </summary> <param name="writer"> The base text writer object. </param> <param name="device"> An object of the <see cref="T:System.Web.Mobile.MobileCapabilities" /> class that provides the capability information for the specific device. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter"> <summary> Provides a page adapter for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter.CreateTextWriter(System.IO.TextWriter)"> <summary> Creates and returns a text writer suitable for the given adapters. </summary> <param name="writer"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter.DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Called to determine the postback data collection. </summary> <param name="request"></param> <param name="postEventSourceID"></param> <param name="postEventArgumentID"></param> <param name="baseCollection"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter.DeviceQualifies(System.Web.HttpContext)"> <summary> Evaluates whether the device adapter set applies to the specified request. </summary> <returns>true if the device adapter set applies to the specified request; otherwise, false. </returns> <param name="context"> The current request context. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter.EventArgumentKey"> <summary> Returns the key to use to submit the event argument. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter.EventSourceKey"> <summary> Returns the key to use to submit the event source. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter.RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.String,System.String)"> <summary> Renders a reference to a postback event appropriately for the target device. </summary> <param name="writer"></param> <param name="target"></param> <param name="argument"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter.RenderPostBackHeader(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Web.UI.MobileControls.Form)"> <summary> Renders the header associated with postbacks. For browsers that support script, this includes a script block to perform postback. </summary> <param name="writer"> The text writer. </param> <param name="form"> The unique identifier for the form. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlPhoneCallAdapter"> <summary> Provides a call adapter class for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlPhoneCallAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlPhoneCallAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlPhoneCallAdapter.AddAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Writes additional attributes that are specific to an adapter. </summary> <param name="writer"> The text writer. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlSelectionListAdapter"> <summary> Provides a selection list adapter class for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlSelectionListAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlSelectionListAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlSelectionListAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ChtmlSelectionListAdapter.RequiresFormTag"> <summary> Gets a value indicating whether an adapter generates markup that requires <Form> tags for form submission. </summary> <returns>true if the adapter generates markup that requires <Form> tags for form submission; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ChtmlTextBoxAdapter"> <summary> Provides a text-box adapter class for the cHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlTextBoxAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlTextBoxAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ChtmlTextBoxAdapter.AddAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Writes additional attributes that are specific to an adapter. </summary> <param name="writer"> The text writer. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ChtmlTextBoxAdapter.RequiresFormTag"> <summary> Gets a value indicating whether an adapter generates markup that requires <Form> tags for form submission. </summary> <returns>true if the adapter generates markup that requires <Form> tags for form submission; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.ControlAdapter"> <summary> The <see cref="T:System.Web.UI.MobileControls.Adapters.ControlAdapter" /> class itself is abstract and cannot be instantiated. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.#ctor"> <summary> Creates a new instance of the class. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.BackLabel"> <summary> Returns the label identifier representing the Back label. This field is constant. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.CalculateOptimumPageWeight(System.Int32)"> <summary> Determines the optimum page weight for the device. </summary> <returns> The optimum page weight for the device. </returns> <param name="defaultPageWeight"> The page weight to use if the page weight cannot otherwise be determined. </param> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.CallLabel"> <summary> Returns the label identifier representing the Call label. This field is constant. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ControlAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.CreateTemplatedUI(System.Boolean)"> <summary> Called by a control to create a templated user interface (UI). </summary> <param name="doDataBind"> If true, the instantiated templates bind to available data (which usually happens on the first request). If false, the templates do not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks). </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ControlAdapter.Device"> <summary> Returns the device capabilities object associated with the request. </summary> <returns> The device capabilities object associated with the request. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.GetDefaultLabel(System.Int32)"> <summary> Returns the localized default string for the label control. </summary> <returns> The localized default string for the label control. </returns> <param name="labelID"> The identifier for the label. </param> <exception cref="T:System.ArgumentException"> <paramref name="labelID" /> is less than zero, or greater than or equal to the number of valid values. </exception> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.GoLabel"> <summary> Returns the label identifier representing the Go label. This field is constant. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.HandlePostBackEvent(System.String)"> <summary> Returns true if the event was handled. </summary> <returns>true if the event was handled; otherwise, false. </returns> <param name="eventArgument"> Name of the event. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ControlAdapter.ItemWeight"> <summary> Accesses the approximate weight of a single item in the control. </summary> <returns> The approximate weight of a single item in the control. </returns> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.LinkLabel"> <summary> Returns the label identifier representing the Link label. This field is constant. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.LoadAdapterState(System.Object)"> <summary> Loads the view state. </summary> <param name="state"> The current view state. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean@)"> <summary> Returns true if the adapter handles loading the post data. </summary> <returns>true if the adapter handles loading the post data; otherwise, false. </returns> <param name="key"> Identifies the control. </param> <param name="data"> Contains the collection of all incoming name values. </param> <param name="controlPrivateData"> Provides a place to send data private to the control that might be required for loading of post data. The control determines the type that is passed to the parameter. </param> <param name="dataChanged"> Returns true if the required the object in <paramref name="privateControlData" /> was changed, so the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> event can be raised. </param> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.MoreLabel"> <summary> Returns the label identifier representing the More label. This field is constant. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.NextLabel"> <summary> Returns the label identifier representing the Next label. This field is constant. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.OKLabel"> <summary> Returns the label identifier representing the OK label. This field is constant. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.OnInit(System.EventArgs)"> <summary> Called after an object, such as a form or a page, is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.OnLoad(System.EventArgs)"> <summary> Loads data that pertains to a control, a page, or a device adapter. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.OnPreRender(System.EventArgs)"> <summary> Called by the control's <see cref="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.OnPreRender(System.EventArgs)" /> method, to perform adapter-specific work prior to rendering. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.OnUnload(System.EventArgs)"> <summary> Unloads data that pertains to a control, a page, or a device adapter. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.OptionsLabel"> <summary> Returns the label identifier representing the Options label. This field is constant. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ControlAdapter.Page"> <summary> Returns the page associated with the device adapter. </summary> <returns> The page associated with the device adapter. </returns> <exception cref="T:System.Exception"> an attempt was made to set this property in the base class. You may want to override this method in a derived class. </exception> </member> <member name="F:System.Web.UI.MobileControls.Adapters.ControlAdapter.PreviousLabel"> <summary> Returns the label identifier representing the Previous label. This field is constant. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.Render(System.Web.UI.HtmlTextWriter)"> <summary> Called by the control's <see cref="M:System.Web.UI.MobileControls.MobileControl.Render(System.Web.UI.HtmlTextWriter)" /> method to perform rendering. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.RenderChildren(System.Web.UI.HtmlTextWriter)"> <summary> Renders children of the control. </summary> <param name="writer"> The specified writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.ControlAdapter.SaveAdapterState"> <summary> This method is called when the control saves its private view state. </summary> <returns>Null in all cases. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ControlAdapter.Style"> <summary> Returns the style object associated with the control to which the device adapter is attached. </summary> <returns> The style object associated with the control to which the device adapter is attached. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.ControlAdapter.VisibleWeight"> <summary> Gets or sets the approximate weight of the control, in characters. </summary> <returns> The approximate weight of the control, in characters </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlCalendarAdapter"> <summary> Provides a calendar adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlCalendarAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlCalendarAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlCalendarAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlCalendarAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlCommandAdapter"> <summary> Provides a command adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlCommandAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlCommandAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlCommandAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlCommandAdapter.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean@)"> <summary> Loads the posted content of the list control, if it is different from the last posting. </summary> <returns>true if the adapter handles loading the post data; otherwise, false. </returns> <param name="key"> Identifies the control. </param> <param name="data"> Contains the collection of all incoming name values. </param> <param name="controlPrivateData"> Provides a place to send data private to the control that might be required for loading of post data. The control determines the type that is passed to the parameter. </param> <param name="dataChanged"> Returns true if the required the object in <paramref name="privateControlData" /> was changed, so the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> event can be raised. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlCommandAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter"> <summary> Provides the control adapter base class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.AddAccesskeyAttribute(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Writes a custom attribute access key method, provided that the device supports the attribute. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.AddAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Writes additional attributes that are specific to an adapter. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.AddJPhoneMultiMediaAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Use this method to write custom attributes for J-Phone multimedia attributes. </summary> <param name="writer"> The text writer to use to write the custom attributes. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.ExitSecondaryUIMode"> <summary> Exits any secondary user interface (UI) mode for the control. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.FormAdapter"> <summary> Retrieves the form adapter for the form on which the associated control resides. </summary> <returns> The form adapter for the form on which the associated control resides. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.LoadAdapterState(System.Object)"> <summary> Loads the view state. </summary> <param name="state"> The current view state. </param> </member> <member name="F:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.NotSecondaryUI"> <summary> Returns a constant that defines a mode where no secondary user interface (UI) is displayed. This field is read-only. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.PageAdapter"> <summary> Returns the page adapter for the mobile page. </summary> <returns> The page adapter for the mobile page. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.Render(System.Web.UI.HtmlTextWriter)"> <summary> Generates the target-specific markup for the associated control. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Called by the control's <see cref="M:System.Web.UI.Control.Render(System.Web.UI.HtmlTextWriter)" /> method to perform rendering. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.RenderAsHiddenInputField(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders hidden field text for a control. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.RenderBeginLink(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.String)"> <summary> Renders the opening tag of a link. </summary> <param name="writer"> The text writer. </param> <param name="target"> The specified target (form or URL). </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.RenderEndLink(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders the end tag of a link. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.RenderPostBackEventAsAnchor(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.String,System.String)"> <summary> Renders a postback event as an anchor, with the text specified by the <paramref name="linkText" /> parameter as a label. </summary> <param name="writer"> The text writer. </param> <param name="argument"> The rendering parameter. </param> <param name="linkText"> The text specified for the label. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.RenderPostBackEventAsAttribute(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.String,System.String)"> <summary> Renders a postback event as an attribute. </summary> <param name="writer"> The text writer. </param> <param name="attributeName"> The attribute name. </param> <param name="argument"> The rendering parameter. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.RenderPostBackEventReference(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.String)"> <summary> Renders a postback event reference. </summary> <param name="writer"> The text writer. </param> <param name="argument"> The rendering parameter. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.RequiresFormTag"> <summary> Gets a value indicating whether an adapter, such as the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlCommandAdapter" /> class, generates markup that requires <Form> tags for form submission. </summary> <returns>true if the adapter generates markup that requires <Form> tags for form submission; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.SaveAdapterState"> <summary> This method is called when the control saves its private view state. </summary> <returns>Null in all cases. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.SecondaryUIMode"> <summary> Sets or returns the secondary user interface (UI) mode for the control. </summary> <returns> The secondary UI mode for the control. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter"> <summary> Provides the form adapter class (that is, the adapter for the <see cref="T:System.Web.UI.MobileControls.Form" />) for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.DisablePager"> <summary> Disables the pager user interface (UI) for the current request. Can be called by an adapter to prevent pagination UI from being generated. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter" />. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.RenderBodyTag(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Collections.IDictionary)"> <summary> Renders the <body> tag. </summary> <param name="writer"> The text writer. </param> <param name="attributes"> The specified <body> attributes. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.RenderExtraHeadElements(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders any additional content within the <head> and </ head> tags of the HTML page. </summary> <returns>true if any extra head elements were written; otherwise, false. </returns> <param name="writer"> The specified text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.RenderPager(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders the pager user interface (UI) for the form. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.RenderPagerTag(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Int32,System.String)"> <summary> Renders a pager tag on paginated forms. </summary> <param name="writer"> Specifies the output stream. </param> <param name="pageToNavigate"> Contains the page number of the destination page. </param> <param name="text"> Specifies the text used for the link. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.ShouldRenderFormTag"> <summary> Returns whether to render a form tag. </summary> <returns>true if a form tag should be rendered; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlImageAdapter"> <summary> Provides an image adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlImageAdapter.#ctor"> <summary> Creates a new instance of the class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlImageAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlImageAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control, using the provided text writer. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlImageAdapter.RenderImage(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders any i-mode or J-Phone image references. </summary> <param name="writer"> The text writer. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter"> <summary> Provides a label adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control, using the provided text writer. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter.WhiteSpace(System.String)"> <summary> Scans a string to determine whether it contains white space characters. </summary> <returns>true if string contains white space characters; otherwise, false. </returns> <param name="s"> Contains the string to be checked. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlLinkAdapter"> <summary> Provides a link adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlLinkAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlLinkAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlLinkAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlLinkAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Provides a link adapter class for the HTML adapter set. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlListAdapter"> <summary> Provides a list adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlListAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlListAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlListAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlListAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control, using the provided text writer. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlListAdapter.RenderList(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Writes a list to the specified output stream. </summary> <param name="writer"> Specifies the output stream to which the list will be written. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlLiteralTextAdapter"> <summary> Provides a literal text adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlLiteralTextAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlLiteralTextAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlLiteralTextAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlLiteralTextAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control, using the provided text writer. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter"> <summary> Provides text writer functionality for devices targeted by the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.#ctor(System.IO.TextWriter,System.Web.Mobile.MobileCapabilities)"> <summary> Creates a new instance of the specified class. </summary> <param name="writer"> The base writer object. </param> <param name="device"> An object of <see cref="T:System.Web.Mobile.MobileCapabilities" /> class that provides the capability information for the specific device. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.BeginStyleContext"> <summary> Starts a new Style block. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.EndStyleContext"> <summary> Completes a new Style block. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.EnterFormat(System.Web.UI.MobileControls.Style)"> <summary> Begins a block by using the character formatting from a specified style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.EnterLayout(System.Web.UI.MobileControls.Style)"> <summary> Begins a block by using the layout and character formatting from a given style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.EnterStyle(System.Web.UI.MobileControls.Style)"> <summary> Begins a block by using the layout and character formatting from a given style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.ExitFormat(System.Web.UI.MobileControls.Style)"> <summary> Ends a block that has been using the character formatting from a specified style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.ExitFormat(System.Web.UI.MobileControls.Style,System.Boolean)"> <summary> Ends a block that has been using the character formatting from a specified style. </summary> <param name="style"> The style reference. </param> <param name="breakAfter"> If <paramref name="breakAfter" /> is true, a break is added after the closing style element. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.ExitLayout(System.Web.UI.MobileControls.Style)"> <summary> Removes the current style, restores the previous style as the current layout style, and optionally calls the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEndTag(System.String)" /> method to close the current element. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.ExitLayout(System.Web.UI.MobileControls.Style,System.Boolean)"> <summary> Removes the current style, restores the previous style as the current layout style, and optionally calls the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEndTag(System.String)" /> method to close the current element. </summary> <param name="style"> The style reference. </param> <param name="breakAfter"> If <paramref name="breakAfter" /> is true, a break is added after the closing style element. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.ExitStyle(System.Web.UI.MobileControls.Style)"> <summary> Ends a block that has been using the layout and character formatting from a given style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.ExitStyle(System.Web.UI.MobileControls.Style,System.Boolean)"> <summary> Ends a block that has been using the layout and character formatting from a given style. </summary> <param name="style"> The style reference. </param> <param name="breakAfter"> If <paramref name="breakAfter" /> is true, a break is added after the closing style element. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.MarkStyleContext"> <summary> Marks the beginning of a style context. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RenderBodyColor"> <summary> Indicates whether the body color attribute can be sent to the output stream. </summary> <returns>true if the body color attribute can be sent to the output stream; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RenderBold"> <summary> Indicates whether the bold attribute can be sent to the output stream. </summary> <returns>true if the bold attribute can be sent to the output stream; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RenderDivAlign"> <summary> Indicates whether the alignment attribute can be sent to the output stream. </summary> <returns>true if the alignment attribute can be sent to the output stream; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RenderDivNoWrap"> <summary> Indicates whether the target device supports the NoWrap value for text wrapping. </summary> <returns>true if the target device supports the NoWrap value for text wrapping; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RenderFontColor"> <summary> Indicates whether the font color attribute can be sent to the output stream. </summary> <returns>true if the font color attribute can be sent to the output stream; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RenderFontName"> <summary> Indicates whether the font name attribute can be sent to the output stream. </summary> <returns>true if the font name attribute can be sent to the output stream; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RenderFontSize"> <summary> Indicates whether the font size attribute can be sent to the output stream. </summary> <returns>true if the font size attribute can be sent to the output stream; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RenderItalic"> <summary> Contains a Boolean value that indicates whether to send the italic attribute to the target device. </summary> <returns>true if the italic attribute can be sent to the target device; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.RequiresNoBreakInFormatting"> <summary> Gets a value indicating whether the device does not support HTML < br > elements to format line breaks. The default is false. </summary> <returns>true if the device does not support HTML < br > tags; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.UnMarkStyleContext"> <summary> Closes a style context. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.Write(System.Char)"> <summary> Writes the given character to the output stream. </summary> <param name="c"> The character to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.Write(System.String)"> <summary> Writes the text to the output stream, along with any pending tab spacing. </summary> <param name="text"> The text to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.WriteBeginTag(System.String)"> <summary> Writes any tab spacing and the opening tag of the specified markup element to the output stream. </summary> <param name="tag"> None </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.WriteBreak"> <summary> Writes a line break. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.WriteEncodedText(System.String)"> <summary> Encodes the specified text for the requesting device, and then writes it to the output stream. </summary> <param name="text"> The text to encode and write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.WriteFullBeginTag(System.String)"> <summary> Writes any tab spacing and the opening tag of the specified markup element to the output stream. </summary> <param name="tag"> None </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.WriteHiddenField(System.String,System.String)"> <summary> Writes a hidden field with the given name and value. </summary> <param name="name"> The name of the hidden field. </param> <param name="value"> The value of the hidden field. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.WriteLine(System.String)"> <summary> Writes a line terminator string to the output stream. </summary> <param name="text"> The line terminator string to write. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.WriteText(System.String,System.Boolean)"> <summary> Writes the given text, optionally with encoding. </summary> <param name="text"> The text to write. </param> <param name="encodeText"> If true, encodes the text. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.WriteUrlParameter(System.String,System.String)"> <summary> Writes an encoded URL parameter. </summary> <param name="name"> The parameter name to encode and write. </param> <param name="value"> The parameter value to encode and write. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter"> <summary> Provides an object list adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter" /> class. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.BackToList"> <summary> A value ("__back") that if present in the postback arguments, indicates that the browser should return to top of the list. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.CreateTemplatedUI(System.Boolean)"> <summary> Called by a control to create a templated UI. </summary> <param name="doDataBind"> If true, the instantiated templates bind to available data (which usually happens on the first request). If false, the templates do not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks). </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.HandlePostBackEvent(System.String)"> <summary> Returns true if the event was handled. </summary> <returns>true if the event was handled; otherwise, false. </returns> <param name="eventArgument"> Name of the event. </param> <exception cref="T:System.Exception"> The postback data is invalid. This exception can be caused by data binding the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> in the <see cref="M:System.Web.UI.MobileControls.MobileControl.OnLoad(System.EventArgs)" /> event method without first checking the <see cref="P:System.Web.UI.Page.IsPostBack" /> property. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.HasCommands"> <summary> Returns true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains a command. </summary> <returns>true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains a command; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.HasDefaultCommand"> <summary> Returns true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains a default command. </summary> <returns>true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains a default command; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.HasItemDetails"> <summary> Returns true if a Details view of an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control exists. </summary> <returns>true if a Details view of an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> exists; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.OnInit(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Init" /> event. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.OnlyHasDefaultCommand"> <summary> Returns true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains a default command and no other commands. </summary> <returns>true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains a default command and no other commands; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.OnPreRender(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control, using the provided text writer. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.RenderItemDetails(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Web.UI.MobileControls.ObjectListItem)"> <summary> Renders the details of the specified item. </summary> <param name="writer"> The text writer. </param> <param name="item"> The specified item. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.RenderItemsList(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders the menu of commands for the specified item. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.ShouldRenderAsTable"> <summary> Returns a Boolean that indicates whether the list must be rendered as a table. </summary> <returns>true if the list must be rendered as a table; otherwise, false. </returns> </member> <member name="F:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.ShowMore"> <summary> A constant ("__more"), and if present in the postback arguments, indicates that the browser should jump to the first item beyond the currently visible items. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.ShowMoreFormat"> <summary> An internal field ("__moren"), where n is a number, and if present in the postback arguments, indicates that the browser should jump to a specific item in the list. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter"> <summary> Provides a page adapter for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#ctor"> <summary> Initializes an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#ctor(System.Int32)"> <summary> Initializes an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter" /> class. </summary> <param name="defaultPageWeight"> Value to be used as the default page weight. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.CacheVaryByHeaders"> <summary> Returns a list of any additional HTTP headers by which caching is varied. </summary> <returns> A list of any additional HTTP headers by which caching is varied. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.CookielessDataDictionary"> <summary> Gets or sets persisted data between requests through the use of the URL query string. </summary> <returns> Data persisted between requests through the use of the URL query string. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.CreateTextWriter(System.IO.TextWriter)"> <summary> Creates and returns a text writer suitable for the given adapters. </summary> <returns> A text writer suitable for the given adapters. </returns> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Called to determine the postback data collection. </summary> <returns> A modified version of the <paramref name="baseCollection" /> parameter. </returns> <param name="request"> A <see cref="T:System.Web.HttpRequest" /> object that contains request information, such as HTTP headers. </param> <param name="postEventSourceID"> Source identifier for the event. </param> <param name="postEventArgumentID"> Argument identifier for the event. </param> <param name="baseCollection"> Collection of postback data from the request object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.DeviceQualifies(System.Web.HttpContext)"> <summary> Evaluates whether the device adapter set applies to the specified request. </summary> <returns>true if the device adapter set applies to the specified request; otherwise, false. </returns> <param name="context"> The current request context. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.EventArgumentKey"> <summary> Returns the key to use to submit the event argument. </summary> <returns> The key to use to submit the event argument. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.EventSourceKey"> <summary> Returns the key to use to submit the event source. </summary> <returns> The key to use to submit the event source. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.GetFormUrl(System.Web.UI.MobileControls.Form)"> <summary> Returns a URL that can be used to uniquely identify the form. This URL must only be passed as a parameter to the <see cref="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.BeginFile(System.String,System.String,System.String)" /> method of the text writer. </summary> <returns> A URL that can be used to uniquely identify the form. </returns> <param name="form"> The specified form. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.HandleError(System.Exception,System.Web.UI.HtmlTextWriter)"> <summary> Called if an unhandled exception occurs during the life cycle of the page. </summary> <returns>false in all cases. </returns> <param name="e"> System exception object. </param> <param name="writer"> The text writer </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.HandlePagePostBackEvent(System.String,System.String)"> <summary> Returns true if it handles the exception. </summary> <returns>false in all cases. </returns> <param name="eventSource"> Source identifier for the event. </param> <param name="eventArgument"> Name of the event. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.IsFormRendered(System.Web.UI.MobileControls.Form)"> <summary> Returns whether or not the specified form is to be rendered as part of the current request. </summary> <returns>true if the specified form is to be rendered as part of the current request; otherwise, false. </returns> <param name="form"> Programmatic name of the form. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.OptimumPageWeight"> <summary> Returns a page weight, based on the device's screen size, which is appropriate for the target device. Used in form pagination. </summary> <returns> The page weight, based on the device's screen size, which is appropriate for the target device. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.Page"> <summary> Gets or sets the page to which the adapter is attached. </summary> <returns> The page associated with the device adapter. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.PersistCookielessData"> <summary> Sets or returns whether items from the <see cref="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.CookielessDataDictionary" /> property are persisted in the query string. </summary> <returns>true if items from the <see cref="P:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.CookielessDataDictionary" /> property are persisted in the query string; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.RenderForm(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Web.UI.MobileControls.Form)"> <summary> Renders the given form. Called by the form adapter. </summary> <param name="writer"> The text writer. </param> <param name="form"> The form to render. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.RenderHiddenVariables(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders all hidden variables on the page as hidden input fields. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.String,System.String)"> <summary> Renders a reference to a postback event appropriately for the target device. </summary> <param name="writer"> The specified text writer. </param> <param name="target"> The target device. </param> <param name="argument"> Optional event argument to pass. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.RenderPostBackHeader(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Web.UI.MobileControls.Form)"> <summary> Renders the header associated with postbacks. For browsers that support script, this includes a script block to perform postback. </summary> <param name="writer"> The text writer. </param> <param name="form"> The unique identifier for the form. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.RenderUrlPostBackEvent(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.String,System.String)"> <summary> Renders a reference to a postback event, as a URL. </summary> <param name="writer"> The text writer </param> <param name="target"> The URL reference </param> <param name="argument"> Any hidden variables </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter"> <summary> Provides a panel adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter.OnInit(System.EventArgs)"> <summary> Called after the attached control is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlPhoneCallAdapter"> <summary> Provides a phone call adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPhoneCallAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlPhoneCallAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlPhoneCallAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlPhoneCallAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter"> <summary> Provides a selection list adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean@)"> <summary> Gets a value indicating whether the adapter associated with the associated control has handled the loading of the post data. </summary> <returns>true if the adapter handles loading the post data; otherwise, false. </returns> <param name="key"> Identifies the control. </param> <param name="data"> Contains the collection of all incoming name values. </param> <param name="controlPrivateData"> Provides a place to send data private to the control that might be required for loading of post data. The control determines the type that is passed to the parameter. </param> <param name="dataChanged"> Returns true if the required the object in <paramref name="privateControlData" /> was changed, so the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> event can be raised. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter.OnInit(System.EventArgs)"> <summary> Called after the control is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter.RenderAsHiddenInputField(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders hidden field text for a control. </summary> <param name="writer"> The text writer. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter"> <summary> Provides a text box adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter.OnInit(System.EventArgs)"> <summary> Called after the control is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter.RenderAsHiddenInputField(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Renders hidden field text for a control. </summary> <param name="writer"> The text writer. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlTextViewAdapter"> <summary> Provides a text view adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlTextViewAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlTextViewAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlTextViewAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlTextViewAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter"> <summary> Provides a validation summary adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter.OnInit(System.EventArgs)"> <summary> Called after the control is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.HtmlValidatorAdapter"> <summary> Provides a validator adapter class for the HTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlValidatorAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.HtmlValidatorAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.HtmlValidatorAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.HtmlValidatorAdapter.Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.MobileTextWriter"> <summary> Provides the base class for all TextWriter objects used for rendering ASP.NET mobile controls. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.#ctor(System.IO.TextWriter,System.Web.Mobile.MobileCapabilities)"> <summary> Creates a new instance of the specified class. </summary> <param name="writer"> The base writer object. </param> <param name="device"> An object of <see cref="T:System.Web.Mobile.MobileCapabilities" /> class that provides the capability information for the specific device. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.AddResource(System.String,System.String)"> <summary> Adds a resource reference to the given URL, with the optional MIME type for the specified content. </summary> <param name="url"> The URL to add the resource reference to. </param> <param name="contentType"> (Optional) The MIME type of the content. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.BeginFile(System.String,System.String,System.String)"> <summary> Begins a response file. </summary> <param name="url"> The unique URL for the file. </param> <param name="contentType"> The MIME type of the file. </param> <param name="charset"> The character set used for the file (usually the same as <see cref="P:System.Web.HttpResponse.Charset" />). </param> <exception cref="T:System.Exception"> this method is called more than once. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.BeginResponse"> <summary> Begins a response. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.MobileTextWriter.Device"> <summary> Retrieves the <see cref="T:System.Web.Mobile.MobileCapabilities" /> object for the current requesting device. </summary> <returns> The <see cref="T:System.Web.Mobile.MobileCapabilities" /> object for the current requesting device. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.EndFile"> <summary> Ends a response file. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.EndResponse"> <summary> Ends a response. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.EnterFormat(System.Web.UI.MobileControls.Style)"> <summary> Begins a block by using the character formatting from a specified style. </summary> <param name="style"> The specified style to use for formatting characters </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.EnterLayout(System.Web.UI.MobileControls.Style)"> <summary> Begins a block by using the formatting from a given style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.EnterStyle(System.Web.UI.MobileControls.Style)"> <summary> Begins a block by using the layout and character formatting from a given style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.ExitFormat(System.Web.UI.MobileControls.Style)"> <summary> Ends a block that has been using the character formatting from a specified style. </summary> <param name="style"> The specified style to use for formatting characters. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.ExitFormat(System.Web.UI.MobileControls.Style,System.Boolean)"> <summary> Ends a block that has been using the character formatting from a specified style. </summary> <param name="style"> The specified style to use for formatting characters. </param> <param name="breakAfter"> If <paramref name="breakAfter" /> is true, a break is added after the closing style element. The first form of the method assumes <paramref name="breakAfter" /> to be true. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.ExitLayout(System.Web.UI.MobileControls.Style)"> <summary> Ends a block by using the formatting from a given style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.ExitLayout(System.Web.UI.MobileControls.Style,System.Boolean)"> <summary> Ends a block by using the formatting from a given style. </summary> <param name="style"> The style reference. </param> <param name="breakAfter"> If <paramref name="breakAfter" /> is true, a break is added after the closing style element. The first form of the method assumes <paramref name="breakAfter" /> to be true. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.ExitStyle(System.Web.UI.MobileControls.Style)"> <summary> Ends a block that has been using the layout and character formatting from a given style. </summary> <param name="style"> The style reference. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.MobileTextWriter.SupportsMultiPart"> <summary> Gets a value indicating whether multipart writing is supported. Default is false. </summary> <returns>true if multipart writing is supported; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.MultiPartWriter"> <summary> Provides the base class for the <see cref="T:System.Web.UI.MobileControls.Adapters.MobileTextWriter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.#ctor(System.IO.TextWriter)"> <summary> Initializes an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.MultiPartWriter" /> class. </summary> <param name="writer"> The base <see cref="T:System.IO.TextWriter" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.AddResource(System.String)"> <summary> Adds a resource reference to the given URL, with the optional MIME type for the specified content. </summary> <param name="url"> The URL to add the resource reference to. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.AddResource(System.String,System.String)"> <summary> Adds a resource reference to the given URL, with the optional MIME type for the specified content. </summary> <param name="url"> The URL to add the resource reference to. </param> <param name="contentType"> (Optional) The MIME type of the content. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.BeginFile(System.String,System.String,System.String)"> <summary> This method begins a response file. </summary> <param name="url"> The unique URL for the file. </param> <param name="contentType"> The MIME type of the file. </param> <param name="charset"> The character set used for the file (usually, the same as <see cref="P:System.Web.HttpResponse.Charset" />). </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.BeginResponse"> <summary> Begins a response. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.EndFile"> <summary> Ends a response file. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.EndResponse"> <summary> Ends a response. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MultiPartWriter.NewUrl(System.String)"> <summary> Generates a unique URL. </summary> <returns> A unique URL based on a globally unique ID (GUID). </returns> <param name="filetype"> Contains the file name extension for the new URL. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.MultiPartWriter.SupportsMultiPart"> <summary> Gets a value indicating whether multipart writing is supported. Default is false. </summary> <returns>true if multipart writing is supported; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.SR"> <summary> Represents an auto-generated resource class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.SR" /> class. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.CalendarAdapterFirstPrompt"> <summary> A string that provides the text for the first prompt. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.CalendarAdapterOptionChooseDate"> <summary> A string that provides the text that prompts the user to select a date. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.CalendarAdapterOptionChooseMonth"> <summary> A string that provides the text that prompts the user to select a month. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.CalendarAdapterOptionChooseWeek"> <summary> A string that provides the text that prompts the user to select a week. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.CalendarAdapterOptionEra"> <summary> A string that provides the text that prompts the user to select an era. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.CalendarAdapterOptionPrompt"> <summary> A string that provides the text that prompts the user to select an option. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.CalendarAdapterOptionType"> <summary> A string that provides the text that prompts the user to enter a date. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.CalendarAdapterTextBoxErrorMessage"> <summary> A string to use as an error message if the date entered was incorrect. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.ChtmlImageAdapterDecimalCodeExpectedAfterGroupChar"> <summary> A string to use as an error message if the expected decimal code is not present. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.ChtmlPageAdapterRedirectLinkLabel"> <summary> A string that provides the text for the redirect link label. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.ChtmlPageAdapterRedirectPageContent"> <summary> A string containing the message to display preceding a link that redirects the browser to another page. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.ControlAdapterBasePagePropertyShouldNotBeSet"> <summary> A string to use as an error message if an attempt is made to set the <see cref="P:System.Web.UI.MobileControls.Adapters.ControlAdapter.Page" /> property of a <see cref="T:System.Web.UI.MobileControls.Adapters.ControlAdapter" /> object. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.FormAdapterMultiControlsAttemptSecondaryUI"> <summary> A string to use as an error message if multiple controls are set to appear across a <see cref="T:System.Web.UI.MobileControls.MobilePage" /> object's secondary pages. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetBoolean(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the specified culture. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetBoolean(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetByte(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the specified culture. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetByte(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> object to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetChar(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the specified culture. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetChar(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetDouble(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the specified culture. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetDouble(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetFloat(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the information specified by the <paramref name="culture" /> parameter. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetFloat(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetInt(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the information specified by the <paramref name="culture" /> parameter. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> object referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetInt(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetLong(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the information specified by the <paramref name="culture" /> parameter. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> object referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetLong(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetObject(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the information specified by the <paramref name="culture" /> parameter. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> object referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> object that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> object to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetObject(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetShort(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the information specified by the <paramref name="culture" /> parameter. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> object referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetShort(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetString(System.Globalization.CultureInfo,System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the information specified by the <paramref name="culture" /> parameter. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> object referred to by the <paramref name="culture" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetString(System.Globalization.CultureInfo,System.String,System.Object[])"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the specified culture and the specified argument array. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the culture information contained in the <see cref="T:System.Globalization.CultureInfo" /> object referred to by the <paramref name="culture" /> parameter and the arguments referred to by the <paramref name="args" /> parameter. </returns> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo" /> that contains the relevant cultural information used to format the return value. </param> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> <param name="args"> An array of arguments to be used in formatting the return value. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetString(System.String)"> <summary> Returns the name of the specified <see cref="T:System.String" />. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.SR.GetString(System.String,System.Object[])"> <summary> Returns the name of the specified <see cref="T:System.String" />, formatted with respect to the arguments. </summary> <returns> The value of the <see cref="T:System.String" /> referred to by the <paramref name="name" /> parameter, formatted with respect to the arguments listed in the <paramref name="args" /> parameter. </returns> <param name="name"> The name of the <see cref="T:System.String" /> to be returned. </param> <param name="args"> An array of arguments to be used in formatting the return value. </param> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.MobileTextWriterNotMultiPart"> <summary> A string to use as an error message if an attempt to write a multipart document is made. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.ObjectListAdapter_InvalidPostedData"> <summary> A string to use as an error message if invalid data was posted for the current <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control's <see cref="P:System.Web.UI.MobileControls.ObjectList.ViewMode" /> property. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.WmlMobileTextWriterBackLabel"> <summary> A string that provides the text for the Back label. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.WmlMobileTextWriterGoLabel"> <summary> A string that provides the text for the Go label. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.WmlMobileTextWriterOKLabel"> <summary> A string that provides the text for the OK label. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.WmlObjectListAdapterDetails"> <summary> A string that provides a title for details. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.WmlPageAdapterMethod"> <summary> A string that provides a title for methods. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.WmlPageAdapterPartialStackTrace"> <summary> A string that provides a title for the partial stack trace. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.WmlPageAdapterServerError"> <summary> A string that provides a common phrase for announcing errors. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.WmlPageAdapterStackTrace"> <summary> A string that contains the title of the stack trace. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.XhtmlCssHandler_IdNotPresent"> <summary> A string to use as an error message if there is no style sheet ID present in the query string. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.XhtmlCssHandler_StylesheetNotFound"> <summary> A string to use as an error message if a style sheet was not found. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.XhtmlMobileTextWriter_CacheKeyNotSet"> <summary> A string to use to advise calling the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SetCacheKey(System.Web.Caching.Cache)" /> method before getting the <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.CacheKey" /> property. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.XhtmlMobileTextWriter_SessionKeyNotSet"> <summary> A string to use to advise calling the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SetSessionKey(System.Web.SessionState.HttpSessionState)" /> method before getting the <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SessionKey" /> property. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.SR.XhtmlObjectListAdapter_InvalidPostedData"> <summary> A string to use as an error message if invalid data was posted for the current <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control's <see cref="P:System.Web.UI.MobileControls.ObjectList.ViewMode" /> property. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter"> <summary> Provides the mobile text writer adapter class for the WML device adapter set specifically designed for Openwave's UP browser. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.#ctor(System.IO.TextWriter,System.Web.Mobile.MobileCapabilities,System.Web.UI.MobileControls.MobilePage)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter" /> class. </summary> <param name="writer"> The base writer object. </param> <param name="device"> An object of the <see cref="T:System.Web.Mobile.MobileCapabilities" /> class that provides the capability information for the specific device. </param> <param name="page"> A reference to the <see cref="T:System.Web.UI.MobileControls.MobilePage" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.AnalyzePostBack(System.Boolean,System.Web.UI.MobileControls.Adapters.WmlPostFieldType)"> <summary> Analyzes a single postback. Called internally by the writer and inherited classes. </summary> <param name="includeVariables">true to include in the post fields the information for all <see cref="T:System.Web.UI.IPostBackDataHandler" /> interfaces in the form; false to include no <see cref="T:System.Web.UI.IPostBackDataHandler" /> information. </param> <param name="postBackType"> The <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType" />. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.BeginCustomMarkup"> <summary> Begins a custom markup section. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.BeginForm(System.Web.UI.MobileControls.Form)"> <summary> Begins the given form. </summary> <param name="form"> The form to begin. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.CalculateFormPostBackUrl(System.Boolean,System.Boolean@)"> <summary> Returns the calculated URL required to post the form to the server. </summary> <returns> The calculated URL required to post the form to the server. </returns> <param name="externalSubmit">true to indicate that the current form submits to an external URL; otherwise, false. </param> <param name="encode">true to encode the URL string; otherwise, false. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.CalculateFormQueryString"> <summary> Returns the query string to add to the URL to post the form to the server. </summary> <returns> The query string. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.EndForm"> <summary> Ends the current form. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.OpenParagraph(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout,System.Boolean,System.Boolean)"> <summary> Opens a paragraph with the given layout. </summary> <param name="layout"> An enumerated value representing the layout to use when opening a paragraph. </param> <param name="writeAlignment"> Whether to open paragraph alignment formatting. </param> <param name="writeWrapping"> Whether to open paragraph wrapping formatting. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.PostAnalyzeForm"> <summary> Analyzes a form after it is completed during the analyze phase. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderBeginHyperlink(System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"> <summary> Begins rendering a hyperlink element. </summary> <param name="targetUrl"> The URL target. </param> <param name="encodeUrl"> Set to true if the URL is encoded. </param> <param name="softkeyLabel"> The softkey text to use for the link if the <paramref name="mapToSoftkey" /> parameter is set to true. </param> <param name="implicitSoftkeyLabel"> Set to true if the softkey label comes from the adapter itself (the default label, or something else that is adapter-specified, such as "Call" for a <see cref="T:System.Web.UI.MobileControls.PhoneCall" /> control), rather than being a softkey label explicitly specified by the application author. </param> <param name="mapToSoftkey"> Set to true if mapping to a softkey on the device. </param> <exception cref="T:System.Exception"> the writer has already begun to write a hyperlink, -or- the response is a postback. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderBeginPostBack(System.String,System.Boolean,System.Boolean)"> <summary> Begins the rendering of a postback. </summary> <param name="softkeyLabel"> The softkey text to use for the link if the <paramref name="mapToSoftkey" /> parameter is set to true. </param> <param name="implicitSoftkeyLabel"> Set to true if the softkey label comes from the adapter itself (the default label, or something else that is adapter-specified, such as "Call" for a <see cref="T:System.Web.UI.MobileControls.PhoneCall" /> control), rather than being a softkey label explicitly specified by the application author. </param> <param name="mapToSoftkey"> Set to true if mapping to a softkey on the device. </param> <exception cref="T:System.Exception"> the writer has begun to write a hyperlink, -or- the response is a postback. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderBeginSelect(System.String,System.String,System.String,System.String,System.Boolean)"> <summary> Begins the rendering of a selection list. </summary> <param name="name"> The name of the control. </param> <param name="iname"> The name that the browser must use to submit the selected index back to the server. </param> <param name="ivalue"> The initial value. </param> <param name="title"> The Title attribute on WML devices. </param> <param name="multiSelect"> Whether to allow multiple selections. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderEndForm"> <summary> Completes the rendering of a form. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderEndHyperlink(System.Boolean)"> <summary> Renders a closing hyperlink tag to the response stream. </summary> <param name="breakAfter"> Contains true if a line break should follow the control. Contains false otherwise. </param> <exception cref="T:System.Exception"> the writer is not writing a hyperlink. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderEndPostBack(System.String,System.String,System.Web.UI.MobileControls.Adapters.WmlPostFieldType,System.Boolean,System.Boolean)"> <summary> Completes the rendering of a postback. </summary> <param name="target"> Contains the target URL of the postback. </param> <param name="argument"> Contains the argument associated with the target URL. </param> <param name="postBackType"> Specifies the type of postback. Must be a value from the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType" /> enumeration. </param> <param name="includeVariables"> Contains a Boolean value indicating whether postback variables should be calculated. </param> <param name="breakAfter"> Contains true if a line break should follow the control. Contains false otherwise. </param> <exception cref="T:System.Exception"> the writer has not begun writing a postback. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderEndSelect(System.Boolean)"> <summary> Completes the rendering of a a selection list. </summary> <param name="breakAfter"> Indicates whether a break must follow the selection list. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderImage(System.String,System.String,System.String,System.Boolean)"> <summary> Renders any i-mode or J-Phone image references. </summary> <param name="source"> Specifies the image URL. </param> <param name="localSource"> Specifies an optional local image name. </param> <param name="alternateText"> Specifies text to display if the image cannot be displayed. </param> <param name="breakAfter"> Set to true if a break is required after the image. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderSelectOption(System.String)"> <summary> Renders a single option within a selection list using the provided text. </summary> <param name="text"> The option text. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderSelectOption(System.String,System.String)"> <summary> Renders a single option within a selection list using the provided text and value. </summary> <param name="text"> The option text. </param> <param name="value"> (Optional.) The option value. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderText(System.String,System.Boolean,System.Boolean)"> <summary> Renders a text element using the provided values. </summary> <param name="text"> The text string to be rendered. </param> <param name="breakAfter"> Specifies whether a break must follow the element. </param> <param name="encodeText"> Specifies whether the text must be encoded. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.RenderTextBox(System.String,System.String,System.String,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean,System.Boolean)"> <summary> Renders a text box element. </summary> <param name="id"> Identifies the control. </param> <param name="value"> Specifies the initial value of the text box. </param> <param name="format"> Specifies an optional WML format string. </param> <param name="title"> Contains the title of the text box. </param> <param name="password"> Specifies the password. </param> <param name="size"> Sets the size of the string. </param> <param name="maxLength"> Specifies the maximum length of the string. </param> <param name="generateRandomID"> Determines whether the identifier for the control (ID) is encrypted. </param> <param name="breakAfter"> Set to true if a break is required after the control is rendered. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.UpWmlPageAdapter"> <summary> Provides the page adapter class for the WML device adapter set specifically designed for Openwave's UP browser. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlPageAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.UpWmlPageAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlPageAdapter.CreateTextWriter(System.IO.TextWriter)"> <summary> Creates and returns a <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter" /> object. </summary> <returns> A text writer suitable for the given adapters. </returns> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.UpWmlPageAdapter.DeviceQualifies(System.Web.HttpContext)"> <summary> Evaluates whether the device adapter set applies to the specified request. </summary> <returns>true if the device adapter set applies to the specified request; otherwise, false. </returns> <param name="context"> The current request context. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter"> <summary> Provides a calendar adapter class for the WML device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.HandlePostBackEvent(System.String)"> <summary> Returns true if the event was handled. </summary> <returns>true if the event was handled; otherwise, false. </returns> <param name="eventArgument"> Name of the event. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.LoadAdapterState(System.Object)"> <summary> Loads the view state. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.OnInit(System.EventArgs)"> <summary> Called after an object, such as a form or a page, is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.OnLoad(System.EventArgs)"> <summary> Loads data that pertains to a control, a page, or a device adapter. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.OnPreRender(System.EventArgs)"> <summary> Called after the <see cref="M:System.Web.UI.MobileControls.MobileControl.OnPreRender(System.EventArgs)" /> method, to perform adapter-specific work prior to rendering. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the associated control. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.SaveAdapterState"> <summary> Called when the control saves its private view state. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlCommandAdapter"> <summary> Provides a command adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCommandAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlCommandAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlCommandAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlCommandAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlControlAdapter"> <summary> Provides the control adapter base class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlControlAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.DeterminePostBack(System.String)"> <summary> Determines whether the given target requires a postback and returns the required postback argument. Returns null if the target is an external link. </summary> <returns> The required postback argument for the specified target. If no postback argument is required, this method returns null. </returns> <param name="target"> The target. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.ExitSecondaryUIMode"> <summary> Exits any secondary user interface (UI) mode for the control. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.FormAdapter"> <summary> Retrieves the form adapter for the form on which the associated control resides. </summary> <returns> The form adapter for the form on which the associated control resides. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.GetPostBackValue"> <summary> Returns the postback value (or empty string) of the selected item in the selection list, when the parent form's action attribute is set and view state is disabled for the control. </summary> <returns> The postback value (or empty string) of the selected item in the selection list. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.LoadAdapterState(System.Object)"> <summary> Loads the view state. </summary> <param name="state"> The current view state. </param> </member> <member name="F:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.NotSecondaryUI"> <summary> Returns a constant that defines a mode where no secondary user interface (UI) is displayed. This field is read-only. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.PageAdapter"> <summary> Returns the page adapter for the mobile page. </summary> <returns> The page adapter for the mobile page. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.Render(System.Web.UI.HtmlTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached, using the provided writer. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached, using the provided writer. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.RenderBeginLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean)"> <summary> Renders the opening tag of a link. </summary> <param name="writer"> The text writer. </param> <param name="targetUrl"> The specified target (form or URL). </param> <param name="softkeyLabel"> Text used for the softkey. </param> <param name="implicitSoftkeyLabel"> Set to true if the softkey label comes from the adapter itself (the default label, or something else that is adapter specified, such as "Call" for a <see cref="T:System.Web.UI.MobileControls.PhoneCall" />, rather than a softkey label explicitly specified by the application author. </param> <param name="mapToSoftkey"> Determines whether a softkey label is used for the link. If true, the <paramref name="softkeyLabel" /> text is used. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.RenderEndLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.Boolean)"> <summary> Renders the end tag of a link. </summary> <param name="writer"> The text writer. </param> <param name="targetUrl"> Specified target URL. </param> <param name="breakAfter"> Set to true if a break is required after the link. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.RenderLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)"> <summary> Renders an entire link, with the specified text inside. </summary> <param name="writer"> The specified text writer. </param> <param name="targetUrl"> The URL target. </param> <param name="softkeyLabel"> The softkey text to use for the link. </param> <param name="implicitSoftkeyLabel"> Set to true if mapping to a softkey on the device. </param> <param name="mapToSoftkey"> Set to true if the softkey label comes from the device adapter itself (the default label, or something else that is adapter specified, such as "Call" for a PhoneCall control), rather than a softkey label explicitly specified by the application author. </param> <param name="text"> The text defining the link. </param> <param name="breakAfter"> Set to true if the <paramref name="BreakAfter" /> property is required to be set. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.String,System.Boolean)"> <summary> Renders a postback event with the control as a target. </summary> <param name="writer"> The specified text writer. </param> <param name="argument"> The argument for the action. The argument is included in the postback generated when the user selects the action. </param> <param name="softkeyLabel"> The softkey text. </param> <param name="mapToSoftkey"> Set to true if mapping to a softkey on the device. </param> <param name="text"> Text defining the link. </param> <param name="breakAfter"> Set to true if a break element is added after the text field. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Web.UI.MobileControls.Adapters.WmlPostFieldType)"> <summary> Renders a postback event with the control as a target. </summary> <param name="writer"> The specified text writer. </param> <param name="argument"> The argument for the action. The argument is included in the postback generated when the user selects the action. </param> <param name="softkeyLabel"> The softkey text. </param> <param name="mapToSoftkey"> Set to true if mapping to a softkey on the device. </param> <param name="text"> Text defining the link. </param> <param name="breakAfter"> Set to true if a break element is added after the text field. </param> <param name="postBackType"> Specifies how the postfield is written. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.RenderSubmitEvent(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean)"> <summary> Renders a form submission event appropriate for the device. </summary> <param name="writer"> Specifies the output stream. </param> <param name="softkeyLabel"> Contains the text label for the softkey. </param> <param name="text"> Text defining the link. </param> <param name="breakAfter"> Contains true if a break element is to be added after the control. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.SaveAdapterState"> <summary> This method is called when the control saves its private view state. </summary> <returns>Null in all cases. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.SecondaryUIMode"> <summary> Sets or returns the secondary user interface (UI) mode for the control. </summary> <returns> The secondary UI mode for the control. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlFormAdapter"> <summary> Provides the <see cref="T:System.Web.UI.MobileControls.Form" /> adapter for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlFormAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlFormAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlFormAdapter.CalculatePostBackVariables"> <summary> Returns a collection of postback values. </summary> <returns> A collection of postback values. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlFormAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlFormAdapter.HandlePostBackEvent(System.String)"> <summary> Returns true if the event was handled. </summary> <returns>true if the event was handled; otherwise, false. </returns> <param name="eventArgument"> Name of the event. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlFormAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlFormAdapter.RenderCardTag(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.Collections.IDictionary)"> <summary> Renders the < card > tag. </summary> <param name="writer"> The text writer. </param> <param name="attributes"> The specified < card > attributes. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlFormAdapter.RenderExtraCardElements(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Renders any additional markup immediately following the < card > tag in the WML deck. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlFormAdapter.RenderPager(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Renders the pager user interface for the form. </summary> <param name="writer"> The text writer </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlImageAdapter"> <summary> Provides an image adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlImageAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlImageAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlImageAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlImageAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlLabelAdapter"> <summary> Provides a label adapter class for the WML device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlLabelAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlLabelAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlLabelAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlLabelAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlLinkAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.Link" /> adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlLinkAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlLinkAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlLinkAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlLinkAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlListAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.List" /> adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlListAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlListAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlListAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlListAdapter.OnInit(System.EventArgs)"> <summary> Called after the associated control is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlListAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlLiteralTextAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.LiteralText" /> adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlLiteralTextAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlLiteralTextAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlLiteralTextAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlLiteralTextAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter"> <summary> Provides a mobile text writer adapter class for the WML device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#ctor(System.IO.TextWriter,System.Web.Mobile.MobileCapabilities,System.Web.UI.MobileControls.MobilePage)"> <summary> Creates a new instance of the specified class. </summary> <param name="writer"> The base writer object. </param> <param name="device"> An object of the <see cref="T:System.Web.Mobile.MobileCapabilities" /> class that provides the capability information for the specific device. </param> <param name="page"> The mobile page to write to. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.AddFormVariable(System.String,System.String,System.Boolean)"> <summary> Adds a variable to be initialized when the browser renders the form. </summary> <param name="clientID"> The identifier for the control containing the variable to initialize. </param> <param name="value"> The value to which the variable is initialized when the browser renders the form. </param> <param name="generateRandomID">true to encrypt the identifier for the control; otherwise, false. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.AnalyzeMode"> <summary> Sets or returns whether the writer is in analyze mode. </summary> <returns>true if the writer is in analyze mode; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.AnalyzePostBack(System.Boolean,System.Web.UI.MobileControls.Adapters.WmlPostFieldType)"> <summary> Analyzes a single postback. Called internally by the writer and inherited classes. </summary> <param name="includeVariables">true to include in the post fields the information for all <see cref="T:System.Web.UI.IPostBackDataHandler" /> interfaces in the form; false to include no <see cref="T:System.Web.UI.IPostBackDataHandler" /> information. </param> <param name="postBackType"> The <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType" />. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.BeginCustomMarkup"> <summary> Begins a custom markup section. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.BeginForm(System.Web.UI.MobileControls.Form)"> <summary> Begins the given form. </summary> <param name="form"> The form to begin. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.CalculateFormPostBackUrl(System.Boolean,System.Boolean@)"> <summary> Returns the calculated URL required to post the form to the server. </summary> <returns> The calculated URL required to post the form to the server. </returns> <param name="externalSubmit">true to indicate that the current form submits to an external URL; otherwise, false. </param> <param name="encode">true to encode the URL string; otherwise, false. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.CalculateFormQueryString"> <summary> Returns the query string to add to the URL to post the form to the server. </summary> <returns> The query string. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.CloseCharacterFormat"> <summary> Closes any currently open character formatting tags. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.CloseParagraph"> <summary> Closes an open paragraph. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.CurrentForm"> <summary> Returns the form currently being rendered. </summary> <returns> The form currently being rendered. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.DefaultFormat"> <summary> Returns the default character formatting used by the device. </summary> <returns> The default character formatting used by the device. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.DefaultLayout"> <summary> Returns the default layout used by the device. </summary> <returns> The default layout used by the device. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.EndCustomMarkup"> <summary> Ends a custom markup section. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.EndForm"> <summary> Ends the current form. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.EnsureFormat"> <summary> Ensures that character formatting tags corresponding to the current format have been written. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.EnsureLayout"> <summary> Ensures that a < p > tag corresponding to the current layout has been written. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.EnterFormat(System.Web.UI.MobileControls.Style)"> <summary> Begins a block by using the character formatting from a specified style. </summary> <param name="style"> The specified style to use for formatting characters </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.EnterLayout(System.Web.UI.MobileControls.Style)"> <summary> Begins a block by using the formatting from a given style. </summary> <param name="style"> The style reference. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.ExitFormat(System.Web.UI.MobileControls.Style)"> <summary> Ends a block that has been using the character formatting from a specified style. </summary> <param name="style"> The specified style to use for formatting characters. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.ExitLayout(System.Web.UI.MobileControls.Style,System.Boolean)"> <summary> Ends a block by using the formatting from a given style. </summary> <param name="style"> The style reference. </param> <param name="breakAfter"> If <paramref name="breakAfter" /> is true, a break is added after the closing style element. The first form of the method assumes <paramref name="breakAfter" /> to be true. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.IsValidSoftkeyLabel(System.String)"> <summary> Returns whether the given string is a valid softkey label for the target device. </summary> <returns>true if the given string is a valid softkey label for the target device; otherwise, false. </returns> <param name="label"> The label to validate. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.MapClientIDToShortName(System.String,System.Boolean)"> <summary> Maps the client ID of a control to a short name to be used in rendering on the form. </summary> <returns> A string representation of the client identifier of the control. </returns> <param name="clientID"> The client ID of a control to map. </param> <param name="generateRandomID"> Determines whether the client ID is encrypted. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.NumberOfSoftkeys"> <summary> Returns the number of softkeys supported on the device. The default value is 0. </summary> <returns> The number of softkeys supported on the device. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.OpenCharacterFormat(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat,System.Boolean,System.Boolean,System.Boolean)"> <summary> Opens character formatting tags for the given format. </summary> <param name="format"> An enumerated value representing the WML format to use while writing. </param> <param name="writeBold"> Whether to open bold character formatting. </param> <param name="writeItalic"> Whether to open italic character formatting. </param> <param name="writeSize"> Whether to open character size formatting. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.OpenParagraph(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout,System.Boolean,System.Boolean)"> <summary> Opens a paragraph with the given layout. </summary> <param name="layout"> An enumerated value representing the layout to use when opening a paragraph. </param> <param name="writeAlignment"> Whether to open paragraph alignment formatting. </param> <param name="writeWrapping"> Whether to open paragraph wrapping formatting. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.Page"> <summary> Returns the page associated with the device adapter. </summary> <returns> The page associated with the device adapter. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.PendingBreak"> <summary> Indicates whether the < br > tag needs to be sent to the output stream. </summary> <returns>true if the < br > tag needs to be sent to the output stream; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.PostAnalyzeForm"> <summary> Analyzes a form after it is completed during the analyze phase. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderBeginForm(System.Web.UI.MobileControls.Form)"> <summary> Renders the beginning of a form. </summary> <param name="form"> The form to begin rendering. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderBeginHyperlink(System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"> <summary> Begins rendering a hyperlink element. </summary> <param name="targetUrl"> The URL target. </param> <param name="encodeUrl"> Set to true if the URL is encoded. </param> <param name="softkeyLabel"> The softkey text to use for the link if the <paramref name="mapToSoftKey" /> parameter is set to true. </param> <param name="implicitSoftkeyLabel"> Set to true if the softkey label comes from the adapter itself (the default label, or something else that is adapter-specified, such as "Call" for a <see cref="T:System.Web.UI.MobileControls.PhoneCall" /> control, rather than a softkey label explicitly specified by the application author). </param> <param name="mapToSoftkey"> Set to true if mapping to a softkey on the device. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderBeginPostBack(System.String,System.Boolean,System.Boolean)"> <summary> Begins the rendering of a postback. </summary> <param name="softkeyLabel"> The softkey text to use for the link if the <paramref name="mapToSoftKey" /> parameter is set to true. </param> <param name="implicitSoftkeyLabel"> Set to true if the softkey label comes from the adapter itself, rather than being a softkey label explicitly specified by the application author. </param> <param name="mapToSoftkey"> Set to true if mapping to a softkey on the device. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderBeginSelect(System.String,System.String,System.String,System.String,System.Boolean)"> <summary> Begins rendering a selection list. </summary> <param name="name"> The name of the control. </param> <param name="iname"> The name that the browser must use to submit the selected index back to the server. </param> <param name="ivalue"> The initial value. </param> <param name="title"> The Title attribute on WML devices. </param> <param name="multiSelect"> Whether to allow multiple selections. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderDoEvent(System.String,System.String,System.String,System.Web.UI.MobileControls.Adapters.WmlPostFieldType,System.String,System.Boolean)"> <summary> Renders a < do > event. </summary> <param name="doType"> The type of action to render. Maps to the type attribute of the < do > element. Usually "accept" or "options". </param> <param name="target"> The ID of the control targeted by the action. When the user selects the action, a postback is generated, targeting the control specified by this ID. </param> <param name="arg"> The argument for the action. The argument is included in the postback generated when the user selects the action. </param> <param name="postBackType"> The <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType" /> type used for <paramref name="arg." /></param> <param name="text"> The label associated with the action. This usually appears as a softkey label on the device. </param> <param name="includeVariables"> Whether to include all variables on the form when posting back to the server. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderEndForm"> <summary> Completes rendering of a form. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderEndHyperlink(System.Boolean)"> <summary> Completes the rendering of a hyperlink element. </summary> <param name="breakAfter"> Set to true if a break is required after the link. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderEndPostBack(System.String,System.String,System.Web.UI.MobileControls.Adapters.WmlPostFieldType,System.Boolean,System.Boolean)"> <summary> Completes the rendering of a postback. </summary> <param name="target"> Contains the target URL of the postback. </param> <param name="argument"> Contains the argument associated with the target URL. </param> <param name="postBackType"> Specifies the type of postback. Must be a value from the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType" /> enumeration. </param> <param name="includeVariables"> Contains a Boolean value indicating whether postback variables should be calculated. </param> <param name="breakAfter"> Contains true if a line break should follow the control. Contains false otherwise. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderEndSelect(System.Boolean)"> <summary> Completes rendering a selection list. </summary> <param name="breakAfter"> Indicates whether a break must follow the selection list. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderExtraCards"> <summary> Renders any extra cards that the writer needs to send to the browser. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderFormDoEvent(System.String,System.String,System.Web.UI.MobileControls.Adapters.WmlPostFieldType,System.String)"> <summary> Renders a < do > event for the current form. </summary> <param name="doType"> The type of action to render. Maps to the type attribute of the <do> element. Usually "accept" or "options". </param> <param name="arg"> The argument for the action. The argument is included in the postback generated when the user selects the action. </param> <param name="postBackType"> The <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType" /> type used for <paramref name="arg." /></param> <param name="text"> The label associated with the action. This usually appears as a softkey label on the device. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderGoAction(System.String,System.String,System.Web.UI.MobileControls.Adapters.WmlPostFieldType,System.Boolean)"> <summary> Renders a < go > action. </summary> <param name="target"> The ID of the control targeted by the action. When the user selects the action, a postback is generated, targeting the control specified by this ID. </param> <param name="argument"> The argument for the action. The argument is included in the postback generated when the user selects the action. </param> <param name="postBackType"> The <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType" /> type used for <paramref name="arg." /></param> <param name="includeVariables"> Whether to include all variables on the form when posting back to the server. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderImage(System.String,System.String,System.String,System.Boolean)"> <summary> Renders an image element. </summary> <param name="source"> Specifies the image URL. </param> <param name="localSource"> Specifies an optional local image name. </param> <param name="alternateText"> Specifies text to display if the image cannot be displayed. </param> <param name="breakAfter"> Set to true if a break is required after the image. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderSelectOption(System.String)"> <summary> Renders a single option within a selection list. </summary> <param name="text"> The option text. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderSelectOption(System.String,System.String)"> <summary> Renders a single option within a selection list. </summary> <param name="text"> The option text. </param> <param name="value"> (Optional.) The option value. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderText(System.String)"> <summary> Renders a text element. </summary> <param name="text"> The text string to be rendered. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderText(System.String,System.Boolean)"> <summary> Renders a text element. </summary> <param name="text"> The text string to be rendered. </param> <param name="breakAfter"> Specifies whether a break must follow the element. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderText(System.String,System.Boolean,System.Boolean)"> <summary> Renders a text element. </summary> <param name="text"> The text string to be rendered. </param> <param name="breakAfter"> Specifies whether a break must follow the element. </param> <param name="encodeText"> Specifies whether the text must be encoded. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderTextBox(System.String,System.String,System.String,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean,System.Boolean)"> <summary> Renders a text-box element. </summary> <param name="id"> Identifies the control. </param> <param name="value"> Specifies the initial value of the text box. </param> <param name="format"> Specifies an optional WML format string. </param> <param name="title"> Contains the title of the text box. </param> <param name="password"> Specifies the password. </param> <param name="size"> Sets the size of the string. </param> <param name="maxLength"> Specifies the maximum length of the string. </param> <param name="generateRandomID"> Determines whether the identifier for the control (ID) is encrypted. </param> <param name="breakAfter"> Set to true if a break is required after the control is rendered. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.ResetFormattingState"> <summary> Resets the character formatting. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.UsePostBackCard(System.Boolean)"> <summary> Whether the writer must use an additional card for postbacks. </summary> <returns>true if the writer must use an additional card for postbacks; otherwise, false. </returns> <param name="includeVariables"> Whether to include any variables in the additional card. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WriteAttribute(System.String,System.String,System.Boolean)"> <summary> Writes a markup attribute and its value to the output stream. </summary> <param name="attribute"></param> <param name="value"> The value assigned to the attribute. </param> <param name="encode"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WriteBreak"> <summary> Writes a line break. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WriteEncodedText(System.String)"> <summary> Encodes the specified text for the requesting device, and then writes it to the output stream. </summary> <param name="text"> The text string to encode and write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WriteEncodedUrl(System.String)"> <summary> Encodes the specified URL, and then writes it to the output stream. The URL might include parameters. </summary> <param name="url"> The URL string to encode and write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WritePostField(System.String,System.String)"> <summary> Writes a < postfield > element, using the provided parameters. </summary> <param name="name"> The field name. </param> <param name="value"> The post field value. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WritePostField(System.String,System.String,System.Web.UI.MobileControls.Adapters.WmlPostFieldType)"> <summary> Writes a < postfield > element, treating the value as specified by the <paramref name="type" /> parameter. </summary> <param name="name"> The field name. </param> <param name="value"> The post field value. </param> <param name="type"> The <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType" />. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WritePostFieldVariable(System.String,System.String)"> <summary> Writes a post field, treating the <paramref name="arg" /> parameter as a variable name. </summary> <param name="name"> The field name. </param> <param name="arg"> The variable name to write. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WriteText(System.String,System.Boolean)"> <summary> Writes the given text, encoding it if desired. </summary> <param name="text"> The text to write. </param> <param name="encodeText"> If true, encodes the text. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WriteTextEncodedAttribute(System.String,System.String)"> <summary> Writes the given attribute, encoding the value by using WML text encoding. </summary> <param name="attribute"> The name of the attribute to encode. </param> <param name="value"> The value of the attribute to encode. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat"> <summary> Stores the font format attributes. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.#ctor(System.Boolean,System.Boolean,System.Web.UI.MobileControls.FontSize)"> <summary> Initializes a new instance of <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat" />. </summary> <param name="bold">true to set format to bold; otherwise, false. </param> <param name="italic">true to set format to italic; otherwise, false. </param> <param name="size"> The font size to be used in writing. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.#ctor(System.Web.UI.MobileControls.Style,System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat)"> <summary> Initializes a new instance of <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat" />. </summary> <param name="style"> The style to create the new formatter from. </param> <param name="currentFormat"> The format to create the new formatter from. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.Bold"> <summary> Sets or returns whether the font is bold. The default value is <see cref="F:System.Web.UI.MobileControls.FontSize.NotSet" />. </summary> <returns>true if the font is bold; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.Compare(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat)"> <summary> Compares a <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat" /> object to the current <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat" /> object. </summary> <returns>true if the <see cref="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.Bold" />, <see cref="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.Italic" />, and <see cref="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.Size" /> properties have the same values in both <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat" /> objects; otherwise, false. </returns> <param name="format"> The format object to compare. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.Italic"> <summary> Gets or sets a value indicating whether the font is italic. The default value is <see cref="F:System.Web.UI.MobileControls.FontSize.NotSet" />. </summary> <returns>true if the font is italic; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.Size"> <summary> Gets or sets the specified font size. </summary> <returns> An enumerated value representing the size of the font. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.WrittenBold"> <summary> Gets or sets a value that indicates whether the text was written with the bold attribute. </summary> <returns>true if the text was written with the bold attribute; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.WrittenItalic"> <summary> Gets or sets a value that indicates whether the text was written with the italic attribute. </summary> <returns>true if the text was written with the italic attribute; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat.WrittenSize"> <summary> Gets or sets a value that indicates whether the text was written with the size attribute. </summary> <returns>true if the text was written with the size attribute; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout"> <summary> Contains wrapping and alignment information for <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout.#ctor(System.Web.UI.MobileControls.Alignment,System.Web.UI.MobileControls.Wrapping)"> <summary> Initializes a new instance of <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout" />. </summary> <param name="alignment"> The alignment of the layout. </param> <param name="wrapping"> The wrapping of the layout. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout.#ctor(System.Web.UI.MobileControls.Style,System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout)"> <summary> Initializes a new instance of <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout" />. </summary> <param name="style"> The style to use as a base for this layout. </param> <param name="currentLayout"> The layout to use as a base for this layout. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout.Align"> <summary> Sets or returns the alignment. The default value is <see cref="F:System.Web.UI.MobileControls.Alignment.NotSet" />. </summary> <returns> An enumerated value representing the alignment of the layout. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout.Compare(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout)"> <summary> Compares a <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout" /> object to the current <see cref="T:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout" /> object. </summary> <returns>true if the values for <see cref="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout.Wrap" /> and <see cref="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout.Align" /> are the same in both layouts; otherwise, false. </returns> <param name="layout"> The layout object to compare. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout.Wrap"> <summary> Sets or returns the specified wrapping mode for the style. The default value is <see cref="F:System.Web.UI.MobileControls.Wrapping.NotSet" />. </summary> <returns> The specified wrapping mode for the style. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter"> <summary> Provides an object list adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.#ctor"> <summary> Instantiates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.CreateTemplatedUI(System.Boolean)"> <summary> Called by a control to create a templated user interface (UI) if device templates are defined. </summary> <param name="doDataBind"> If true, the instantiated templates bind to available data (which usually happens on the first request). If false, the templates do not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks). </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.HandlePostBackEvent(System.String)"> <summary> Returns true if the event was handled. </summary> <returns>true if the event was handled; otherwise, false. </returns> <param name="eventArgument"> Name of the event. </param> <exception cref="T:System.Exception"> the postback data is invalid. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.HasCommands"> <summary> Returns true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> contains a command. </summary> <returns>true if an object list control contains a command; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.HasDefaultCommand"> <summary> Returns true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> contains a default command. </summary> <returns>true if an object list control contains a default command; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.HasItemDetails"> <summary> Returns true if a details view of an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> exists. </summary> <returns>true if a details view of an object list control exists; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.OnlyHasDefaultCommand"> <summary> Returns true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> contains a default command and no other commands. </summary> <returns>true if an object list control contains a default command and no other commands; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.OnPreRender(System.EventArgs)"> <summary> Sets the <see cref="P:System.Web.UI.MobileControls.Adapters.WmlControlAdapter.SecondaryUIMode" /> for the control, and calls the <see cref="M:System.Web.UI.MobileControls.ObjectList.PreShowItemCommands(System.Int32)" /> method on its <see cref="P:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.Control" />. </summary> <param name="e"></param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Renders the control and initiates the rendering of any child controls in either the list, command, or details view mode. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.RenderItemDetails(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.Web.UI.MobileControls.ObjectListItem)"> <summary> Renders the details of the specified item. </summary> <param name="writer"> The text writer. </param> <param name="item"> The specified item. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.RenderItemMenu(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.Web.UI.MobileControls.ObjectListItem)"> <summary> Renders the menu of commands for the specified item. </summary> <param name="writer"> The text writer. </param> <param name="item"> The specified item. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.RenderItemsList(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Renders the menu of commands for the specified item. </summary> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.ShouldRenderAsTable"> <summary> Returns a Boolean that indicates whether the list must be rendered as a table. </summary> <returns>true if the list must be rendered as a table; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlPageAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.MobilePage" /> adapter for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPageAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.CacheVaryByHeaders"> <summary> Returns a list of any additional HTTP headers by which caching is varied. </summary> <returns> A list of any additional HTTP headers by which caching is varied. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.CookielessDataDictionary"> <summary> Gets or sets persisted data between requests through the use of the URL query string. </summary> <returns> Data persisted between requests through the use of the URL query string. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.CreateTextWriter(System.IO.TextWriter)"> <summary> Creates and returns a text writer suitable for the given adapters. </summary> <returns> A text writer suitable for the given adapters. </returns> <param name="writer"> The text writer. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Called to determine the postback data collection. </summary> <returns> The modified postback data collection. </returns> <param name="request"> An <see cref="T:System.Web.HttpRequest" /> object that contains request information, such as HTTP headers. </param> <param name="postEventSourceID"> Source identifier for the event. </param> <param name="postEventArgumentID"> Argument identifier for the event. </param> <param name="baseCollection"> Collection of postback data from the request object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.DeviceQualifies(System.Web.HttpContext)"> <summary> Evaluates whether the device adapter set applies to the specified request. </summary> <returns>true if the device adapter set applies to the specified request; otherwise, false. </returns> <param name="context"> The current request context. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.HandleError(System.Exception,System.Web.UI.HtmlTextWriter)"> <summary> Called if an unhandled exception occurs during the life cycle of the page. </summary> <returns>true in all cases. </returns> <param name="e"> System exception object. </param> <param name="writer"> The text writer </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.HandlePagePostBackEvent(System.String,System.String)"> <summary> Returns true if it handles the exception. </summary> <returns>false in all cases. </returns> <param name="eventSource"> Source identifier for the event. </param> <param name="eventArgument"> Name of the event. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.IsFormRendered(System.Web.UI.MobileControls.Form)"> <summary> Returns whether or not the specified form is to be rendered as part of the current request. </summary> <returns>true if the specified form is to be rendered as part of the current request; otherwise, false. </returns> <param name="form"> Programmatic name of the form. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.OptimumPageWeight"> <summary> Returns a page weight, based on the device's screen size, which is appropriate for the target device. This property is used in form pagination. </summary> <returns> A page weight, based on the device's screen size, which is appropriate for the target device. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.Page"> <summary> Gets or sets the <see cref="T:System.Web.UI.MobileControls.MobilePage" /> to which the adapter is attached. </summary> <returns> The page associated with the device adapter. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.PersistCookielessData"> <summary> Sets or returns whether items from the <see cref="P:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.CookielessDataDictionary" /> property are persisted in the query string. </summary> <returns>true if items from the <see cref="P:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.CookielessDataDictionary" /> property are persisted in the query string; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.RenderForm(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.Web.UI.MobileControls.Form)"> <summary> Renders the given form. This method is called by the form adapter. </summary> <param name="writer"> The text writer. </param> <param name="form"> The form to render. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPageAdapter.RendersMultipleForms"> <summary> Returns whether the <see cref="T:System.Web.UI.MobileControls.MobilePage" /> is rendering multiple forms as cards of the same deck. </summary> <returns>true if the page is rendering multiple forms as cards of the same deck; otherwise, false. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlPanelAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.Panel" /> adapter class for the WML device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPanelAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPanelAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlPanelAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPanelAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlPhoneCallAdapter"> <summary> Provides a phone call adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPhoneCallAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlPhoneCallAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlPhoneCallAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlPhoneCallAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlPostFieldType"> <summary> Specifies how a post field is rendered. This class cannot be inherited. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.WmlPostFieldType.Normal"> <summary> The value is written as a literal, with encoding. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.WmlPostFieldType.Submit"> <summary> The value is written as <see cref="F:System.Web.UI.MobileControls.Adapters.WmlPostFieldType.Normal" /> with an associated submit action. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.WmlPostFieldType.Variable"> <summary> The value is written as a variable name. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.WmlPostFieldType.Raw"> <summary> The value is written as a literal, without encoding. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.SelectionList" /> adapter class for the WML device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.GetPostBackValue"> <summary> Returns the postback value (or empty string) of the selected item in the selection list, when the parent form's action attribute is set and view state is disabled for the control. </summary> <returns> The postback value (or empty string) of the selected item in the selection list. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean@)"> <summary> Gets a value indicating whether the provided postback data was loaded. </summary> <returns>true if the adapter handles loading the post data; otherwise, false. </returns> <param name="key"> Identifies the control. </param> <param name="data"> Contains the collection of all incoming name values. </param> <param name="controlPrivateData"> Provides a place to send data private to the control that might be required for loading of post data. The control determines the type that is passed to the parameter. </param> <param name="dataChanged"> Returns true if the required the object in <paramref name="privateControlData" /> was changed, so the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> event can be raised. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.OnInit(System.EventArgs)"> <summary> Called after the associated control is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.OnPreRender(System.EventArgs)"> <summary> Called by the control's <see cref="M:System.Web.UI.MobileControls.SelectionList.OnPreRender(System.EventArgs)" /> method, to perform adapter-specific work prior to rendering. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.TextBox" /> adapter class for the WML device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter.GetPostBackValue"> <summary> Returns the postback value (or empty string) of the <see cref="T:System.Web.UI.MobileControls.TextBox" /> when the parent form's action attribute is set and view state is disabled for the control. </summary> <returns> The postback value (or empty string) of the selected item in the selection list. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter.OnInit(System.EventArgs)"> <summary> Called after the associated control is initialized. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlTextViewAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.TextView" /> adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlTextViewAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlTextViewAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlTextViewAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlTextViewAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter"> <summary> Provides a <see cref="T:System.Web.UI.MobileControls.ValidationSummary" /> adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter.OnInit(System.EventArgs)"> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.WmlValidatorAdapter"> <summary> Provides a validator adapter class for the Wireless Markup Language (WML) device adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlValidatorAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.WmlValidatorAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.WmlValidatorAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A strongly typed reference to the associated control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.WmlValidatorAdapter.Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)"> <summary> Generates the target-specific markup for the control to which the control adapter is attached. </summary> <param name="writer"> The text writer to receive output. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.WriteEncodedText(System.String)"> <summary> Writes the given text, encoding it correctly for the target device. Inherited writer classes can override this method. </summary> <param name="text"> The string to be encoded. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.WriteEncodedUrl(System.String)"> <summary> Writes the given URL, encoding it correctly for the target device. The URL might include parameters. </summary> <param name="url"> The URL string. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.WriteEncodedUrlParameter(System.String)"> <summary> Writes the given URL parameter text, encoding it correctly for the target device. </summary> <param name="urlText"> The URL string. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.MobileTextWriter.WriteUrlEncodedString(System.String,System.Boolean)"> <summary> Writes the given string, encoding it according to URL requirements. </summary> <param name="s"> The string to be added. </param> <param name="argument"> If <paramref name="argument" /> is true, the encoding is done as if the string were a part of the URL parameters. If argument is false, the encoding is done as if the string were part of the path portion of the URL. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype"> <summary> Specifies the type of XHTML markup for an <see cref="T:System.Web.UI.XhtmlTextWriter" /> class to render to the page or control. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype.NotSet"> <summary> Not determined. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype.XhtmlBasic"> <summary> Basic XHTML format. This format does not support frames and styles. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype.XhtmlMobileProfile"> <summary> XHTML Mobile Profile format. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype.Wml20"> <summary> WML 2.0 document. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation"> <summary> Specifies the type of location for the style sheet for a mobile control or page. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation.NotSet"> <summary> Default value. The location has not yet been determined. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation.ApplicationCache"> <summary> The style sheet is stored in the Application Cache. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation.SessionState"> <summary> The style sheet is stored in the current Session state. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation.PhysicalFile"> <summary> The style sheet is an external physical file, such as MyStylesheet.css. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation.Internal"> <summary> The style sheet is a set of styles within the current source file (either .aspx or .ascx). </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation.None"> <summary> Not currently used. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter"> <summary> Provides an XHTML adapter class for the <see cref="T:System.Web.UI.MobileControls.Calendar" />. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.Calendar" /> control. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.HandlePostBackEvent(System.String)"> <summary> Sets the <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.SecondaryUIMode" /> according to the user's actions on any primary or secondary page of the <see cref="T:System.Web.UI.MobileControls.Calendar" /> control. </summary> <returns> Always returns true because the method always handles the event. </returns> <param name="eventArgument"> The target <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.SecondaryUIMode" /> expressed as a string. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.LoadAdapterState(System.Object)"> <summary> Loads the state of the adapter and sets the current <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.SecondaryUIMode" />. </summary> <param name="state"> An <see cref="T:System.Object" /> containing the state of the adapter. See <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.SaveAdapterState" /> for more information. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.OnInit(System.EventArgs)"> <summary> Creates event handlers, determines how many months the target device can display, and if the request is not a postback, sets the current date as the calendar's visible date. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.OnLoad(System.EventArgs)"> <summary> Raises the <see cref="E:System.Web.UI.Control.Load" /> event. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.OnPreRender(System.EventArgs)"> <summary> Fills the display list with eras if the user has selected a date and the user's current culture supports eras. </summary> <param name="e"> An <see cref="T:System.EventArgs" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the calendar, a page of the calendar, or a page of selection options, depending on the user's actions. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.SaveAdapterState"> <summary> Saves the current state of the adapter. </summary> <returns> An <see cref="T:System.Object" /> containing information about the current state of the adapter. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCommandAdapter"> <summary> Provides a command adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCommandAdapter.#ctor"> <summary> Creates an instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCommandAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCommandAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.Command" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCommandAdapter.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean@)"> <summary> Returns true if the adapter handles loading the post data. </summary> <returns>true if the adapter handles loading the post data; otherwise, false. </returns> <param name="key"> Identifies the control. </param> <param name="data"> Contains the collection of all incoming name values. </param> <param name="controlPrivateData"> Provides a place to send data that is private to the control and that might be required for the loading of post data. The control determines the type that is passed to this parameter. </param> <param name="dataChanged"> Returns true if the required object in <paramref name="controlPrivateData" /> was changed, so the <see cref="M:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent" /> event can be raised. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCommandAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter"> <summary> Provides a default control adapter for rendering mobile controls in XHTML markup. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter" /> class. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ClearPendingBreakIfDeviceBreaksOnBlockLevel(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Clears a pending break if the target device breaks on block elements. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalClearCachedEndTag(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String)"> <summary> Clears the given text writer's current end tag if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="s"> The name of the tag you want to clear; the value can be null or an empty string (""). </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalClearPendingBreak(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Clears a pending break in the target device if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalEnterFormat(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)"> <summary> Begins a section with the opening tag and attributes that implement the formats of the specified style, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="style"> A <see cref="P:System.Web.UI.MobileControls.MobileControl.Style" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalEnterLayout(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)"> <summary> Begins a section with the opening tag and attributes that implement the layout of the specified style, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="style"> A <see cref="P:System.Web.UI.MobileControls.MobileControl.Style" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalEnterStyle(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)"> <summary> Writes the opening tag for a <span> section, along with attributes that implement the layout and character formatting of the specified style, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="style"> A <see cref="P:System.Web.UI.MobileControls.MobileControl.Style" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalEnterStyle(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style,System.String)"> <summary> Writes the opening tag of the specified element, along with attributes that implement the layout and character formatting of the specified style, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="style"> A <see cref="P:System.Web.UI.MobileControls.MobileControl.Style" /> object. </param> <param name="tag"> The tag name for the element. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalExitFormat(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)"> <summary> Ends a block that has been using the character formatting from a specified style, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="style"> A <see cref="P:System.Web.UI.MobileControls.MobileControl.Style" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalExitLayout(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)"> <summary> Ends a block that has been using the layout formatting from a specified style, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="style"> A <see cref="P:System.Web.UI.MobileControls.MobileControl.Style" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalExitStyle(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)"> <summary> Ends a </span> element that has been using the layout and character formatting from a specified style, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="style"> A <see cref="P:System.Web.UI.MobileControls.MobileControl.Style" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalPopPhysicalCssClass(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Removes the current cascading style sheet class name from the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalRenderClassAttribute(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Puts a class name attribute on the next element to be rendered, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalRenderClosingDivElement(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders a closing </div> tag if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalRenderClosingSpanElement(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders a closing </span> element if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalRenderCustomAttribute(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String)"> <summary> Gets the value of the attribute with the specified name from the associated control and renders it on the next element with the specified name if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="attributeName"> The name of the attribute. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalRenderCustomAttribute(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String,System.String)"> <summary> Includes a custom attribute with the specified name and value in the next element to be rendered, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="attributeName"> The name of the attribute. </param> <param name="markupAttributeName"> The XHTML markup name of the attribute. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalRenderOpeningDivElement(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders an opening tag for a <div> element if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalRenderOpeningSpanElement(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders an opening tag for a <span> element, if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalSetPendingBreak(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Sets a pending break if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ConditionalSetPendingBreakAfterInline(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Sets a pending break after inline elements if certain conditions are met. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.CssLocation"> <summary> Indicates whether the style sheet is located as an external physical file, is internal to the current page, is stored in the current session state, or is stored in the application cache. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation" /> value. The default is <see cref="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation.NotSet" />, which indicates that the location has not yet been determined. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.DocumentType"> <summary> Indicates the type of XHTML markup used to render the current document. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype" /> value. The default is <see cref="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype.NotSet" />, which indicates that the document type has not yet been determined. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.ExitSecondaryUIMode"> <summary> Exits any secondary UI mode for the control. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.GetCustomAttributeValue(System.String)"> <summary> Gets the value of the specified attribute from the markup of the associated control. </summary> <returns> A string containing the value of the specified custom attribute. This method is primarily used by developers of custom adapters. </returns> <param name="attributeName"> The name of the attribute. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.GetCustomAttributeValue(System.Web.UI.MobileControls.MobileControl,System.String)"> <summary> Gets the value of the specified attribute from a given control. </summary> <returns> A string containing the value of the specified custom attribute. </returns> <param name="control"> The mobile control from which to get the attribute value. </param> <param name="attributeName"> The name of the attribute. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.LoadAdapterState(System.Object)"> <summary> Loads view state data specific to this adapter. </summary> <param name="state"> The current view state of the adapter. </param> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.NotSecondaryUI"> <summary> A value returned by the <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.SecondaryUIMode" /> property, indicating that the adapter is not currently in secondary UI mode. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.PageAdapter"> <summary> Gets the page adapter for the page on which the associated control resides. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter" /> representing the page adapter for the current page. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.PreprocessQueryString(System.String)"> <summary> Gets the portion of the given query string that contains parameters for processing the request. </summary> <returns> A string containing the processed query string. </returns> <param name="queryString"> The query string from the <see cref="P:System.Web.HttpRequest.QueryString" />. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.Render(System.Web.UI.HtmlTextWriter)"> <summary> Displays the associated control and all of its child controls on the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Displays the associated control and all of its child controls on the client. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderAsHiddenInputField(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders hidden field text for a control. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderBeginLink(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String)"> <summary> Renders the opening tag of a link using the given <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> and target. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="target"> The name of the target form, or a URL. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderBeginLink(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String,System.String,System.Web.UI.MobileControls.Style,System.String)"> <summary> Renders the opening tag of a link using the given <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> and target, as well as the given styles or the given cascading style sheet class name. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="target"> The target form or URL. </param> <param name="accessKey"> A character to use as the shortcut key. </param> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object. </param> <param name="cssClass"> A cascading style sheet class name. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderBeginLink(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String,System.String,System.Web.UI.MobileControls.Style,System.String,System.String)"> <summary> Renders the opening tag of a link using the given <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> and target, as well as either the given styles or the given cascading style sheet class name, the access key, and the title text. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="target"> The target form or URL. </param> <param name="accessKey"> A character to use as the shortcut key. </param> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object. </param> <param name="cssClass"> A cascading style sheet class name. </param> <param name="title"> The text for the title attribute of the link. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderClosingListTag(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String)"> <summary> Renders a closing tag for a specified list element. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="tagName"> The tag name of the element to close. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderEndLink(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders a closing tag (</a>) for a link element. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderOffPageVariables(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.Control,System.Int32)"> <summary> Renders hidden postback variables for child controls that are not visible due to pagination or secondary UI. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="control"> The control in which to look for postback variables. </param> <param name="page"> The current page number. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderOpeningListTag(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String)"> <summary> Renders an opening tag for the specified tag name. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="tagName"> The name of the tag to use for the rendered list. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderPostBackEventAsAnchor(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String,System.String)"> <summary> Renders a postback event as a link with the specified argument and text. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="argument"> A string containing the argument you want to provide to the event. </param> <param name="linkText"> A string containing the text that is to appear in the link. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderPostBackEventAsAnchor(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String,System.String,System.String)"> <summary> Renders a postback event as a link with the specified argument, text, and access key. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="argument"> The argument you want to pass to the event. </param> <param name="linkText"> The text to appear in the link. </param> <param name="accessKey"> A character to use as the shortcut key. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.RenderPostBackEventAsAnchor(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String,System.String,System.String,System.Web.UI.MobileControls.Style,System.String)"> <summary> Renders a postback event as a link with the specified argument, text, and access key, as well as the specified styles or the specified cascading style sheet class name. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> <param name="argument"> The argument to pass to the event. </param> <param name="linkText"> The text that is to appear in the link. </param> <param name="accessKey"> A character to use as the shortcut key. </param> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object. </param> <param name="cssClass"> The name of a class in the current cascading style sheet. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.SaveAdapterState"> <summary> Saves view-state data specific to this adapter. </summary> <returns> <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.SecondaryUIMode" /> if the value of the <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.SecondaryUIMode" /> setting does not equal <see cref="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.NotSecondaryUI" />: otherwise null. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.SecondaryUIMode"> <summary> Gets the current secondary UI mode. </summary> <returns> A number indicating the current secondary UI mode, as determined by the form in which it is contained. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.StyleSheetLocationAttributeValue"> <summary> Gets the value of the CssLocation attribute, if it exists, from the form in which it is contained. </summary> <returns> A string containing the path and filename of a cascading style sheet if the attribute exists; otherwise, <see cref="F:System.String.Empty" />. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.StyleSheetStorageApplicationSetting"> <summary> Gets the value of the XhtmlCssState configuration setting in the appSettings section of the Web.config file. </summary> <returns> A string containing the path and filename of a cascading style sheet if the configuration setting exists; otherwise, <see cref="F:System.String.Empty" />. </returns> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCssHandler"> <summary> Handles requests for cascading style sheet (CSS) style information for adapters in the <see cref="N:System.Web.UI.MobileControls.Adapters.XhtmlAdapters" /> namespace. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCssHandler.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCssHandler" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCssHandler.IsReusable"> <summary> Gets a value indicating that another request can use the current instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCssHandler" /> class. </summary> <returns>true. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCssHandler.ProcessRequest(System.Web.HttpContext)"> <summary> Processes all HTTP requests for CSS style information for the XHTML adapter set. </summary> <param name="context"> The current <see cref="T:System.Web.HttpContext" />. </param> <exception cref="T:System.Web.HttpException"> The <see cref="P:System.Web.HttpRequest.QueryString" /> does not contain "_css". -or- The CSS style sheet named in the <see cref="P:System.Web.HttpRequest.QueryString" /> cannot be found. </exception> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter"> <summary> Provides the form adapter class for the XHTML mobile controls adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter.Control"> <summary> Gets a reference to the <see cref="T:System.Web.UI.MobileControls.Form" /> object with which the adapter is associated. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.Form" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the page content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter.RenderPager(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the pager user interface for the form. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter.RenderPagerTag(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Int32,System.String,System.String)"> <summary> Renders a pager tag on paginated forms. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </param> <param name="pageToNavigate"> The target page number. </param> <param name="text"> The text to appear on the pager. </param> <param name="accessKeyCustomAttribute"> The access key for the tag. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter"> <summary> Provides an image adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> An <see cref="T:System.Web.UI.MobileControls.Image" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter.RenderImage(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the image control on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLabelAdapter"> <summary> Provides a label adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLabelAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLabelAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLabelAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.Label" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLabelAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLinkAdapter"> <summary> Provides a link adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLinkAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLinkAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLinkAdapter.Control"> <summary> Gets a reference to the <see cref="T:System.Web.UI.MobileControls.Link" /> object with which the adapter is associated. </summary> <returns> An <see cref="T:System.Web.UI.MobileControls.Link" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLinkAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlListAdapter"> <summary> Provides a list adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlListAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlListAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlListAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.List" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlListAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> None. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlListAdapter.RenderList(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the list on the client browser using the specified <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLiteralTextAdapter"> <summary> Provides a literal text adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLiteralTextAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLiteralTextAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLiteralTextAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.LiteralText" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLiteralTextAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter"> <summary> Provides text writer functionality for devices targeted by the XHTML adapter set, including Extensible Hypertext Markup Language (XHTML), XHTML Mobile, and Wireless Markup Language (WML). </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#ctor(System.IO.TextWriter,System.Web.Mobile.MobileCapabilities)"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.ChtmlMobileTextWriter" /> class for the provided device, using the <paramref name="writer" /> parameter as the base writer object. </summary> <param name="writer"> The base writer object, usually an <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </param> <param name="device"> An object of <see cref="T:System.Web.Mobile.MobileCapabilities" /> class that provides the capability information for the target device. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.AddOnEnterForwardSetVar(System.String)"> <summary> Adds a provided variable name to a list of variables to be embedded in pages for WML devices. </summary> <param name="var"> The name of a variable to be embedded in a page. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.AddOnEnterForwardSetVar(System.String,System.String)"> <summary> Adds a provided variable name and value to a list of variables to be embedded in pages for WML devices. </summary> <param name="var"> The name of the variable. </param> <param name="value"> The value for the variable. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.BeginCachedRendering"> <summary> Instructs the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object to save all rendered markup until written out in its entirety by the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.EndCachedRendering" /> method. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.CacheKey"> <summary> Gets the unique key used to retrieve items from the <see cref="P:System.Web.HttpContext.Cache" />. </summary> <returns> A string containing a unique key. </returns> <exception cref="T:System.Exception"> The <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SetCacheKey(System.Web.Caching.Cache)" /> method has not been called. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.ClearPendingBreak"> <summary> Removes a break that was to be rendered after writing the current element to the output stream. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.CustomBodyStyles"> <summary> Gets and sets custom style settings for the body of the page. </summary> <returns> A string containing style-sheet information if the property has been set; otherwise, null. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.EndCachedRendering"> <summary> Writes out the cached markup and instructs the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> not to save rendered markup. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.EnterFormat(System.Web.UI.MobileControls.Style)"> <summary> Sets the provided style as the current formatting style if the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.BeginCachedRendering" /> method has been called. </summary> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object containing formatting information. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.EnterLayout(System.Web.UI.MobileControls.Style)"> <summary> Sets the provided style as the current layout style if the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.BeginCachedRendering" /> method has been called. </summary> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object containing formatting information. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.EnterStyle(System.Web.UI.MobileControls.Style)"> <summary> Sets the provided style as the current style if the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.BeginCachedRendering" /> method has been called. </summary> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object containing formatting information. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.ExitFormat(System.Web.UI.MobileControls.Style)"> <summary> Removes the current style, restores the previous style as the current formatting style, and calls the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEndTag(System.String)" /> method to close the current element. </summary> <param name="style"> The <see cref="T:System.Web.UI.MobileControls.Style" /> to exit from. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.ExitFormat(System.Web.UI.MobileControls.Style,System.Boolean)"> <summary> Removes the current style, restores the previous style as the current formatting style, and calls the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEndTag(System.String)" /> method to close the current element. </summary> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object to exit from. </param> <param name="breakafter"> A Boolean value that indicates whether to force a break after the current element if the element is not a block element. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.ExitLayout(System.Web.UI.MobileControls.Style)"> <summary> Removes the current style, restores the previous style as the current layout style, and calls the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEndTag(System.String)" /> method to close the current element. </summary> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object containing the formatting to exit from. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.ExitLayout(System.Web.UI.MobileControls.Style,System.Boolean)"> <summary> Removes the current style, restores the previous style as the current layout style, and calls the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEndTag(System.String)" /> method to close the current element. </summary> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object containing the layout to exit from. </param> <param name="breakafter"> A Boolean value that indicates whether to force a break after the current element if the element is not a block element. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.ExitStyle(System.Web.UI.MobileControls.Style)"> <summary> Removes the current style, restores the previous style as the current style, and calls the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEndTag(System.String)" /> method to close the current element. </summary> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.IsStyleSheetEmpty"> <summary> Returns a value indicating whether a style has been set. </summary> <returns>true if a style has been set; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.MarkWmlOnEventLocation"> <summary> Marks the location in the output stream to insert the <wml:onevent> element. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SessionKey"> <summary> Gets the key used to retrieve items from the <see cref="P:System.Web.HttpContext.Session" />. </summary> <returns> A string containing the key. </returns> <exception cref="T:System.Exception"> The <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SetSessionKey(System.Web.SessionState.HttpSessionState)" /> method has not been called. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SetBodyStyle(System.Web.UI.MobileControls.Style)"> <summary> Sets the provided style as the style for the <body> element of the page and as the default style for its child controls. </summary> <param name="style"> A <see cref="T:System.Web.UI.MobileControls.Style" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SetCacheKey(System.Web.Caching.Cache)"> <summary> Creates a unique string to use when retrieving the style sheet from the cache. </summary> <param name="cache"> The current <see cref="T:System.Web.Caching.Cache" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SetPendingBreak"> <summary> Sets a line break to be rendered after rendering the current element, if it is not a block element and if the <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> property is false. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SetSessionKey(System.Web.SessionState.HttpSessionState)"> <summary> Creates a unique string for a client to use to retrieve a style sheet from the <see cref="P:System.Web.HttpContext.Session" /> object. </summary> <param name="session"> The current <see cref="P:System.Web.HttpContext.Session" /> object. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SupportsNoWrapStyle"> <summary> Indicates whether the target device supports the "white-space: nowrap;" style-sheet attribute. </summary> <returns>true if the device supports the "white-space: nowrap;" style-sheet attribute; otherwise, false. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine"> <summary> Indicates whether the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine" /> method should write a line terminator string to the output stream. </summary> <returns>true to suppress the line terminator string, or false to write the line terminator string to the output. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.UseDivsForBreaks"> <summary> Indicates whether to use <div> tags for line breaks rather than <br/> tags when writing line terminators. </summary> <returns>false if the device does not require using <div> tags for line breaks; otherwise, true. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteAttribute(System.String,System.String,System.Boolean)"> <summary> Writes an attribute and its value to the current element using the provided attribute and value, and encodes the value if specified. </summary> <param name="attribute"> The name of the attribute. </param> <param name="value"> The value for the attribute. </param> <param name="encode"> If true, the value is encoded before being written. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteBeginTag(System.String)"> <summary> Writes any tab spacing and the opening tag of the specified markup element to the output stream. </summary> <param name="tag"> The markup element to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteBreak"> <summary> If <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a markup element that adds a new line to the output stream. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteCachedMarkup"> <summary> Writes out all markup cached since calling the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.BeginCachedRendering" /> method. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteDoctypeDeclaration(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype)"> <summary> Writes a <!DOCTYPE> declaration that is unique to target devices represented by the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype" /> value. </summary> <param name="type"> A <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype" /> value indicating the type of declaration to write. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEncodedAttributeValue(System.String)"> <summary> Encodes and writes the provided value to the output stream. </summary> <param name="value"> The attribute value to encode and write. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteEndTag(System.String)"> <summary> Writes any tab spacing and the closing tag of the specified markup element. </summary> <param name="tag"> The markup element to close. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteFullBeginTag(System.String)"> <summary> Writes any tab spacing and the full opening tag of the specified markup element to the output stream. </summary> <param name="tag"> The markup element to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteHiddenField(System.String)"> <summary> Writes the markup for a hidden field to the output stream using the provided name. </summary> <param name="name"> The name of the hidden field. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteHiddenField(System.String,System.String)"> <summary> Writes the markup for a hidden field to the output stream using the provided name and value. </summary> <param name="name"> The name of the hidden field. </param> <param name="value"> The value of the hidden field. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine"> <summary> Writes a line terminator string to the output stream if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Boolean)"> <summary> Writes any pending tab spacing and the text representation of a Boolean value, then if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="v"> The Boolean value to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Char)"> <summary> Writes any pending tab spacing and a Unicode character, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="v"> The character to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Char[])"> <summary> Writes any pending tab spacing and an array of Unicode characters, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="v"> The array of characters to writer to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Char[],System.Int32,System.Int32)"> <summary> Writes any pending tab spacing and a subarray of Unicode characters, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="buffer"> An array containing the character data to write to the output stream. </param> <param name="index"> The location in the array to start the output. </param> <param name="count"> The number of characters to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Double)"> <summary> Writes any pending tab spacing and the text representation of a double-precision floating-point number, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="v"> The floating-point number to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Int32)"> <summary> Writes any pending tab spacing and the text representation of a 32-byte signed integer, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="v"> The integer to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Int64)"> <summary> Writes any pending tab spacing and the text representation of a 64-byte signed integer, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="v"> The integer to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Object)"> <summary> Writes any pending tab spacing and the text representation of an object, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="v"> The object to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.Single)"> <summary> Writes any pending tab spacing and the text representation of a single-precision floating-point number, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="v"> The floating-point number to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.String)"> <summary> Writes any pending tab spacing and a text string, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="s"> The string to write to the output stream. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.String,System.Object)"> <summary> Writes any pending tab spacing and a formatted string containing the text representation of an object, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="format"> A string containing zero or more format items. </param> <param name="arg"> The object to format. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.String,System.Object,System.Object)"> <summary> Writes any pending tab spacing and a formatted string that contains the text representation of two objects, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="format"> A string containing zero or more format items. </param> <param name="arg0"> The object to write to the output stream in place of the first format placeholder. </param> <param name="arg1"> The object to write to the output stream in place of the second format placeholder. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteLine(System.String,System.Object[])"> <summary> Writes any pending tab spacing and a formatted string that contains the text representation of an object array, and if <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, writes a line terminator string to the output stream. </summary> <param name="format"> A string containing zero or more format items. </param> <param name="arg"> An array containing zero or more objects to format. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WritePendingBreak"> <summary> Writes a line terminator string to the output stream if the current element is not a block element such as <p>, <div>, <ul>, <table>, and <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.SuppressNewLine" /> is false, and there is a pending break. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteUrlParameter(System.String,System.String)"> <summary> Writes an encoded URL, which includes a query-string parameter, to the output stream. </summary> <param name="name"> A string containing the name of the URL parameter. </param> <param name="value"> A string containing the value of the URL parameter. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.WriteXmlDeclaration"> <summary> Writes an XML declaration along with the current document encoding value. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter"> <summary> Provides an object list adapter for the mobile XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter" /> class. </summary> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.BackToList"> <summary> A string constant used in postback event arguments to indicate whether the user should be returned to the list view. </summary> <returns> "__back"indicating that the browser should return to the top of the list. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> An <see cref="T:System.Web.UI.MobileControls.ObjectList" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.CreateTemplatedUI(System.Boolean)"> <summary> Called by a control to create a templated user interface (UI) if device templates are defined. </summary> <param name="doDataBind">true to bind the templated UI to the underlying <see cref="T:System.Web.UI.MobileControls.ObjectList" />; otherwise, false. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.HandlePostBackEvent(System.String)"> <summary> Returns true if the event was handled. </summary> <returns>true if the event was handled; otherwise false. </returns> <param name="eventArgument"> Name of the event. </param> <exception cref="T:System.Exception"> the postback data is invalid. </exception> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.HasCommands"> <summary> Returns a Boolean value indicating whether the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains any commands. </summary> <returns>true if the associated <see cref="T:System.Web.UI.MobileControls.ObjectList" /> has one or more commands; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.HasDefaultCommand"> <summary> Returns a Boolean value indicating whether an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains a default command. </summary> <returns>true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> contains a default command; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.HasItemDetails"> <summary> Returns a Boolean value indicating whether a list item can display all fields of an item. </summary> <returns>true if all fields of a list item can be displayed; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.OnlyHasDefaultCommand"> <summary> Returns a Boolean value indicating whether an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control contains a default command and no other commands. </summary> <returns>true if an <see cref="T:System.Web.UI.MobileControls.ObjectList" /> has a default command and no other commands; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.OnPreRender(System.EventArgs)"> <summary> Called prior to rendering the control. </summary> <param name="e"> An object (defined by <see cref="T:System.EventArgs" />) that contains event data. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control on the page using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.RenderItemDetails(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.ObjectListItem)"> <summary> Renders the details of the specified item. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </param> <param name="item"> An <see cref="T:System.Web.UI.MobileControls.ObjectListItem" />. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.RenderItemsList(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the list of items in the <see cref="T:System.Web.UI.MobileControls.ObjectList" /> control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </param> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.ShowMore"> <summary> A string constant used in postback event arguments to indicate whether the list should jump to the first item beyond the currently visible items. </summary> <returns> "__more" indicating that the browser should jump to the details view of an item beyond the currently visible items. </returns> </member> <member name="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.ShowMoreFormat"> <summary> A string constant used in postback event arguments to indicate that the browser should jump to a specific item in the list. </summary> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter"> <summary> Provides a page adapter for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.CacheVaryByHeaders"> <summary> Gets a list of any additional HTTP headers by which caching is varied. </summary> <returns> An <see cref="T:System.Collections.IList" /> object of additional HTTP headers. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.CookielessDataDictionary"> <summary> Gets or sets the current cookieless <see cref="P:System.Web.UI.Page.Session" /> property data, if any. </summary> <returns> An <see cref="T:System.Collections.IDictionary" /> containing key/value pairs for the current cookieless <see cref="P:System.Web.HttpContext.Session" /> data, if any; otherwise, null. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.CreateTextWriter(System.IO.TextWriter)"> <summary> Creates and returns a text writer that is appropriate for the target device. </summary> <returns> A new <see cref="T:System.Web.UI.XhtmlTextWriter" /> object based on the provided <see cref="T:System.IO.TextWriter" /> object. </returns> <param name="writer"> A <see cref="T:System.IO.TextWriter" /> object or an object inherited from the <see cref="T:System.IO.TextWriter" />. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)"> <summary> Returns the postback data collection. </summary> <returns> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object containing all query string or form parameters and values. </returns> <param name="request"> The <see cref="T:System.Web.HttpRequest" /> object that contains request information. </param> <param name="postEventSourceID"> The source identifier for the event. </param> <param name="postEventArgumentID"> An argument identifier for the event. </param> <param name="baseCollection"> The collection of postback data from the request object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.DeviceQualifies(System.Web.HttpContext)"> <summary> Indicates whether the device adapter set applies to the specified request. </summary> <returns>true if the <see cref="P:System.Web.Configuration.HttpCapabilitiesBase.PreferredRenderingType" /> for the browser is one of these members of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype" /> object: <see cref="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype.XhtmlBasic" />, <see cref="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype.XhtmlMobileProfile" />, or <see cref="F:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype.Wml20" />; otherwise, false. </returns> <param name="context"> The <see cref="T:System.Web.HttpContext" /> object for the current request. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.EventArgumentKey"> <summary> Gets the key for submitting the event argument. </summary> <returns> A string representing the key. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.EventSourceKey"> <summary> Gets the key for submitting the event source. </summary> <returns> A string representing the key. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.HandleError(System.Exception,System.Web.UI.HtmlTextWriter)"> <summary> Called if an unhandled error occurs on the page. </summary> <returns>false. </returns> <param name="e"> An <see cref="T:System.Exception" /> object. </param> <param name="writer"> An <see cref="T:System.Web.UI.HtmlTextWriter" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.HandlePagePostBackEvent(System.String,System.String)"> <summary> Indicates whether the adapter handles the postback event. </summary> <returns>false. </returns> <param name="eventSource"> The source identifier for the event. </param> <param name="eventArgument"> The name of the event. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.InitWriterState(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Configures the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object for the target device. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.OnPreRender(System.EventArgs)"> <summary> Sets conditional pagination for the page. </summary> <param name="e"> The <see cref="T:System.EventArgs" /> object for the <see cref="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.OnPreRender(System.EventArgs)" /> method. </param> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.OptimumPageWeight"> <summary> Gets a page weight that is appropriate for the target device. </summary> <returns> An integer that represents the optimal number of bytes for a page on the target device. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.Page"> <summary> Gets or sets the page to which the adapter is attached. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.MobilePage" /> object. </returns> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.PersistCookielessData"> <summary> Gets or sets a Boolean value indicating whether items from the <see cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.CookielessDataDictionary" /> property are persisted in the query string. </summary> <returns>true if the CookielessDataDictionaryType in the MobileControls configuration section of the Web.config file is set to a valid dictionary type; otherwise, false. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Sends the page content to a provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />, which renders the content to the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object that writes the content to the client browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.RenderUrlPostBackEvent(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String,System.String)"> <summary> Creates a link on the current page to enable postback on devices that do not support postback events. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object that writes the link. </param> <param name="target"> The target URL for postback. </param> <param name="argument"> The name of the event for which the link is substituting. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPanelAdapter"> <summary> Provides a panel adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPanelAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPanelAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPanelAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.Panel" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPanelAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPhoneCallAdapter"> <summary> Provides a phone call adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPhoneCallAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPhoneCallAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPhoneCallAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.PhoneCall" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPhoneCallAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter"> <summary> Provides a selection list adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.SelectionList" /> object. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean@)"> <summary> Indicates whether the adapter has changed the selected state of any item during the current request. </summary> <returns>true if the adapter handles loading the postback data; otherwise, false. </returns> <param name="key"> The ID of the control, which is used as a key into the postback data for the state of the control. </param> <param name="data"> A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object containing the current selected state of the child elements for the control. </param> <param name="controlPrivateData"> An array of the indexes of selected items from the previous request. </param> <param name="dataChanged">true to indicate that the list of selected items has changed since the last request; otherwise, false. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the specified <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </summary> <param name="writer"> True </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter.RenderAsHiddenInputField(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders hidden field text for a control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter"> <summary> Provides a text box adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.TextBox" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter.OnInit(System.EventArgs)"> <summary> Called after an object, such as a form or a page, is initialized. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> The <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object used to render the server control content on the client's browser. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter.RenderAsHiddenInputField(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders hidden field text for a control. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextViewAdapter"> <summary> Provides a text view adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextViewAdapter.#ctor"> <summary> Creates a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextViewAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextViewAdapter.Control"> <summary> Returns a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.TextView" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextViewAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content to the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextViewAdapter.RenderElement(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Int32,System.Int32,System.Int32)"> <summary> Renders the element and a subset of its text content to the client. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> <param name="index"> An integer indicating which chunk of text is being rendered. </param> <param name="beginSubstring"> The starting index of the substring to render. </param> <param name="endSubstring"> The ending index of the substring to render. The value -1 indicates the end of the text. </param> </member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter"> <summary> Provides a validation summary adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.ValidationSummary" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter.OnInit(System.EventArgs)"></member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"></member> <member name="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidatorAdapter"> <summary> Provides a validator adapter class for the XHTML adapter set. </summary> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidatorAdapter.#ctor"> <summary> Initializes a new instance of the <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidatorAdapter" /> class. </summary> </member> <member name="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidatorAdapter.Control"> <summary> Gets a strongly typed reference to the associated control. </summary> <returns> A <see cref="T:System.Web.UI.MobileControls.BaseValidator" />. </returns> </member> <member name="M:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidatorAdapter.Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)"> <summary> Renders the control and its content on the client using the provided <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" />. </summary> <param name="writer"> An <see cref="T:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter" /> object. </param> </member> </members> </doc>