InputPanel for WinForms帮助文档
AcceptsTab 属性






Gets or sets a value that determines whether the InputTextBox should handle the Tab key in a multiline mode.
语法
'声明
 
<C1DescriptionAttribute("决定是否InputTextBox应当在多行模式下处理Tab键。")>
<C1CategoryAttribute("行为")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property AcceptsTab As System.Boolean
'用法
 
Dim instance As InputTextBox
Dim value As System.Boolean
 
instance.AcceptsTab = value
 
value = instance.AcceptsTab
[C1Description("决定是否InputTextBox应当在多行模式下处理Tab键。")]
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
public System.bool AcceptsTab {get; set;}
public read-write property AcceptsTab: System.Boolean; 
C1DescriptionAttribute("决定是否InputTextBox应当在多行模式下处理Tab键。")
C1CategoryAttribute("行为")
System.ComponentModel.DefaultValueAttribute()
public function get,set AcceptsTab : System.boolean
[C1Description("决定是否InputTextBox应当在多行模式下处理Tab键。")]
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
public: __property System.bool get_AcceptsTab();
public: __property void set_AcceptsTab( 
   System.bool value
);
[C1Description("决定是否InputTextBox应当在多行模式下处理Tab键。")]
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
public:
property System.bool AcceptsTab {
   System.bool get();
   void set (    System.bool value);
}
需求

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 类
InputTextBox 成员

Send Feedback