This documentation is archived and is not being maintained.

TableItemStyle Members

TableItemStyle overview

Public Constructors

public constructorTableItemStyle Constructor Overloaded. Creates a new instance of the TableItemStyle class.

Public Properties

public propertyBackColor (inherited from Style) Gets or sets the background color of the Web server control.
public propertyBorderColor (inherited from Style) Gets or sets the border color of the Web server control.
public propertyBorderStyle (inherited from Style) Gets or sets the border style of the Web server control.
public propertyBorderWidth (inherited from Style) Gets or sets the border width of the Web server control.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyCssClass (inherited from Style) Gets or sets the CSS class rendered by the Web server control on the client.
public propertyFont (inherited from Style) Gets the font properties associated with the Web server control.
public propertyForeColor (inherited from Style) Gets or sets the foreground color (typically the color of the text) of the Web server control.
public propertyHeight (inherited from Style) Gets or sets the height of the Web server control.
public propertyHorizontalAlign Gets or sets the horizontal alignment of the contents in a cell.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.
public propertyVerticalAlign Gets or sets the vertical alignment of the contents in a cell.
public propertyWidth (inherited from Style) Gets or sets the width of the Web server control.
public propertyWrap Gets or sets a value indicating whether the contents of a cell wrap in the cell.

Public Methods

public methodAddAttributesToRender Overloaded. Overridden. See Style.AddAttributesToRender.
public methodCopyFrom Overridden. Duplicates the style properties of the specified Style into the instance of the TableItemStyle class that this method is called from.
public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodMergeWith Overridden. Combines the style properties of the specified Style into the instance of the TableItemStyle class that this method is called from.
public methodReset Overridden. Removes any defined style elements from the state bag.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

Protected Properties

protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.
protected propertyIsTrackingViewState (inherited from Style) Returns a value indicating whether any style elements have been defined in the state bag.

Protected Methods

protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodFinalize (inherited from Component) Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

TableItemStyle Class | System.Web.UI.WebControls Namespace

Show: