C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / GetConstantState Method


In This Topic
GetConstantState Method
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()
See Also