Android.Views.View.GetDrawableState Method
Return an array of resource IDs of the drawable states representing the current state of the view.

Syntax

[Android.Runtime.Register("getDrawableState", "()[I", "")]
public int[] GetDrawableState ()

See Also

Android.Graphics.Drawables.Drawable.SetState(Int32[])
View.DrawableStateChanged
View.OnCreateDrawableState(int)

Returns

Documentation for this section has not yet been entered.

Remarks

Return an array of resource IDs of the drawable states representing the current state of the view.

[Android Documentation]

Requirements

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