TableItemPattern Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the child controls of containers that support TablePattern.
public ref class TableItemPattern : System::Windows::Automation::GridItemPattern
public class TableItemPattern : System.Windows.Automation.GridItemPattern
type TableItemPattern = class
inherit GridItemPattern
Public Class TableItemPattern
Inherits GridItemPattern
- Inheritance
Remarks
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.
Fields
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. |
Properties
Cached |
Gets the cached property values for this TableItemPattern. |
Current |
Gets the current property values for this TableItemPattern. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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) |