SetAllCaps Method (C1TextBox)
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setAllCaps",
"(Z)V",
"GetSetAllCaps_ZHandler",
ApiSince=14)>
Public Overridable Sub SetAllCaps( _
ByVal As Boolean _
)
'Usage
Dim instance As C1TextBox
Dim allCaps As Boolean
instance.SetAllCaps(allCaps)
[Android.Runtime.Register("setAllCaps",
"(Z)V",
"GetSetAllCaps_ZHandler",
ApiSince=14)]
public virtual void SetAllCaps(
bool
)
Parameters
- allCaps
See Also