C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarYearsPanel Class / GetAutofillHints Method


In This Topic
GetAutofillHints Method (CalendarYearsPanel)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getAutofillHints", 
   "()[Ljava/lang/String;", 
   "GetGetAutofillHintsHandler", 
   ApiSince=26)>
Public Overridable Function GetAutofillHints() As String()
 
'Usage
 
Dim instance As CalendarYearsPanel
Dim value() As String
 
value = instance.GetAutofillHints()
See Also