Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.11 KB

automationpeer_gethelptextcore_1515335276.md

File metadata and controls

26 lines (17 loc) · 1.11 KB
-api-id -api-type
M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetHelpTextCore
winrt method

Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetHelpTextCore

-description

Provides the peer's behavior when a Microsoft UI Automation client calls GetHelpText or an equivalent Microsoft UI Automation client API.

-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.

-examples

-see-also

FrameworkElementAutomationPeer, AutomationProperties.HelpText, Custom automation peers, Accessibility