ClassAutomationManager
Class
Manager controlling the Automation behavior, of the controls.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public static class AutomationManager
Inheritance: objectAutomationManager
Properties
AutomationMode
Gets or sets the global automation mode behavior. The default value is .
Declaration
cs-api-definition
public static AutomationMode AutomationMode { get; set; }
Property Value
The automation mode.
UseDefaultHelpText
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.
Declaration
cs-api-definition
public static bool UseDefaultHelpText { get; set; }
Property Value