Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetAllCaps Method


In This Topic
    SetAllCaps Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setAllCaps", 
       "(Z)V", 
       "GetSetAllCaps_ZHandler", 
       ApiSince=14)>
    Public Overridable Sub SetAllCaps( _
       ByVal allCaps 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 allCaps
    )

    Parameters

    allCaps
    See Also