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


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

公共 构造函数
 名称说明
Public 构造函数InputControlHost 构造函数重载.   
页首
公共 属性
 名称说明
Public 属性AllowDropGets or sets a value indicating whether the hosted control can accept data that the user drags onto it.  
Public 属性BackColorGets or sets the background color for the hosted control.  
Public 属性BackgroundImageGets or sets the background image displayed in the hosted control.  
Public 属性BackgroundImageLayoutGets or sets the background image layout used for the hosted control.  
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 属性CanFocusGets a value indicating whether the hosted control can receive focus.  
Public 属性CanSelectGets a value indicating whether the hosted control can be selected.  
Public 属性CausesValidationIndicates whether the hosted control raises validation events.  
Public 属性Container (从System.ComponentModel.Component继承)
Public 属性ControlGets or sets the control that this InputControlHost is hosting.  
Public 属性DataBindingsGets a reference to the collection of data bindings for the component. (从C1.Win.C1InputPanel.InputComponent继承)
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 属性Focused重写. Gets a value indicating whether the hosted control has input focus.  
Public 属性FontThe font used to display text in the hosted control.  
Public 属性ForeColorGets or sets the foreground color for the hosted control.  
Public 属性HeightGets or sets the height of the component. Set to -1 to let the component calculate it automatically. (从C1.Win.C1InputPanel.InputComponent继承)
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 属性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 属性RightToLeftIndicates whether the hosted control should draw right-to-left for RTL languages.  
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 associated with the hosted control.  
Public 属性ToolTipTextGets or sets the text that appears as a ToolTip for this component (may include HTML tags). (从C1.Win.C1InputPanel.InputComponent继承)
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继承)
页首
保护 属性
公共 方法
 名称说明
Public 方法CreateObjRef (从System.MarshalByRefObject继承)
Public 方法Dispose重载. Clean up any resources being used. (从C1.Win.C1InputPanel.InputComponent继承)
Public 方法Focus重写. Gives the focus to the hosted control.  
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 方法OnBackColorChangedRaises the BackColorChanged event.  
Protected 方法OnBoundValueChangedRaises the BoundValueChanged event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnChangeCanceledRaises the ChangeCanceled event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnChangeCommittedRaises the ChangeCommitted event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnClickRaises the Click event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnContextMenuShowingRaises the ContextMenuShowing event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnDoubleClickRaises the DoubleClick event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnDragDropRaises the DragDrop event.  
Protected 方法OnDragEnterRaises the DragEnter event.  
Protected 方法OnDragLeaveRaises the DragLeave event.  
Protected 方法OnDragOverRaises the DragOver event.  
Protected 方法OnEnabledChangedRaises the EnabledChanged event.  
Protected 方法OnEnterRaises the Enter event.  
Protected 方法OnForeColorChangedRaises the ForeColorChanged event.  
Protected 方法OnGiveFeedbackRaises the GiveFeedback event.  
Protected 方法OnGotFocusRaises the GotFocus event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnKeyDownRaises the KeyDown event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnKeyPressRaises the KeyPress event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnKeyUpRaises the KeyUp event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnLeaveRaises the Leave event.  
Protected 方法OnLostFocusRaises the LostFocus event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseDownRaises the MouseDown event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseEnterRaises the MouseEnter event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseHoverRaises the MouseHover event.  
Protected 方法OnMouseLeaveRaises the MouseLeave event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseMoveRaises the MouseMove event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnMouseUpRaises the MouseUp event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnPaintRaises the Paint event.  
Protected 方法OnQueryContinueDragRaises the QueryContinueDrag event.  
Protected 方法OnResizeRaises the Resize event.  
Protected 方法OnRightToLeftChangedRaises the RightToLeftChanged event.  
Protected 方法OnSubscribeControlEventsSubscribes events from the hosted control.  
Protected 方法OnTextChangedRaises the TextChanged event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnUnsubscribeControlEventsUnsubscribes events from the hosted control.  
Protected 方法OnValidatedRaises the Validated event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnValidatingRaises the Validating event. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法OnVisibleChangedRaises the VisibleChanged event.  
Protected 方法ResetBackColorThis member is for internal use only.  
Protected 方法ResetElementHeight重写. This member is for internal use only.  
Protected 方法ResetElementWidth重写. This member is for internal use only.  
Protected 方法ResetFontThis member is for internal use only.  
Protected 方法ResetForeColorThis member is for internal use only.  
Protected 方法ResetHeightThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ResetPadding (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ResetRightToLeftThis member is for internal use only.  
Protected 方法ResetWidthThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializeBackColorThis member is for internal use only.  
Protected 方法ShouldSerializeElementHeight重写. This member is for internal use only.  
Protected 方法ShouldSerializeElementWidth重写. This member is for internal use only.  
Protected 方法ShouldSerializeFontThis member is for internal use only.  
Protected 方法ShouldSerializeForeColorThis member is for internal use only.  
Protected 方法ShouldSerializeHeightThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializePadding (从C1.Win.C1InputPanel.InputComponent继承)
Protected 方法ShouldSerializeRightToLeftThis member is for internal use only.  
Protected 方法ShouldSerializeWidthThis member is for internal use only. (从C1.Win.C1InputPanel.InputComponent继承)
页首
公共 事件
 名称说明
Public 事件BackColorChangedFires when the value of the BackColor property changes.  
Public 事件ClickFires when the component is clicked. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件ContextMenuShowingFires when the context menu should appear. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件Disposed (从System.ComponentModel.Component继承)
Public 事件DoubleClickFires when the component is double-clicked. (从C1.Win.C1InputPanel.InputComponent继承)
Public 事件DragDropFires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control.  
Public 事件DragEnterFires when the user drags an item into the client area of the hosted control.  
Public 事件DragLeaveFires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control.  
Public 事件DragOverFires when the user drags an item over the client area of the hosted control.  
Public 事件EnabledChangedFires when the value of the Enabled property changes.  
Public 事件EnterFires when the hosted control is entered.  
Public 事件ForeColorChangedFires when the value of the ForeColor property changes.  
Public 事件GiveFeedbackFires during a drag operation.  
Public 事件GotFocusFires when the component receives the focus. (从C1.Win.C1InputPanel.InputComponent继承)
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 事件LeaveFires when the input focus leaves the hosted control.  
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 事件MouseHoverFires when the mouse pointer hovers over the hosted control.  
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 事件PaintFires when the hosted control is redrawn.  
Public 事件QueryContinueDragFires during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled.  
Public 事件ResizeFires when the hosted control is resized.  
Public 事件RightToLeftChangedFires when the value of the RightToLeft property changes.  
Public 事件TextChangedFires when the value of the 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 事件VisibleChangedFires when the value of the Visible property changes.  
页首
请参见

引用

InputControlHost 类
C1.Win.C1InputPanel 命名空间

Send Feedback