C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / Tag Property


In This Topic
Tag Property (C1TextBox)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Tag As Java.Lang.Object
 
'Usage
 
Dim instance As C1TextBox
Dim value As Java.Lang.Object
 
instance.Tag = value
 
value = instance.Tag
See Also