GridItemPattern Class

Definition

Represents child controls of containers that support GridPattern.

public ref class GridItemPattern : System::Windows::Automation::BasePattern
public class GridItemPattern : System.Windows.Automation.BasePattern
type GridItemPattern = class
    inherit BasePattern
Public Class GridItemPattern
Inherits BasePattern
Inheritance
GridItemPattern
Derived

Remarks

Controls that support GridItemPattern can typically be traversed (that is, a UI Automation client can move to adjacent controls) by using the keyboard.

Fields

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.

Properties

Cached

Gets the cached property values for this GridItemPattern.

Current

Gets the current property values for this GridItemPattern.

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)

Applies to

See also