ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / AutoChangePosition Property

In This Topic
    AutoChangePosition Property (C1ComboBox)
    In This Topic
    Gets or sets a value indicating whether the position of the character is automatically changed
    Syntax
    'Declaration
     
    
    Public Property AutoChangePosition As Boolean
    public bool AutoChangePosition {get; set;}
    See Also