TitleStyle Methods

 

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodAddAttributesToRender(HtmlTextWriter^)

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI::HtmlTextWriter. This method is primarily used by control developers.(Inherited from Style.)

System_CAPS_pubmethodAddAttributesToRender(HtmlTextWriter^, WebControl^)

Adds information about horizontal alignment, vertical alignment, and wrap to the list of attributes to render.(Inherited from TableItemStyle.)

System_CAPS_pubmethodCopyFrom(Style^)

Duplicates the non-empty style properties of the specified Style into the instance of the TableItemStyle class that this method is called from.(Inherited from TableItemStyle.)

System_CAPS_pubmethodCreateObjRef(Type^)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

Releases all resources used by the Component.(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetStyleAttributes(IUrlResolutionService^)

Retrieves the System.Web.UI::CssStyleCollection object for the specified System.Web.UI::IUrlResolutionService-implemented object.(Inherited from Style.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_protmethodLoadViewState(Object^)

Loads the previously saved state.(Inherited from Style.)

System_CAPS_pubmethodMergeWith(Style^)

Combines the style properties of the specified Style into the instance of the TableItemStyle class that this method is called from.(Inherited from TableItemStyle.)

System_CAPS_pubmethodReset()

Removes any defined style elements from the style.(Inherited from TableItemStyle.)

System_CAPS_protmethodSaveViewState()

A protected method. Saves any state that has been modified after the TrackViewState method was invoked.(Inherited from Style.)

System_CAPS_protmethodSetBit(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. A protected internal method. Sets an internal bitmask field that indicates the style properties that are stored in the state bag.(Inherited from Style.)

System_CAPS_pubmethodSetDirty()

Marks the Style so that its state will be recorded in view state.(Inherited from Style.)

System_CAPS_pubmethodToString()

Returns a String containing the name of the Component, if any. This method should not be overridden.(Inherited from Component.)

System_CAPS_protmethodTrackViewState()

A protected method. Marks the beginning for tracking state changes on the control. Any changes made after tracking has begun will be tracked and saved as part of the control view state.(Inherited from Style.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::LoadViewState(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Loads the previously saved state.(Inherited from Style.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::SaveViewState()

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the object containing state changes.(Inherited from Style.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateManager::TrackViewState()

This API supports the product infrastructure and is not intended to be used directly from your code. Starts tracking state changes.(Inherited from Style.)

Return to top
Show: