InputPanel for WinForms帮助文档
InputTextBox 类
成员 






Represents a text box element in a C1InputPanel control.
对象模型
InputTextBox 类
语法
'声明
 
<System.ComponentModel.DefaultEventAttribute("TextChanged")>
Public Class InputTextBox 
   Inherits InputComponent
'用法
 
Dim instance As InputTextBox
[System.ComponentModel.DefaultEvent("TextChanged")]
public class InputTextBox : InputComponent 
public class InputTextBox = class(InputComponent)
System.ComponentModel.DefaultEventAttribute("TextChanged")
public class InputTextBox extends InputComponent
[System.ComponentModel.DefaultEvent("TextChanged")]
public __gc class InputTextBox : public InputComponent 
[System.ComponentModel.DefaultEvent("TextChanged")]
public ref class InputTextBox : public InputComponent 
继承层次

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         C1.Win.C1InputPanel.InputComponent
            C1.Win.C1InputPanel.InputTextBox

需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputTextBox 成员
C1.Win.C1InputPanel 命名空间

Send Feedback