Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface
Properties Methods Events

In This Topic
    IDropDownEditorBase Interface Members
    In This Topic

    The following tables list the members exposed by IDropDownEditorBase.

    Public Properties
     NameDescription
     PropertyGets or sets a value indicates if the Escape key that cancels modified value is handled by the control without passing it to the owner form (AcceptsEscape=True), or it is then passed to the form and can close it if the form has CancelButton (AcceptsEscape=False).  
     PropertyGets or sets a custom StringCollection to use when the AutoCompleteSource property is set to CustomSource.  
     PropertyGets or sets an option that controls how automatic completion works for the TextBox.  
     PropertyGets or sets a value specifying the source of complete strings used for automatic completion.  
     PropertyGets or sets a value indicating whether to open the drop down control when the control receives the focus. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets the properties of butons. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets a value indicating whether the user can undo the previous operation in a text box control.  
     PropertyTrue if string comparisons are case-sensitive; otherwise, False. Default: False  
     PropertyGets or sets whether the TextBox control modifies the case of characters as they are typed.  
     PropertyGets or sets the current CultureInfo object.  
     PropertyCustom format specifier used if FormatType = FormatTypeEnum.CustomFormat.  
     PropertyGets or sets the member of the data source object to which the control is bound. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets the data source object to which the control is bound. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets the type of the Value property.  
     PropertyGets or sets whether the text box should be disabled when it is bound to an empty data source, i.e. CurrencyManager.Count = 0.  
     PropertyFormat used to display the value when the control is in display mode.  
     PropertyAlignment of the dropdown form relative to the control. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets the style of the combobox.  
     PropertyGets or set the width of the drop down box in a combobox. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets a value indicating if the dropdown is currently open. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyFormat used to display the value when the control is in edit mode (has input focus and is not read-only).  
     PropertyIf True, empty strings are interpreted as null values (DBNull).  
     PropertyGets settings affecting error handling in the control.  
     PropertyGets or sets whether the focus automatically moves to the previous or next control in the tab order when pressing the left or right arrow keys.  
     PropertyEnumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting.  
     PropertyGets or sets a distance in pixels between the control edge and the dropdown. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.  
     PropertyGets or sets the C1.Framework.C1Icon that is displayed on a drop down control. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets the image that is displayed on a drop down control. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets the image list index value of the image displayed on a drop down control. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets the key accessor for the image in the ImageList. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on a drop down control. (Inherited from C1.Win.Input.Base.IDropDownControlBase)
     PropertyGets or sets a value determines the selection position when a control receives input focus.  
     PropertyGets or sets a value that indicates need draws a red dotted line if Value is empty or not.  
     PropertyGets or sets the maximum number of characters the user can type or paste into the text box control.  
     PropertyGets or sets whether the maximum number of characters that fit in the control are handled based on bytes, characters, or text elements.  
     PropertyString representing a DBNull value.  
     PropertyGets settings affecting parsing, that is, converting the string entered by the user to the data type.  
     PropertyGets or sets the character used to mask characters of a password in a single-line TextBox control.  
     PropertyGets or sets the textual place holder, that is displayed by C1.Win.Input.C1TextBox to prompt the user for information.  
     PropertyValidation rules applied after parsing, that is, after converting the string entered by the user to the DataType (typed validation).  
     PropertyValidation rules applied before parsing, that is, before converting the string entered by the user to the DataType (raw string validation).  
     PropertyGets or sets a value indicating the currently selected text in the control.  
     PropertyGets or sets the number of characters selected in the text box.  
     PropertyGets or sets the starting point of text selected in the text box.  
     PropertyGets or sets a value indicating whether the defined shortcuts are enabled.  
     PropertyGets or sets the current text in the text box.  
     PropertyGets or sets how text is aligned in a TextBox control.  
     PropertyGets the length of text in the control.  
     PropertyIf True, trailing spaces are removed.  
     PropertyIf True, leading spaces are removed.  
     PropertyGets or sets a value indicating whether the text in the TextBox control should appear as the default password character.  
     PropertyGets or sets the current DataType representation of the visual information contained in the control.  
     PropertyGets or sets the vertical alignment of the content in the control.  
    Top
    Public Methods
     NameDescription
     MethodChecks the result of the ParseContent method.  
     MethodParses the Text string.  
     MethodSelects a range of text in the text box.  
     MethodSelects all text in the text box.  
     MethodTriggers parsing of the Text property and updating the Value.  
     MethodValidates current Text property in the same manner as it usually validated after the control loses focus.  
    Top
    Public Events
     NameDescription
     EventOccurs when the DataType property changes.  
     EventOccurs when the control receives data that cannot be formatted according to the current format and edit mask settings.  
     EventFormatting the value programmatically.  
     EventOccurs when the value of the HideSelection property has changed.  
     EventOccurs after the input string value has been converted to the DataType.  
     EventProgrammatic parsing of the input string.  
     EventOccurs after the typed value has been validated  
     EventProgrammatic typed value validation.  
     EventOccurs after the input string value has been validated.  
     EventProgrammatic input string validation.  
     EventOccurs when the value of the System.Windows.Forms.TextBox.TextAlign property has changed.  
     EventError occurred while parsing or validating the input string.  
     EventOccurs when the Value property changes.  
     EventOccurs when the value of the VerticalAlign property changes.  
    Top
    See Also