ExpressionActivityEditor.AcceptsTab Property

Definition

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

Property Value

true if the expression activity accepts tabs; otherwise, false.

Applies to