View.NextFocusRightId Property

Definition

Gets the id of the view to use when the next focus is #FOCUS_RIGHT. -or- Sets the id of the view to use when the next focus is #FOCUS_RIGHT.

public virtual int NextFocusRightId { [Android.Runtime.Register("getNextFocusRightId", "()I", "GetGetNextFocusRightIdHandler")] get; [Android.Runtime.Register("setNextFocusRightId", "(I)V", "GetSetNextFocusRightId_IHandler")] set; }
[<get: Android.Runtime.Register("getNextFocusRightId", "()I", "GetGetNextFocusRightIdHandler")>]
[<set: Android.Runtime.Register("setNextFocusRightId", "(I)V", "GetSetNextFocusRightId_IHandler")>]
member this.NextFocusRightId : int with get, set

Property Value

The next focus ID, or #NO_ID if the framework should decide automatically.

Attributes

Remarks

Property getter documentation:

Gets the id of the view to use when the next focus is #FOCUS_RIGHT.

Java documentation for android.view.View.getNextFocusRightId().

Property setter documentation:

Sets the id of the view to use when the next focus is #FOCUS_RIGHT.

Java documentation for android.view.View.setNextFocusRightId(int).

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.

Applies to