AutomationPeer.GetHelpTextCore Method
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.
Provides the peer's behavior when a Microsoft UI Automation client calls GetHelpText or an equivalent Microsoft UI Automation client API.
protected:
virtual Platform::String ^ GetHelpTextCore() = GetHelpTextCore;
winrt::hstring GetHelpTextCore();
protected virtual string GetHelpTextCore();
function getHelpTextCore()
Protected Overridable Function GetHelpTextCore () As String
Returns
The help text.
Remarks
Specifying a control behavior for help text is uncommon. In most cases, apps that need it will establish help text information in the UI by applying the AutomationProperties.HelpText attached property to the UI definition XAML.