AutomationElementIdentifiers.HelpTextProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the help text automation property. The help text property value is returned by the GetHelpText method.
public:
static property AutomationProperty ^ HelpTextProperty { AutomationProperty ^ get(); };
static AutomationProperty HelpTextProperty();
public static AutomationProperty HelpTextProperty { get; }
var automationProperty = AutomationElementIdentifiers.helpTextProperty;
Public Shared ReadOnly Property HelpTextProperty As AutomationProperty
Property Value
The automation property identifier.