Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

GridItemPattern Class

Definition

Namespace:
System.Windows.Automation
Assembly:
UIAutomationClient.dll

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 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

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.

Properties

Name Description
Cached

Gets the cached property values for this GridItemPattern.

Current

Gets the current property values for this GridItemPattern.

Methods

Name Description
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


Feedback

Was this page helpful?