InputPanel for WinForms帮助文档
InputComboBox 类
成员 






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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         C1.Win.C1InputPanel.InputComponent
            C1.Win.C1InputPanel.InputDropDown
               C1.Win.C1InputPanel.InputComboBox

需求

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

请参见

引用

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

Send Feedback