AccessibilityNodeInfo.TooltipTextFormatted Property
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.
Gets the tooltip text of this node. -or- Sets the tooltip text of this node.
public virtual Java.Lang.ICharSequence? TooltipTextFormatted { [Android.Runtime.Register("getTooltipText", "()Ljava/lang/CharSequence;", "GetGetTooltipTextHandler", ApiSince=28)] get; [Android.Runtime.Register("setTooltipText", "(Ljava/lang/CharSequence;)V", "GetSetTooltipText_Ljava_lang_CharSequence_Handler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getTooltipText", "()Ljava/lang/CharSequence;", "GetGetTooltipTextHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setTooltipText", "(Ljava/lang/CharSequence;)V", "GetSetTooltipText_Ljava_lang_CharSequence_Handler", ApiSince=28)>]
member this.TooltipTextFormatted : Java.Lang.ICharSequence with get, set
Property Value
The tooltip text.
- Attributes
Remarks
Property getter documentation:
Gets the tooltip text of this node.
Java documentation for android.view.accessibility.AccessibilityNodeInfo.getTooltipText()
.
Property setter documentation:
Sets the tooltip text of this node.
<strong>Note:</strong> Cannot be called from an android.accessibilityservice.AccessibilityService
. This class is made immutable before being delivered to an AccessibilityService.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.