WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoCompleteTarget

    Show / Hide Table of Contents

    Class AutoCompleteTarget

    The AutoCompleteTarget class provide the object collection of the column.

    Inheritance
    System.Object
    AutoCompleteTarget
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class AutoCompleteTarget

    Constructors

    AutoCompleteTarget(Control, AutoCompleteModes)

    Initializes a new instance of the AutoCompleteTarget class.

    Declaration
    public AutoCompleteTarget(Control editControl, AutoCompleteModes autoCompleteMode)
    Parameters
    Type Name Description
    System.Windows.Forms.Control editControl

    Indicates the control which are associated to AutoComplete.

    AutoCompleteModes autoCompleteMode

    Indicates the mode of AutoComplete.

    Properties

    AutoCompleteMode

    Gets or sets the AutoCompleteModes.

    Declaration
    public AutoCompleteModes AutoCompleteMode { get; set; }
    Property Value
    Type Description
    AutoCompleteModes

    EditControl

    Get the edit control of the AutoComplete.

    Declaration
    public Control EditControl { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved