C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / DispatchUnhandledMove Method


In This Topic
DispatchUnhandledMove Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchUnhandledMove", 
   "(Landroid/view/View;I)Z", 
   "GetDispatchUnhandledMove_Landroid_view_View_IHandler")>
Public Overridable Function DispatchUnhandledMove( _
   ByVal focused As Android.Views.View, _
   ByVal direction As Android.Views.FocusSearchDirection _
) As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim focused As Android.Views.View
Dim direction As Android.Views.FocusSearchDirection
Dim value As Boolean
 
value = instance.DispatchUnhandledMove(focused, direction)

Parameters

focused
direction
See Also