InputPanel for WinForms帮助文档
InputComboBox 类 成员
属性  方法  事件


以下表中列出了InputComboBox的公开成员.

公共 构造函数
 名称说明
Public 构造函数InputComboBox 构造函数Initializes a new instance of InputComboBox.  
页首
公共 属性
 名称说明
Public 属性AutoCompleteModeGets or sets an option that controls how automatic completion works for the InputComboBox.  
Public 属性AutoEllipsisEnables the automatic handling of text that extends beyond the width of the component.  
Public 属性BoundsGets the position of the component within its parent. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性BreakGets or sets how the layout should break the flow after the component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性Container (从System.ComponentModel.Component继承)
Public 属性ContextMenuGets or sets the context menu associated with the combo box.  
Public 属性DataBindingsGets a reference to the collection of data bindings for the component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性DataSource重写. Gets or sets the data source object for the InputComboBox.  
Public 属性DisableOnNoDataGets or sets whether the component should be disabled when it is bound to an empty data source, i.e. when CurrencyManager.Count = 0. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性DisplayMemberGets or sets the property to display for this InputComboBox.  
Public 属性DropDownStyleGets or sets a value specifying the style of the InputComboBox.  
Public 属性DroppedDownGets or sets whether the drop-down portion of this element is visible. (从C1.Win.C1InputPanel.InputDropDown继承)
Public 属性ElementHeightGets or sets the height of the inner element. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性ElementWidthGets or sets the width of the inner element. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性EnabledGets or sets a value indicating whether the component can respond to user interaction. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性ErrorTextGets or sets an error description string with optional HTML tags. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性FocusedGets a value indicating whether the component has input focus. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性FontGets or sets the InputComponent.Font used by the InputComponent. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性FontPaddingGets or sets whether the InputComponent should use padding to avoid text clipping. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性ForeColorGets or sets the System.Drawing.Color used to display text in the InputComponent. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性FormattingEnabledGets or sets a value indicating whether formatting is applied to the DisplayMember property of the InputComboBox.  
Public 属性GripHandleVisibleGets or sets a value indicating whether the drop-down list can be resized.  
Public 属性HeightGets or sets the height of the component. Set to -1 to let the component calculate it automatically. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性HighlightedIndexGets or sets index of the highlighted item in the InputComboBox.  
Public 属性HighlightedOptionGets or sets the highlighted option in the InputComboBox.  
Public 属性HorizontalAlignGets or sets how content is horizontally aligned within the InputComponent. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性InputPanelGets the C1InputPanel that this InputComponent belongs to. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性IsDisposedGets a value indicating whether the component has been disposed. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性ItemsGets the collection of items in this InputComboBox.  
Public 属性MaxDropDownItemsGets or sets the maximum number of entries to display in the drop-down list.  
Public 属性MaxLengthGets or sets the maximum length of the string in the Text property in this InputComboBox.  
Public 属性MismatchValueErrorTextGets or sets the error message that appears if the typed text doesn't match any row in the lookup table.  
Public 属性NameGets or sets the unique name for this InputComponent. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性PaddingGets or sets padding within the input component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性ParentGets the component's parent (either a C1InputPanel or a InputComponent). (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性ReadOnlyGets or sets a value indicating whether the contents of the component can be changed.  
Public 属性SelectedIndexGets or sets index of the selected item in the InputComboBox.  
Public 属性SelectedItemGets or sets the data item selected in the bound InputComboBox.  
Public 属性SelectedOptionGets or sets the selected option in the InputComboBox.  
Public 属性SelectedValueGets or sets the value of the member property specified by the ValueMember property.  
Public 属性Site (从System.ComponentModel.Component继承)
Public 属性TabStopGets or sets a value indicating whether the user can give the focus to this component using the TAB key. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性TagGets or sets an object that contains data associated with this component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性Text重写. Gets or sets the text in the InputComboBox.  
Public 属性TextAlignGets or sets how text is aligned in the InputComboBox.  
Public 属性TextBoxGets the TextBox control contained in this InputComboBox.  
Public 属性ToolTipTextGets or sets the text that appears as a ToolTip for this component (may include HTML tags). (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性UpdateListPositionGets or sets a value indicating whether the Position property of the underlying CurrencyManager should be updated when the SelectedIndex changes.  
Public 属性ValueMemberGets or sets the property to use as the actual value for the items in the InputComboBox.  
Public 属性VerticalAlignGets or sets how content is vertically aligned within the InputComponent. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性VisibilityGets or sets the display state of the component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 属性WidthGets or sets the width of the component. Set to -1 to have the component calculate it automatically. (从C1.Win.C1InputPanel.InputComponent继承)
页首
保护 属性
 名称说明
Protected 属性CanRaiseEvents (从System.ComponentModel.Component继承)
Protected 属性DefaultElementHeight (从C1.Win.C1InputPanel.InputComponent继承)
Protected 属性DefaultElementWidth重写.   
Protected 属性DefaultHeight (从C1.Win.C1InputPanel.InputComponent继承)
Protected 属性DefaultPadding (从C1.Win.C1InputPanel.InputComponent继承)
Protected 属性DefaultWidth重写.   
Protected 属性DesignMode (从System.ComponentModel.Component继承)
Protected 属性Events (从System.ComponentModel.Component继承)
Protected 属性NotSetHorizontalAlign (从C1.Win.C1InputPanel.InputComponent继承)
Protected 属性NotSetVerticalAlign重写.   
页首
公共 方法
 名称说明
Public 方法CreateObjRef (从System.MarshalByRefObject继承)
Public 方法Dispose重载. Clean up any resources being used. (从C1.Win.C1InputPanel.InputComponent继承)
Public 方法FocusSets input focus to the component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 方法GetItemTextReturns the text representation of the specified item.  
Public 方法GetLifetimeService (从System.MarshalByRefObject继承)
Public 方法InitializeLifetimeService (从System.MarshalByRefObject继承)
Public 方法ToString (从System.ComponentModel.Component继承)
页首
保护 方法
 名称说明
Protected 方法Finalize (从System.ComponentModel.Component继承)
Protected 方法GetService (从System.ComponentModel.Component继承)
Protected 方法MemberwiseClone重载.  (从System.MarshalByRefObject继承)
Protected 方法OnBoundValueChangedRaises the InputComponent.BoundValueChanged event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnChangeCanceledRaises the InputComponent.ChangeCanceled event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnChangeCommittedRaises the InputComponent.ChangeCommitted event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnClickRaises the InputComponent.Click event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnContextMenuShowingRaises the InputComponent.ContextMenuShowing event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnDataSourceChangedRaises the DataSourceChanged event.  
Protected 方法OnDisplayMemberChangedRaises the DisplayMemberChanged event.  
Protected 方法OnDoubleClickRaises the InputComponent.DoubleClick event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnDropDownRaises the InputDropDown.DropDown event. (从C1.Win.C1InputPanel.InputDropDown继承)
Protected 方法OnDropDownClosedRaises the InputDropDown.DropDownClosed event. (从C1.Win.C1InputPanel.InputDropDown继承)
Protected 方法OnFormatRaises the Format event.  
Protected 方法OnFormattingEnabledChangedRaises the FormattingEnabledChanged event.  
Protected 方法OnGotFocusRaises the InputComponent.GotFocus event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnHighlightedIndexChangedRaises the HighlightedIndexChanged event.  
Protected 方法OnKeyDownRaises the InputComponent.KeyDown event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnKeyPressRaises the InputComponent.KeyPress event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnKeyUpRaises the InputComponent.KeyUp event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnLostFocusRaises the InputComponent.LostFocus event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseDownRaises the InputComponent.MouseDown event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseEnterRaises the InputComponent.MouseEnter event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseLeaveRaises the InputComponent.MouseLeave event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseMoveRaises the InputComponent.MouseMove event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseUpRaises the InputComponent.MouseUp event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnSelectedIndexChangedRaises the SelectedIndexChanged event.  
Protected 方法OnSelectedValueChangedRaises the SelectedValueChanged event.  
Protected 方法OnTextChangedRaises the InputComponent.TextChanged event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnValidatedRaises the InputComponent.Validated event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnValidatingRaises the InputComponent.Validating event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnValueMemberChangedRaises the ValueMemberChanged event.  
Protected 方法ResetElementHeightThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ResetElementWidthThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ResetForeColor (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ResetHeightThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ResetMismatchValueErrorText  
Protected 方法ResetPadding (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ResetWidthThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializeElementHeightThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializeElementWidthThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializeForeColor (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializeHeightThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializeItems  
Protected 方法ShouldSerializeMismatchValueErrorText  
Protected 方法ShouldSerializePadding (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializeWidthThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
页首
公共 事件
 名称说明
Public 事件ChangeCanceledFires when the user cancels changes to the component contents. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件ChangeCommittedFires when the user commits changes to the component contents. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件ClickFires when the component is clicked. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件ContextMenuShowingFires when the context menu should appear. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件DataSourceChangedFires when the DataSource property changes.  
Public 事件DisplayMemberChangedFires when the DisplayMember property changes.  
Public 事件Disposed (从System.ComponentModel.Component继承)
Public 事件DoubleClickFires when the component is double-clicked. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件DropDownFires when the drop-down portion of this element is shown. (从C1.Win.C1InputPanel.InputDropDown继承)
Public 事件DropDownClosedIndicates that the drop-down portion of this element has closed. (从C1.Win.C1InputPanel.InputDropDown继承)
Public 事件FormatFormats a display value in the InputComboBox that is bound to a data source.  
Public 事件FormattingEnabledChangedFires when the FormattingEnabled property changes.  
Public 事件GotFocusFires when the component receives the focus. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件HighlightedIndexChangedFires when the value of the HighlightedIndex property changes.  
Public 事件KeyDownFires when a key is pressed while the component has focus. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件KeyPressFires when a key is pressed while the component has focus. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件KeyUpFires when a key is released while the component has focus. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件LostFocusFires when the component loses the focus. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件MouseDownFires when the user presses a mouse button on the component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件MouseEnterFires when the mouse enters the bounds of a component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件MouseLeaveFires when the mouse leaves the bounds of a component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件MouseMoveFires when the user moves the mouse over the component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件MouseUpFires when the user releases a mouse button over the component. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件SelectedIndexChangedFires when the value of the SelectedIndex property changes.  
Public 事件SelectedValueChangedFires when the SelectedValue property changes.  
Public 事件TextChangedFires when the value of the InputComponent.Text property changes. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件ValidatedFires after the contents of a component have been validated. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件ValidatingFires to validate the contents of a component before it loses focus. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件ValueMemberChangedFires when the ValueMember property changes.  
页首
请参见

引用

InputComboBox 类
C1.Win.C1InputPanel 命名空间

Send Feedback