Android.Widget.TextView.SetCursorVisible Method
Set whether the cursor is visible.

Syntax

[Android.Runtime.Register("setCursorVisible", "(Z)V", "GetSetCursorVisible_ZHandler")]
public virtual void SetCursorVisible (bool visible)

See Also

TextView.IsCursorVisible

Parameters

visible
Documentation for this section has not yet been entered.

Remarks

Set whether the cursor is visible. The default is true. Note that this property only makes sense for editable TextView.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1