Input for WinForms | ComponentOne
C1.Win.Input Namespace / IComboBox Interface

In This Topic
    IComboBox Interface Methods
    In This Topic

    For a list of all members of this type, see IComboBox members.

    Public Methods
     NameDescription
     MethodChecks the result of the ParseContent method. (Inherited from C1.Win.Input.Base.IDropDownEditorBase)
     MethodParses the Text string. (Inherited from C1.Win.Input.Base.IDropDownEditorBase)
     MethodSelects a range of text in the text box. (Inherited from C1.Win.Input.Base.IDropDownEditorBase)
     MethodSelects all text in the text box. (Inherited from C1.Win.Input.Base.IDropDownEditorBase)
     MethodSets items data source for the C1ComboBox.  
     MethodTriggers parsing of the Text property and updating the Value. (Inherited from C1.Win.Input.Base.IDropDownEditorBase)
     MethodValidates current Text property in the same manner as it usually validated after the control loses focus. (Inherited from C1.Win.Input.Base.IDropDownEditorBase)
    Top
    See Also