C1.Win.C1InputPanel 命名空间 : InputControlHost 类 |
以下表中列出了InputControlHost的公开成员.
名称 | 说明 | |
---|---|---|
![]() | InputControlHost 构造函数 | 重载. |
名称 | 说明 | |
---|---|---|
![]() | AllowDrop | Gets or sets a value indicating whether the hosted control can accept data that the user drags onto it. |
![]() | BackColor | Gets or sets the background color for the hosted control. |
![]() | BackgroundImage | Gets or sets the background image displayed in the hosted control. |
![]() | BackgroundImageLayout | Gets or sets the background image layout used for the hosted control. |
![]() | Bounds | Gets the position of the component within its parent. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Break | Gets or sets how the layout should break the flow after the component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | CanFocus | Gets a value indicating whether the hosted control can receive focus. |
![]() | CanSelect | Gets a value indicating whether the hosted control can be selected. |
![]() | CausesValidation | Indicates whether the hosted control raises validation events. |
![]() | Container | (从System.ComponentModel.Component继承) |
![]() | Control | Gets or sets the control that this InputControlHost is hosting. |
![]() | DataBindings | Gets a reference to the collection of data bindings for the component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | ElementHeight | Gets or sets the height of the inner element. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | ElementWidth | Gets or sets the width of the inner element. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Enabled | Gets or sets a value indicating whether the component can respond to user interaction. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | ErrorText | Gets or sets an error description string with optional HTML tags. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Focused | 重写. Gets a value indicating whether the hosted control has input focus. |
![]() | Font | The font used to display text in the hosted control. |
![]() | ForeColor | Gets or sets the foreground color for the hosted control. |
![]() | Height | Gets or sets the height of the component. Set to -1 to let the component calculate it automatically. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | HorizontalAlign | Gets or sets how content is horizontally aligned within the InputComponent. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | InputPanel | Gets the C1InputPanel that this InputComponent belongs to. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | IsDisposed | Gets a value indicating whether the component has been disposed. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Name | Gets or sets the unique name for this InputComponent. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Padding | Gets or sets padding within the input component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Parent | Gets the component's parent (either a C1InputPanel or a InputComponent). (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | RightToLeft | Indicates whether the hosted control should draw right-to-left for RTL languages. |
![]() | Site | (从System.ComponentModel.Component继承) |
![]() | TabStop | Gets or sets a value indicating whether the user can give the focus to this component using the TAB key. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Tag | Gets or sets an object that contains data associated with this component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Text | 重写. Gets or sets the text associated with the hosted control. |
![]() | ToolTipText | Gets or sets the text that appears as a ToolTip for this component (may include HTML tags). (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | VerticalAlign | Gets or sets how content is vertically aligned within the InputComponent. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Visibility | Gets or sets the display state of the component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Width | Gets or sets the width of the component. Set to -1 to have the component calculate it automatically. (从C1.Win.C1InputPanel.InputComponent继承) |
名称 | 说明 | |
---|---|---|
![]() | CanRaiseEvents | (从System.ComponentModel.Component继承) |
![]() | DefaultElementHeight | (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | DefaultElementWidth | (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | DefaultHeight | (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | DefaultPadding | (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | DefaultWidth | (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | DesignMode | (从System.ComponentModel.Component继承) |
![]() | Events | (从System.ComponentModel.Component继承) |
![]() | NotSetHorizontalAlign | (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | NotSetVerticalAlign | (从C1.Win.C1InputPanel.InputComponent继承) |
名称 | 说明 | |
---|---|---|
![]() | CreateObjRef | (从System.MarshalByRefObject继承) |
![]() | Dispose | 重载. Clean up any resources being used. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Focus | 重写. Gives the focus to the hosted control. |
![]() | GetLifetimeService | (从System.MarshalByRefObject继承) |
![]() | InitializeLifetimeService | (从System.MarshalByRefObject继承) |
![]() | ToString | (从System.ComponentModel.Component继承) |
名称 | 说明 | |
---|---|---|
![]() | BackColorChanged | Fires when the value of the BackColor property changes. |
![]() | Click | Fires when the component is clicked. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | ContextMenuShowing | Fires when the context menu should appear. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Disposed | (从System.ComponentModel.Component继承) |
![]() | DoubleClick | Fires when the component is double-clicked. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | DragDrop | Fires when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into the hosted control. |
![]() | DragEnter | Fires when the user drags an item into the client area of the hosted control. |
![]() | DragLeave | Fires when the user drags an item and the mouse pointer is no longer over the client area of the hosted control. |
![]() | DragOver | Fires when the user drags an item over the client area of the hosted control. |
![]() | EnabledChanged | Fires when the value of the Enabled property changes. |
![]() | Enter | Fires when the hosted control is entered. |
![]() | ForeColorChanged | Fires when the value of the ForeColor property changes. |
![]() | GiveFeedback | Fires during a drag operation. |
![]() | GotFocus | Fires when the component receives the focus. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | KeyDown | Fires when a key is pressed while the component has focus. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | KeyPress | Fires when a key is pressed while the component has focus. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | KeyUp | Fires when a key is released while the component has focus. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Leave | Fires when the input focus leaves the hosted control. |
![]() | LostFocus | Fires when the component loses the focus. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | MouseDown | Fires when the user presses a mouse button on the component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | MouseEnter | Fires when the mouse enters the bounds of a component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | MouseHover | Fires when the mouse pointer hovers over the hosted control. |
![]() | MouseLeave | Fires when the mouse leaves the bounds of a component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | MouseMove | Fires when the user moves the mouse over the component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | MouseUp | Fires when the user releases a mouse button over the component. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Paint | Fires when the hosted control is redrawn. |
![]() | QueryContinueDrag | Fires during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled. |
![]() | Resize | Fires when the hosted control is resized. |
![]() | RightToLeftChanged | Fires when the value of the RightToLeft property changes. |
![]() | TextChanged | Fires when the value of the Text property changes. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Validated | Fires after the contents of a component have been validated. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | Validating | Fires to validate the contents of a component before it loses focus. (从C1.Win.C1InputPanel.InputComponent继承) |
![]() | VisibleChanged | Fires when the value of the Visible property changes. |