Share via


RibbonCheckBoxAutomationPeer.GetHelpTextCore Method

Gets the text that describes the functionality of the RibbonCheckBox control that is associated with this RibbonCheckBoxAutomationPeer. 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 RibbonCheckBox control that is associated with this RibbonCheckBoxAutomationPeer.

.NET Framework Security

See Also

Reference

RibbonCheckBoxAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace