Android.Views.View.OnCreateDrawableState Method
Generate the new Android.Graphics.Drawables.Drawable state for this view.

Syntax

[Android.Runtime.Register("onCreateDrawableState", "(I)[I", "GetOnCreateDrawableState_IHandler")]
protected virtual int[] OnCreateDrawableState (int extraSpace)

See Also

View.MergeDrawableStates(Int32[], System.Int32[])

Parameters

extraSpace
if non-zero, this is the number of extra entries you would like in the returned array in which you can place your own states.

Returns

Documentation for this section has not yet been entered.

Remarks

Generate the new Android.Graphics.Drawables.Drawable state for this view. This is called by the view system when the cached Drawable state is determined to be invalid. To retrieve the current state, you should use View.GetDrawableState.

[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