Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / JumpDrawablesToCurrentState Method


In This Topic
    JumpDrawablesToCurrentState Method (C1DropDown)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("jumpDrawablesToCurrentState", 
       "()V", 
       "GetJumpDrawablesToCurrentStateHandler", 
       ApiSince=11)>
    Public Overridable Sub JumpDrawablesToCurrentState() 
    'Usage
     
    
    Dim instance As C1DropDown
     
    instance.JumpDrawablesToCurrentState()
    [Android.Runtime.Register("jumpDrawablesToCurrentState", 
       "()V", 
       "GetJumpDrawablesToCurrentStateHandler", 
       ApiSince=11)]
    public virtual void JumpDrawablesToCurrentState()
    See Also