CalendarButtonAutomationPeer.GetHelpTextCore Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns the string that describes the functionality of the item that is associated with this CalendarButtonAutomationPeer. This method is called by GetHelpText.
Namespace: System.Windows.Automation.Peers
Assembly: System.Windows.Controls (in System.Windows.Controls.dll)
Syntax
'Declaration
Protected Overrides Function GetHelpTextCore As String
protected override string GetHelpTextCore()
Return Value
Type: System.String
The help text, or String.Empty if there is no help text.
Remarks
. By default, this implementation provides a DateTime.ToString behavior based on the owner.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also