TextView.IsCursorVisible 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.
public virtual bool IsCursorVisible { [Android.Runtime.Register("isCursorVisible", "()Z", "GetIsCursorVisibleHandler")] get; }
[<get: Android.Runtime.Register("isCursorVisible", "()Z", "GetIsCursorVisibleHandler")>]
member this.IsCursorVisible : bool
Property Value
whether or not the cursor is visible (assuming this TextView is editable). This
method may return false
when the IME is consuming the input even if the
mEditor.mCursorVisible
attribute is true
or #setCursorVisible(true)
is called.
- Attributes
Remarks
Java documentation for android.widget.TextView.isCursorVisible()
.
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.