UIElementAutomationPeer.GetHelpTextCore Method

Definition

Gets the string that describes the functionality of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetHelpText().

protected:
 override System::String ^ GetHelpTextCore();
protected override string GetHelpTextCore ();
override this.GetHelpTextCore : unit -> string
Protected Overrides Function GetHelpTextCore () As String

Returns

The string that contains the HelpText that is returned by GetHelpText(DependencyObject).

Remarks

Typically, the string that returns is the same text that the control provides in the tooltip.

Applies to