TablePatternIdentifiers.RowHeadersProperty Field

Definition

Identifies the property that calls the GetRowHeaders() method.

public: static initonly System::Windows::Automation::AutomationProperty ^ RowHeadersProperty;
public static readonly System.Windows.Automation.AutomationProperty RowHeadersProperty;
 staticval mutable RowHeadersProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly RowHeadersProperty As AutomationProperty 

Field Value

Remarks

This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent fields in TablePattern.

Applies to

See also