Class ApplicationButtonAutomationPeer
Automation peer class for Application Button Element.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class ApplicationButtonAutomationPeer : ButtonAutomationPeer, IExpandCollapseProvider
Constructors
ApplicationButtonAutomationPeer(Button, RadRibbonView)
Initializes a new instance of the ApplicationButtonAutomationPeer class.
Declaration
public ApplicationButtonAutomationPeer(Button owner, RadRibbonView ribbonOwner)
Parameters
System.Windows.Controls.Button
owner
|
RadRibbonView
ribbonOwner
|
Properties
ExpandCollapseState
Gets the expand/collapse state.
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
System.Windows.Automation.ExpandCollapseState
|
Methods
Collapse()
Implementation of the Collapse method from the IExpandCollapseProvider interface.
Declaration
public void Collapse()
Expand()
Implementation of the Expand method from the IExpandCollapseProvider interface.
Declaration
public void Expand()
GetClassNameCore()
Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Gets the AutomationPeer that is the parent of this AutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|