Share via


RibbonToggleButtonAutomationPeer.GetHelpTextCore Method

Gets the text that describes the functionality of the RibbonToggleButton control that is associated with this RibbonToggleButtonAutomationPeer. This method is called by GetHelpText.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Function GetHelpTextCore As String
protected override string GetHelpTextCore()
protected:
virtual String^ GetHelpTextCore() override
abstract GetHelpTextCore : unit -> string 
override GetHelpTextCore : unit -> string 
protected override function GetHelpTextCore() : String

Return Value

Type: System.String
The text that describes the functionality of the RibbonToggleButton control that is associated with this RibbonToggleButtonAutomationPeer.

.NET Framework Security

See Also

Reference

RibbonToggleButtonAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace