C1.Win.C1InputPanel 命名空间 > InputTextBox 类 : AcceptsTab 属性 |
'声明
<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
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