GridItemPattern Class
Represents child controls of containers that support GridPattern.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
System.Windows.Automation.BasePattern
System.Windows.Automation.GridItemPattern
System.Windows.Automation.TableItemPattern
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ColumnProperty | Identifies the Column property. |
![]() ![]() | ColumnSpanProperty | Identifies the ColumnSpan property. |
![]() ![]() | ContainingGridProperty | Identifies the ContainingGrid property. |
![]() ![]() | Pattern | Identifies the GridItemPattern control pattern. |
![]() ![]() | RowProperty | Identifies the Row property. |
![]() ![]() | RowSpanProperty | Identifies the RowSpan property. |
Controls that support GridItemPattern can typically be traversed (that is, a UI Automation client can move to adjacent controls) by using the keyboard.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




