Class PivotHeaderAutomationPeer
Inheritance
System.Object
PivotHeaderAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public sealed class PivotHeaderAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Constructors
PivotHeaderAutomationPeer(PivotHeader)
Properties
IsReadOnly
Property used to store the IsEditable property of the PivotHeader.
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
TextValue
Public property for the text of the PivotHeaderAutomationPeer.
Declaration
public string TextValue { get; }
Property Value
System.String
|
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemTypeCore()
Declaration
protected override string GetItemTypeCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|
IsContentElementCore()
Declaration
protected override bool IsContentElementCore()
Returns
System.Boolean
|
SetValue(String)
Sets the header's text.
Declaration
public void SetValue(string value)
Parameters
System.String
value
|