View.NextFocusDownId 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 id of the view to use when the next focus is #FOCUS_DOWN
. -or- Sets the id of the view to use when the next focus is #FOCUS_DOWN
.
public virtual int NextFocusDownId { [Android.Runtime.Register("getNextFocusDownId", "()I", "GetGetNextFocusDownIdHandler")] get; [Android.Runtime.Register("setNextFocusDownId", "(I)V", "GetSetNextFocusDownId_IHandler")] set; }
[<get: Android.Runtime.Register("getNextFocusDownId", "()I", "GetGetNextFocusDownIdHandler")>]
[<set: Android.Runtime.Register("setNextFocusDownId", "(I)V", "GetSetNextFocusDownId_IHandler")>]
member this.NextFocusDownId : 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_DOWN
.
Java documentation for android.view.View.getNextFocusDownId()
.
Property setter documentation:
Sets the id of the view to use when the next focus is #FOCUS_DOWN
.
Java documentation for android.view.View.setNextFocusDownId(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.