AutomationManager
Class
Manager controlling the Automation behavior, of the controls.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class AutomationManager
Inheritance: objectAutomationManager
Properties
Gets or sets the global automation mode behavior. The default value is .
C#
public static AutomationMode AutomationMode { get; set; }
The automation mode.
Gets or sets whether the automation peer of the control will return a predefined string (the class name) as HelpText. The default value is true - the class name of the control will be returned as the HelpText if the GetHelpTextCore method is overridden in the respective automation peer class. When set to false, the value set as the AutomationProperties.HelpText will be returned.
C#
public static bool UseDefaultHelpText { get; set; }