Xamarin.iOS のドキュメント
C1AutoComplete クラス
メンバ 

C1.iOS.Input アセンブリ > C1.iOS.Input 名前空間 : C1AutoComplete クラス
AutoComplete コントロールは、ユーザーの入力中に補完候補を自動的に表示する編集可能な入力コントロールです。ドロップダウンメニューに候補リストが表示されます。
オブジェクト モデル
C1AutoComplete クラス
シンタックス
'宣言
 
<Foundation.RegisterAttribute("C1AutoComplete")>
<System.ComponentModel.DesignTimeVisibleAttribute(True)>
<C1LicensedControlAttribute()>
Public Class C1AutoComplete 
   Inherits C1ComboBox
   Implements C1.iOS.Core.IDependencyObject, C1.iOS.Core.IFlowDirection, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
[Foundation.Register("C1AutoComplete")]
[System.ComponentModel.DesignTimeVisible(true)]
[C1LicensedControl()]
public class C1AutoComplete : C1ComboBox, C1.iOS.Core.IDependencyObject, C1.iOS.Core.IFlowDirection, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
継承階層

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Input.C1DropDown
               C1.iOS.Input.C1ComboBox
                  C1.iOS.Input.C1AutoComplete

参照

C1AutoComplete メンバ
C1.iOS.Input 名前空間