ComponentOne Input for WinForms
C1DropDownControl Class Properties

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : C1DropDownControl Class

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

Public Properties
 NameDescription
Public PropertyIndicates 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). (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyIndicates if Tab and Shift+Tab keys are accepted by control and move the focus to the next (previous) group of input characters in edit mask and in DateTimeInput mode. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets a value indicating whether the position of the character is automatically changed (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.TextBox)
Public Property (Inherited from System.Windows.Forms.TextBox)
Public Property (Inherited from System.Windows.Forms.TextBox)
Public PropertyGets or sets a value indicating whether to open the combo box when the control receives the focus.  
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyThis method is for internal use only. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets the border color of the control. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyThe cursor that is displayed when the mouse is over a button.  
Public PropertyGets or sets the images for buttons  
Public PropertySpecifies the button width instead of using the default width.  
Public PropertyCalendar, used to format date. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.TextBoxBase)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyTrue if string comparisons are case-sensitive; otherwise, False. Default: False (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets a value indicating whether the control causes validation (i.e. calls Validated and Validating events) (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.TextBox)
Public PropertyDefines rules to filter keyboard input. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.ComponentModel.Component)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyThe culture ID. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyThe current CultureInfo object (available at runtime). (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyThe name selected for the Culture property in the Properties grid (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyIf True, the control’s stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyOverridden. Gets or sets the cursor that is displayed when the mouse pointer is over the control.  
Public PropertyCustom format specifier used if FormatType = FormatTypeEnum.CustomFormat. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyThe field of the data source object to which the control is bound. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyThe data source object to which the control is bound. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyType of the Value property. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyWhether or not a special edit mode is applied to DateTime values. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyThe value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes. Default: NoAdjustments. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets the foreground color of the disabled control. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets whether the text box should be disabled when it is bound to an empty data source, i.e. CurrencyManager.Count = 0. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyFormat used to display the value when the control is not in edit mode (does not have input focus or is read-only). (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyReturns dropdown form instance associated with the control.  
Public PropertyAlignment of the dropdown form relative to the control.  
Public PropertySpecifies the class name of a Form serving as the dropdown window.  
Public PropertyGets or sets the style of the combo box.  
Public PropertyRun-time read-only property indicating if the dropdown is currently open.  
Public PropertyFormat used to display the value when the control is in edit mode (has input focus and is not read-only). (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyThe edit mask string restricting user input. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyReturns True, if the control has input focus and TextDetached = False. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyIf True, empty strings are interpreted as null values (DBNull). (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets a value indicating whether the control can respond to user interaction. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertySettings affecting error handling in the control. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets whether the next control in the tab order receives the focus as soon as the control is filled at the last character. (Inherited from C1.Win.C1Input.C1TextBox)
Public 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. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyEnumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyDistance in pixels between the control edge and the dropdown.  
Public PropertyThe time zone of the Value property used if CurrentTimeZone = False. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.TextBoxBase)
Public PropertyGets or sets the button image.  
Public PropertyGets or sets the index of the button image in the ImageList.  
Public PropertyGets or sets the key of the button image in the ImageList.  
Public PropertyGets or sets the ImageList to get the images to display in the drop down items.  
Public PropertyGets or sets the image padding.  
Public PropertyGets or sets the color to treat as transparent in a image.  
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyDetermines the selection position when a control receives input focus. Default: InitialSelectionEnum.SelectAll. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyDetermines if the up/down buttons intercept and handle Up and Down arrow keys.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyLabel control associated with this input field. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets the spacing between the input control content and its edges, in pixels. Default: all margins are set to 0. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyDraws a red dotted line if Value is empty. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyEdit mask settings. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets the maximum number of characters or bytes that the control can hold. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets whether the maximum number of characters that fit in the control are handled based on bytes, characters, or text elements. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets the maximum number of lines. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyThe minimum year that can be entered without leading zeros. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets a value that indicates that the control has been modified by the user since the control received the input focus or its Value last set. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets whether the mouse click event is consumed or passed through after closing the dropdown.  
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets the foreground color of the control which contains negative value. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyString representing a DBNull value. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertySets or gets a value indicating whether a special edit mode is used for numeric values. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyEnables/disables the special keys used when NumericInput = True. Default: NumericInputKeyFlags.Standard. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertySettings affecting parsing, that is, converting the string entered by the user to the data type. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.TextBox)
Public PropertyValidation rules applied after parsing, that is, after converting the string entered by the user to the DataType (typed validation). (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyValidation rules applied before parsing, that is, before converting the string entered by the user to the DataType (raw string validation). (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.TextBoxBase)
Public Property (Inherited from System.Windows.Forms.TextBoxBase)
Public Property (Inherited from System.Windows.Forms.TextBoxBase)
Public PropertySpecifies whether the context menu can be displayed for the control. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyDetermines if the modal button is visible.  
Public PropertyDetermines if the dropdown button is visible.  
Public PropertySpecifies whether a focus rectangle should be displayed around the client area when the control has the input focus. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyDetermines if the modal button is visible.  
Public PropertyDetermines if the up/down buttons are visible.  
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets the object that contains data about the control (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.TextBox)
Public PropertySpecifies whether the Value and Text properties can be set independently. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets the length of text in the control. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyIf True, trailing spaces are removed. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyIf True, leading spaces are removed. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets the alignment of the spin button.  
Public PropertyIndicates whether to honor the ColumnStyle properties defined on the C1ViewColumn object that this control is bound to. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyIf True, current user regional settings override the selected culture. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets the current C1TextBox.DataType representation of the visual information contained in the control. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyAllows backward compatibility with the old behavior, when the ValueChanged event previously fired on any text change. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets a value indicating whether the Value is DBNull. (Inherited from C1.Win.C1Input.C1TextBox)
Public PropertyGets or sets the vertical alignment of the content in the control. The default is VerticalAlignEnum.Top. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyGets or sets a value specifying which buttons are visible. The default is (UpDown Or DropDown).  
Public PropertyGets or sets the visual style of the control. (Inherited from C1.Win.C1Input.C1TextBox)
Public Property (Inherited from System.Windows.Forms.Control)
Public PropertyIf this property is False the month will be automatically incremented when the user spins the date past the end of the month. The same about other parts of the date/time value. (Inherited from C1.Win.C1Input.C1TextBox)
Top
See Also

Reference

C1DropDownControl Class
C1.Win.C1Input Namespace