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