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


In This Topic
CanApplyTheme Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("canApplyTheme", 
   "()Z", 
   "GetCanApplyThemeHandler", 
   ApiSince=21)>
Public Overridable Function CanApplyTheme() As Boolean
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim value As Boolean
 
value = instance.CanApplyTheme()
See Also