ExpressionActivityEditor.AcceptsTab 属性

定义

获取或设置一个值,该值指示表达式活动是否接受 Tab 键。Gets or sets a value that indicates whether the expression activity accepts tabs.

public:
 property bool AcceptsTab { bool get(); void set(bool value); };
public bool AcceptsTab { get; set; }
member this.AcceptsTab : bool with get, set
Public Property AcceptsTab As Boolean

属性值

Boolean

如果表达式活动接受选项卡,则为 true;否则为 falsetrue if the expression activity accepts tabs; otherwise, false.

适用于