AutomationPeer.GetHelpText 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.
Gets text that describes the functionality of the control that is associated with the automation peer.
public:
virtual Platform::String ^ GetHelpText() = GetHelpText;
winrt::hstring GetHelpText();
public string GetHelpText();
function getHelpText()
Public Function GetHelpText () As String
Returns
The help text.