This documentation is archived and is not being maintained.
TableItemPattern Class
Visual Studio 2010
Represents the child controls of containers that support TablePattern.
System::Object
System.Windows.Automation::BasePattern
System.Windows.Automation::GridItemPattern
System.Windows.Automation::TableItemPattern
System.Windows.Automation::BasePattern
System.Windows.Automation::GridItemPattern
System.Windows.Automation::TableItemPattern
Assembly: UIAutomationClient (in UIAutomationClient.dll)
The TableItemPattern type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection. (Inherited from BasePattern.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ColumnHeaderItemsProperty | Identifies the property that retrieves all the column headers associated with a table item or cell. |
![]() ![]() | Pattern | Identifies the TableItemPattern control pattern. |
![]() ![]() | RowHeaderItemsProperty | Identifies the property that retrieves all the row headers associated with a table item or cell. |
This control pattern is analogous to GridItemPattern with the distinction that any control supporting TableItemPattern will programmatically expose the relationship between the individual cell and its row and column information.
Access to individual cell functionality is provided by the additional support of GridItemPattern.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
