In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("getConstantState",
"()Landroid/graphics/drawable/Drawable$ConstantState;",
"GetGetConstantStateHandler")>
Public Overridable Function GetConstantState() As Android.Graphics.Drawables.Drawable.ConstantState
'Usage
Dim instance As C1TexBoxBackgroundDrawable
Dim value As Android.Graphics.Drawables.Drawable.ConstantState
value = instance.GetConstantState()
[Android.Runtime.Register("getConstantState",
"()Landroid/graphics/drawable/Drawable$ConstantState;",
"GetGetConstantStateHandler")]
public virtual Android.Graphics.Drawables.Drawable.ConstantState GetConstantState()
See Also