UIElement3DAutomationPeer.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.
Returns the string that describes the functionality of the UIElement3D that is associated with this UIElement3DAutomationPeer. 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
A string that describes the functionality of the UIElement3D that is associated with this UIElement3DAutomationPeer.
Remarks
Typically, the GetHelpTextCore method returns a string that is the same text that the control provides in the tooltip. This method calls the AutomationProperties.GetHelpText method to get the value. AutomationProperties.GetHelpText returns a value only when the AutomationProperties.HelpText property is set. You can override GetHelpTextCore and add logic to provide the help text in a way that makes sense for your UIElement3D.
UIElement3DAutomationPeer is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.