UI Automation peer class for RadGeometryToggleButton.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public class RadGeometryToggleButtonAutomationPeer : RadToggleButtonAutomationPeer
Inheritance: objectRadToggleButtonAutomationPeerRadGeometryToggleButtonAutomationPeer
Inherited Members
Constructors
Initializes a new instance of the RadGeometryToggleButtonAutomationPeer class.
C#
public RadGeometryToggleButtonAutomationPeer(RadGeometryToggleButton owner)
The owner.
Methods
Returns the name of the UIElement that is associated with this . This method is called by .
C#
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See Remarks.
Overrides:
When overridden in a derived class, is called by .
C#
protected override string GetLocalizedControlTypeCore()
The type of the control.
Overrides: