RibbonRadioButtonAutomationPeer.GetHelpTextCore Method
Gets the text that describes the functionality of the RibbonRadioButton control that is associated with this RibbonRadioButtonAutomationPeer. 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 RibbonRadioButton control that is associated with this RibbonRadioButtonAutomationPeer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.