ExpressionTextBox.ExplicitCommit 属性

定义

获取或设置一个值,确定提交是否是显式的。

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

属性值

如果提交为显式,则为 true;否则为 false

适用于