Class RadGeometryToggleButtonAutomationPeer
UI Automation peer class for RadGeometryToggleButton.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class RadGeometryToggleButtonAutomationPeer : RadToggleButtonAutomationPeer
Constructors
RadGeometryToggleButtonAutomationPeer(RadGeometryToggleButton)
Initializes a new instance of the RadGeometryToggleButtonAutomationPeer class.
Declaration
public RadGeometryToggleButtonAutomationPeer(RadGeometryToggleButton owner)
Parameters
RadGeometryToggleButton
owner
The owner. |
Methods
GetClassNameCore()
Returns the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
The name of the owner type that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. See Remarks. |
Overrides
GetHelpTextCore()
Returns the string that describes the functionality of the System.Windows.FrameworkElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetHelpText.
Declaration
protected override string GetHelpTextCore()
Returns
System.String
The help text, or System.String.Empty if there is no help text. |
Overrides
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |