TreeNodeStyle Methods

 

Namespace:   System.Web.UI.WebControls
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 HTML attributes and styles that need to be rendered to the specified System.Web.UI::HtmlTextWriter and Web server control. This method is primarily used by control developers.(Inherited from Style.)

System_CAPS_pubmethodCopyFrom(Style^)

Copies the style properties of the specified Style object into the current TreeNodeStyle object.(Overrides Style::CopyFrom(Style^).)

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 object with the style properties of the current TreeNodeStyle object.(Overrides Style::MergeWith(Style^).)

System_CAPS_pubmethodReset()

Returns the TreeNodeStyle object to its original state.(Overrides Style::Reset().)

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: